This repository has been archived by the owner on Dec 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
An updated ToC for the Json format. This is the result of splitting t…
…he format into two docs. Each doc explicitly targets one of the two json formats.
- Loading branch information
1 parent
2cb4fab
commit e886d73
Showing
2 changed files
with
73 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
# OData Json With Meatadata Format # | ||
|
||
# Overview # | ||
|
||
- Description of document; refer to core doc. | ||
- Design goals | ||
- Efficient format vs historical (needs better name) format | ||
|
||
# 2. Notational Conventions # | ||
|
||
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [[RFC2119](http://tools.ietf.org/html/rfc2119 "Key words for use in RFCs to Indicate Requirement Levels")]. | ||
|
||
## 2.1 ??? ## | ||
|
||
- Normative reference to the OData core document | ||
- Any other notational conventions? | ||
|
||
# Common Payload Format # | ||
|
||
- This section includes all the stuff that is common between request and response payloads. Mostly, this means the representations of EDM values. | ||
|
||
## Entities ## | ||
|
||
### Properties ### | ||
|
||
### Navigation Properties ### | ||
|
||
### Metadata ### | ||
|
||
## Primitive Values ## | ||
|
||
- All of the types, by category (numeric, string, spatial, temporal, special) | ||
- Specific statement of representation in payload. | ||
|
||
## Complex Types ## | ||
|
||
### Properties ### | ||
|
||
### Metadata ### | ||
|
||
# Request Specifics # | ||
|
||
- All the stuff that only applies to request payloads. | ||
|
||
## HTTP Headers ## | ||
|
||
- proper accept header to request this format. | ||
- other stuff? | ||
|
||
# Response Specifics # | ||
|
||
- All the stuff that only applies to response payloads. | ||
|
||
## HTTP Headers ## | ||
|
||
- proper content type for this format. | ||
- other stuff? | ||
|
||
## Next Links ## | ||
|
||
## Response-Level Properties ## | ||
|
||
- Inline count | ||
- Others? |