Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ODATA-1607 #231

Merged
merged 1 commit into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
6 changes: 3 additions & 3 deletions vocabularies/Org.OData.Aggregation.V1.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
"$Name": "MaxDistance",
"$Type": "Edm.Int16",
"@Core.OptionalParameter": {
"DefaultValue": 32767
"DefaultValue": "32767"
},
"@Validation.Minimum": 1
},
Expand Down Expand Up @@ -498,7 +498,7 @@
"$Name": "MaxDistance",
"$Type": "Edm.Int16",
"@Core.OptionalParameter": {
"DefaultValue": 32767
"DefaultValue": "32767"
},
"@Validation.Minimum": 1
},
Expand Down Expand Up @@ -593,7 +593,7 @@
"@Core.Description": "Position N among the `rolluprecursive` operators in the first argument of `groupby`",
"@Core.LongDescription": "Every instance in the output set of a `groupby` transformation with M `rolluprecursive` operators\n has M relationships to M nodes in M recursive hierarchies. This function returns the node x with path r to the root\n in relationship number N.\n If several such `groupby` transformations are nested, this function refers to the innermost one.",
"@Core.OptionalParameter": {
"DefaultValue": 1
"DefaultValue": "1"
},
"@Validation.Minimum": 1
}
Expand Down
6 changes: 3 additions & 3 deletions vocabularies/Org.OData.Aggregation.V1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ given by the `HierarchyNodes` parameter. This specifies a recursive hierarchy th
<Parameter Name="MaxDistance" Type="Edm.Int16" Nullable="false">
<Annotation Term="Core.OptionalParameter">
<Record>
<PropertyValue Property="DefaultValue" Int="32767" />
<PropertyValue Property="DefaultValue" String="32767" />
</Record>
</Annotation>
<Annotation Term="Validation.Minimum" Int="1" />
Expand Down Expand Up @@ -446,7 +446,7 @@ given by the `HierarchyNodes` parameter. This specifies a recursive hierarchy th
<Parameter Name="MaxDistance" Type="Edm.Int16" Nullable="false">
<Annotation Term="Core.OptionalParameter">
<Record>
<PropertyValue Property="DefaultValue" Int="32767" />
<PropertyValue Property="DefaultValue" String="32767" />
</Record>
</Annotation>
<Annotation Term="Validation.Minimum" Int="1" />
Expand Down Expand Up @@ -512,7 +512,7 @@ constructs a rollup that contains aggregates per hierarchy node while excluding
</Annotation>
<Annotation Term="Core.OptionalParameter">
<Record>
<PropertyValue Property="DefaultValue" Int="1" />
<PropertyValue Property="DefaultValue" String="1" />
</Record>
</Annotation>
<Annotation Term="Validation.Minimum" Int="1" />
Expand Down