[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [OASIS Issue Tracker] (ODATA-774) Qualifiers for annotations: Preference odata.include-annotations
[ https://issues.oasis-open.org/browse/ODATA-774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Pizzo updated ODATA-774:
--------------------------------
Proposal:
Adapt the definition of the Preference odata.include-annotations:
Allow in addition to the current definition
ns.term#qualifier
ns.*#qualifier
*#qualifier
and combined with the excludeoperator -
-ns.term#qualifier
-ns.*#qualifier
-*#qualifier
omission of #qualifier means all, regardless of qualifier
No way to specify "only unqualified"
was:
Adapt the definition of the Preference odata.include-annotations:
Allow in addition to the current definition
ns.term#qualifier
ns.*#qualifier
*#qualifier
and combined with the excludeoperator -
-ns.term#qualifier
-ns.*#qualifier
-*#qualifier
> Qualifiers for annotations: Preference odata.include-annotations
> -----------------------------------------------------------------
>
> Key: ODATA-774
> URL: https://issues.oasis-open.org/browse/ODATA-774
> Project: OASIS Open Data Protocol (OData) TC
> Issue Type: Bug
> Components: OData ABNF Construction Rules, OData Protocol
> Affects Versions: V4.0_ERRATA02
> Environment: [Proposed]
> Reporter: Martin Zurmuehl
> Fix For: V4.0_ERRATA03
>
>
> Qualifiers are not supported by the preference odata.include-annotations, which is a kind of omission.
> If a consumer is only interested in annotations with a specific qualifier like #mobile, he can't express this today.
> Currently we can express:
> ns.term
> ns.*
> *
> and combined with the excludeoperator -
> -ns.term
> -ns.*
> -*
> Any existing qualifiers are ignored by the matching operator. E.g. if you use odata.description#mobile and odata.description#desktop as annotations, you can only include or exclude all qualifiers together.
--
This message was sent by Atlassian JIRA
(v6.2.2#6258)
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]