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-993) 14.2: Explicitly allow annotations on deleted entities


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

Michael Pizzo updated ODATA-993:
--------------------------------

    Proposal: 
Support annotations in the following:
-AddedLinks
-DeletedLinks
-Deleted Entries
-References

In JSON, clients should be prepared for annotations in any object and any name/value pair in a json payload. Clients should never error on an unexpected annotation.

  was:
Support annotations in the following:
-AddedLinks
-DeletedLinks
-Deleted Entries
-References

In JSON, clients should be prepared for annotations in any object.


> 14.2: Explicitly allow annotations on deleted entities
> ------------------------------------------------------
>
>                 Key: ODATA-993
>                 URL: https://issues.oasis-open.org/browse/ODATA-993
>             Project: OASIS Open Data Protocol (OData) TC
>          Issue Type: Improvement
>          Components: OData JSON Format
>    Affects Versions: V4.0_ERRATA03
>         Environment: Proposed
>            Reporter: Ralf Handl
>             Fix For: V4.01_WD01
>
>
> The delta format identifies deleted entities via their entity id.
> For legacy systems that don't store the entity id and only know the underlying  key values it would be helpful if the sender would annotate the deleted entity JSON objects with the original key values, e.g.
>     {
>       "@odata.context":"#Customers/$deletedEntity",
>       "id":"Customers('ANTON')",
>       "@Legacy.entityKey":{
>         "ID":"ANTON"
>       },
>       "reason":"deleted"
>     }



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