-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: V4.0_OS
-
Fix Version/s: V4.01_WD01
-
Component/s: JSON Format
-
Labels:
-
Environment:
Simplified Payload;[Propposed]
-
Proposal:
-
Resolution:
OData control information is represented in a JSON payload using annotations in the odata namespace, such as:
"@odata.nextlink":"http://..."
For services that want the payload to look as much as possible like handcrafted json, the fact that "odata" is explicitly called out in the payload is a distraction.
We might make it easier for services to ease into OData's JSON format by making odata the default namespace, such that the same annotation could be written equivalently as:
"@nextlink":"http://..."
There are no Sub-Tasks for this issue.