-
Notifications
You must be signed in to change notification settings - Fork 45
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-1412 - Capabilities vocabulary: Add EntityContainer as annotation target #119
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small suggestion
@@ -203,13 +207,17 @@ | |||
], | |||
"@Core.Description": "Restrictions on /$count path suffix and $count=true system query option" | |||
}, | |||
"CountRestrictionsType": { | |||
"CommonCountRestrictionsType": { | |||
"$Kind": "ComplexType", | |||
"Countable": { | |||
"$Type": "Edm.Boolean", | |||
"$DefaultValue": true, | |||
"@Core.Description": "Entities can be counted (only valid if targeting an entity set)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"@Core.Description": "Entities can be counted (only valid if targeting an entity set)" | |
"@Core.Description": "Entities can be counted (only valid if targeting a collection)" |
…olution proposal for ODATA-1460
AppliesTo already includes Collection
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aligned with @ralfhandl and @GeraldKrause
Resolves https://issues.oasis-open.org/browse/ODATA-1412
Fixes oasis-tcs/odata-specs#322