Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions vocabularies/Org.OData.Capabilities.V1.json
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,22 @@
],
"@Core.Description": "Supports [passing query options in the request body](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part2-url-conventions.html#sec_PassingQueryOptionsintheRequestBody)"
},
"PayloadExpressionSupport": {
"$Kind": "Term",
"$Type": "Capabilities.PayloadExpressionSupportType",
"$AppliesTo": [
"EntityContainer"
],
"@Core.Description": "Whether `@expression` parameters in action payloads [OData-JSON, section 18] and `/$query` payloads [OData-URL, section 4.17] are supported"
},
"PayloadExpressionSupportType": {
"$Kind": "ComplexType",
"URLExpressionsSupported": {
"$Type": "Core.Tag",
"$DefaultValue": false,
"@Core.Description": "`@expression` can contain common expressions defined in [OData-URL, section 5.1.1]"
}
},
"InsertRestrictions": {
"$Kind": "Term",
"$Type": "Capabilities.InsertRestrictionsType",
Expand Down
Loading