Skip to content

Commit

Permalink
ODATA-1607 (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen authored Dec 6, 2023
1 parent 6cc0ce5 commit 7f934d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit 7f934d3

Please sign in to comment.