-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major
-
Affects Version/s: V4.0_OS
-
Component/s: JSON Format
-
Environment:
Simplified Payload;[Propposed]
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://..."
1.
|
Alert clients that odata may be default namespace in future versions of the protocol |
|
Closed | Unassigned |