Skip to content

Commit

Permalink
Default value false (since more alternatives are to come)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Sep 2, 2024
1 parent 8749c9a commit 7031a5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vocabularies/Org.OData.Capabilities.V1.json
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@
"$Kind": "ComplexType",
"CommonExpressionsSupported": {
"$Type": "Core.Tag",
"$DefaultValue": true,
"$DefaultValue": false,
"@Core.Description": "`@expression` can contain common expressions [OData-URL, section 5.1.1]"
}
},
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/Org.OData.Capabilities.V1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ supported:
<Annotation Term="Core.Description" String="Whether `@expression` parameters in action payloads [OData-JSON, section 18] and `/$query` payloads [OData-URL, section 4.17] are supported" />
</Term>
<ComplexType Name="PayloadExpressionSupportType">
<Property Name="CommonExpressionsSupported" Type="Core.Tag" Nullable="false" DefaultValue="true">
<Property Name="CommonExpressionsSupported" Type="Core.Tag" Nullable="false" DefaultValue="false">
<Annotation Term="Core.Description" String="`@expression` can contain common expressions [OData-URL, section 5.1.1]" />
</Property>
</ComplexType>
Expand Down

0 comments on commit 7031a5f

Please sign in to comment.