-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
keepaliveDo not close, even if it would become stale.Do not close, even if it would become stale.
Description
I noticed that the generated API-documentation indicates a property called "@count" if the csdl-version is 4.0 or higher.
openapi/lib/compile/csdl2openapi.js
Line 1556 in b6762d5
| let CountPropertyObj = { [csdl.$Version > '4.0' ? '@count' : '@odata.count']: ref('count') }; |
CAP refers to the count property by @odata.count. Could it be that the ternary operator is switched around?
Metadata
Metadata
Assignees
Labels
keepaliveDo not close, even if it would become stale.Do not close, even if it would become stale.