Represent nested deltas as an annotation

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

      [Proposed]

    • Hide

      Expose nested deltas as a delta representation on the property, rather than through a context url.

      Show
      Expose nested deltas as a delta representation on the property, rather than through a context url.

      In 4.01 CSD01 we have proposed that a nested collection within a delta payload can be represented either as a replacement of the collection (where omitted values are removed from the collection) or as a delta payload (where only enumerated values are changed, and removed entities are represented as tombstones).

      The way we differentiate between these two is, in the case of a nested delta, by annotating the collection property with a context url specifying a delta:

      "members@contextUrl":"#$delta",
      "members": [ ... ]

      Alternatively, we could just use a delta annotation prefixed with the property name, as in:

      "members@delta": [ ... ]

      Which wouldn't require using the contextUrl annotation to interpret the property.

            Assignee:
            Unassigned
            Reporter:
            Michael Pizzo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: