[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [OASIS Issue Tracker] Issue Comment Edited: (ODATA-68) Describe representation of ReferenceTypes in responses
[ http://tools.oasis-open.org/issues/browse/ODATA-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32743#action_32743 ]
Ralf Handl edited comment on ODATA-68 at 3/15/13 10:19 AM:
-----------------------------------------------------------
Choose the term "resource reference" as a generalization of "entity reference".
Restricted resource references to references to entities and properties of entities.
We didn't define yet how to get at a resource reference other than an entity reference: for an entity reference we append /$ref to the resource path or expand item.
For sub-resources of entities I propose we also allow adding /$ref to the resource path, and disallow path segments after /$ref.
Valid:
~/Movies(1)/$ref
~/Movies(1)/Title/$ref
Invalid:
~/Movies(1)/$ref/Title
was (Author: ralfhandl):
Choose the term "resource reference" as a generalization of "entity reference".
Restricted resource references to references to entities and properties of entities.
> Describe representation of ReferenceTypes in responses
> ------------------------------------------------------
>
> Key: ODATA-68
> URL: http://tools.oasis-open.org/issues/browse/ODATA-68
> Project: OASIS Open Data Protocol (OData) TC
> Issue Type: Bug
> Components: OData ATOM Format , OData CSDL, OData JSON Format
> Affects Versions: V4.0_WD01
> Environment: [Proposed]
> Reporter: Ralf Handl
> Assignee: Ralf Handl
> Fix For: V4.0_WD01
>
>
> ReferenceType elements define a type derived from an entity type that can be used in function import return types.
> Describe how they are serialized in Atom and JSON.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]