diff --git a/vocabularies/PDF.json b/vocabularies/PDF.json index 9d551772..ebdb1422 100644 --- a/vocabularies/PDF.json +++ b/vocabularies/PDF.json @@ -80,6 +80,10 @@ "$Nullable": true, "@Core.Description": "Maximum result size", "@Core.LongDescription": "Max result size for PDF documents. Used if $top has been provided and $top > ResultSizeMaximum" + }, + "IANATimezoneFormat": { + "$Type": "Edm.Boolean", + "@Core.Description": "If this is true, the PDF format supports formatting columns of type `Edm.DateTimeOffset` in a IANA time zone given in the document description" } } } diff --git a/vocabularies/PDF.md b/vocabularies/PDF.md index c6df06cf..d1c9e049 100644 --- a/vocabularies/PDF.md +++ b/vocabularies/PDF.md @@ -32,3 +32,4 @@ Property|Type|Description [HeaderFooter](./PDF.xml#L83:~:text=Headers and footers are areas in the top and the bottom page margins, where you can add page number and date information [ResultSizeDefault](./PDF.xml#L90:~:text=Default result size for PDF documents. Used if $top has not been provided. [ResultSizeMaximum](./PDF.xml#L96:~:text=Max result size for PDF documents. Used if $top has been provided and $top > ResultSizeMaximum +[IANATimezoneFormat](./PDF.xml#L102:~:text=Max result size for PDF documents. Used if $top has been provided and $top > ResultSizeMaximum + + +