OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

odata message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] (ODATA-982) Chapter 11: Annotations on properties in single-property messages


     [ https://issues.oasis-open.org/browse/ODATA-982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Pizzo updated ODATA-982:
--------------------------------

    Proposal: 
For primitive/collection-valued properties:

As the property name is not part of the single-property response and the property's value is represented as 

  "value": <property value>

the annotations should be next to "value" and not prefixed with "value":

  "@Namespace.Term": <annotation value>
  "value": <property value>


  was:
As the property name is not part of the single-property response and the property's value is represented as 

  "value": <property value>

the annotations should be next to "value" and not prefixed with "value":

  "@Namespace.Term": <annotation value>
  "value": <property value>



> Chapter 11: Annotations on properties in single-property messages
> -----------------------------------------------------------------
>
>                 Key: ODATA-982
>                 URL: https://issues.oasis-open.org/browse/ODATA-982
>             Project: OASIS Open Data Protocol (OData) TC
>          Issue Type: Improvement
>          Components: OData JSON Format
>    Affects Versions: V4.01_WD01
>         Environment: Proposed
>            Reporter: Ralf Handl
>             Fix For: V4.01_WD01
>
>
> Annotations on properties within structured instances are represented as 
>   "PropName@Namespace.Term": <annotation value>
>   "PropName": <property value>
> How to represent annotations on properties if the message represents just a single property?



--
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]