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:comment-tabpanel&focusedCommentId=63975#comment-63975 ] 

Michael Pizzo commented on ODATA-993:
-------------------------------------

Presumably we would clarify that added links, deleted links, and deleted entities can all be annotated.

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