Chapter 11: Annotations on properties in single-property messages

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major
    • V4.01_WD01
    • Affects Version/s: V4.01_WD01
    • Component/s: JSON Format
    • None
    • Environment:

      Proposed

    • Hide

      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>

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

      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?

            Assignee:
            Unassigned
            Reporter:
            handl
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: