Skip to content

Commit

Permalink
auto-refreshed
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhandl committed Jul 18, 2024
1 parent 2ca16be commit 0c9c602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions vocabularies/Common.json
Original file line number Diff line number Diff line change
Expand Up @@ -1191,6 +1191,7 @@
"@Validation.AllowedTerms": ["Analytics.AggregatedProperty", "Aggregation.CustomAggregate"]
},
"Expression": {
"$Type": "Edm.PrimitiveType",
"$Nullable": true,
"@Core.Description": "Common expression whose primitive result values is used to sort the instances"
},
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/Common.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ Property|Type|Description
:-------|:---|:----------
[Property](Common.xml#L1324)|PropertyPath?|Sort property
[DynamicProperty](Common.xml#L1336)|AnnotationPath?|Dynamic property introduced by an annotation and used as sort property<br>If the annotation referenced by the annotation path does not apply to the same collection of entities as the one being sorted according to the [`UI.PresentationVariant`](UI.md#PresentationVariant) or `Common.SortOrder` annotation, this instance of `UI.PresentationVariant/SortOrder` or `Common.SortOrder` MUST be silently ignored.<br>Allowed terms:<ul><li>[AggregatedProperty](Analytics.md#AggregatedProperty)</li><li>[CustomAggregate](https://github.com/oasis-tcs/odata-vocabularies/blob/main/vocabularies/Org.OData.Aggregation.V1.md#CustomAggregate)</li></ul>
[Expression](Common.xml#L1350)|String?|Common expression whose primitive result values is used to sort the instances
[Expression](Common.xml#L1350)|PrimitiveType?|Common expression whose primitive result values is used to sort the instances
[Descending](Common.xml#L1353)|Boolean?|Sort direction, ascending if not specified otherwise

<a name="RecursiveHierarchyType"></a>
Expand Down

0 comments on commit 0c9c602

Please sign in to comment.