We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 602ccec commit 626b5f9Copy full SHA for 626b5f9
format/index.md
@@ -219,7 +219,9 @@ Here's how an article (i.e. a resource of type "articles") might appear in a doc
219
220
#### Attributes <a href="#document-structure-resource-object-attributes" id="document-structure-resource-object-attributes"></a>
221
222
-A resource object **MAY** contain "[attributes]" holding any valid JSON value.
+A resource object **MAY** contain an "[attributes]" object. If included, this
223
+object **MUST** reserve the `id` member at it's top level, but can otherwise
224
+contain any valid JSON value.
225
226
Although has-one foreign keys (e.g. `author_id`) are often stored internally
227
alongside other information to be represented in a resource object, these keys
0 commit comments