Skip to content

Commit

Permalink
Constants
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhandl committed Mar 12, 2024
1 parent 000bcb5 commit 28209d9
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 106 deletions.
7 changes: 1 addition & 6 deletions vocabularies/Common.json
Original file line number Diff line number Diff line change
Expand Up @@ -709,13 +709,8 @@
"Constants": {
"$Collection": true,
"$Type": "Edm.PrimitiveType",
"@Core.Description": "List of constant values that are used to filter the value list with `eq` comparisons connected by `or` operators, using the same representation as property default values, see [CSDL XML, 7.2.7 Default Value](https://docs.oasis-open.org/odata/odata-csdl-xml/v4.01/odata-csdl-xml-v4.01.html#sec_DefaultValue)",
"@Core.Description": "List of constant values that are used to filter the value list with `eq` comparisons connected by `or` operators, using the same representation as property default values, see [CSDL XML, 7.2.7 Default Value](https://docs.oasis-open.org/odata/odata-csdl-xml/v4.01/odata-csdl-xml-v4.01.html#sec_DefaultValue). Initial values are significant.",
"@Core.LongDescription": "An empty list means a vacuous filter condition"
},
"InitialValueIsSignificant": {
"$Type": "Edm.Boolean",
"$DefaultValue": false,
"@Core.Description": "Initial value, e.g. empty string, is a valid and significant value"
}
},
"ValueListParameterInOut": {
Expand Down
Loading

0 comments on commit 28209d9

Please sign in to comment.