Skip to content

Commit

Permalink
Added UploadToFileShare (#339)
Browse files Browse the repository at this point in the history
As discussed between Ralf and Olaf.

---------

Co-authored-by: Ralf Handl <[email protected]>
  • Loading branch information
fb0d3nheimer and ralfhandl authored Aug 14, 2024
1 parent 082489e commit a8c6ad6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vocabularies/PDF.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@
"$DefaultValue": false,
"@Core.Description": "Setting the text direction-layout is supported",
"@Core.LongDescription": "PDF supports setting the text direction-layout (e.g. left-to-right or right-to-left) in the document description"
},
"UploadToFileShare": {
"$Type": "Edm.Boolean",
"$DefaultValue": false,
"@Common.Experimental": true,
"@Core.Description": "Support of PDF document upload",
"@Core.LongDescription": "A file share connection needs to be configured on the server. \nThe response of a corresponding request is then `301 Moved Permanently` with a `Location` header containing the link to the document on the file share server."
}
}
}
Expand Down
1 change: 1 addition & 0 deletions vocabularies/PDF.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ Property|Type|Description
[IANATimezoneFormat](PDF.xml#L102)|Boolean|If this is true, the PDF format supports formatting columns of type `Edm.DateTimeOffset` in a IANA time zone given in the document description
[Treeview](PDF.xml#L105) *([Experimental](Common.md#Experimental))*|Boolean|Treeview output supported<br>If this is true, treeview output is supported for hierarchical data
[TextDirectionLayout](PDF.xml#L112)|Boolean|Setting the text direction-layout is supported<br>PDF supports setting the text direction-layout (e.g. left-to-right or right-to-left) in the document description
[UploadToFileShare](PDF.xml#L118) *([Experimental](Common.md#Experimental))*|Boolean|Support of PDF document upload<br>A file share connection needs to be configured on the server. The response of a corresponding request is then `301 Moved Permanently` with a `Location` header containing the link to the document on the file share server.
8 changes: 8 additions & 0 deletions vocabularies/PDF.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,14 @@
<String>PDF supports setting the text direction-layout (e.g. left-to-right or right-to-left) in the document description</String>
</Annotation>
</Property>
<Property Name="UploadToFileShare" Type="Edm.Boolean" Nullable="false" DefaultValue="false">
<Annotation Term="Common.Experimental" />
<Annotation Term="Core.Description" String="Support of PDF document upload"/>
<Annotation Term="Core.LongDescription">
<String>A file share connection needs to be configured on the server.
The response of a corresponding request is then `301 Moved Permanently` with a `Location` header containing the link to the document on the file share server.</String>
</Annotation>
</Property>
</ComplexType>

</Schema>
Expand Down

0 comments on commit a8c6ad6

Please sign in to comment.