You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _format/1.0/normative-statements.json
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -294,7 +294,7 @@ layout: null
294
294
"type": "normative-statements",
295
295
"attributes": {
296
296
"level": "MUST",
297
-
"description": "Clients **MUST** send all JSONAPI data in request documents with the header `Content-Type: application/vnd.api+json` without any media type parameters."
297
+
"description": "Clients **MUST** send all JSON:API data in request documents with the header `Content-Type: application/vnd.api+json` without any media type parameters."
298
298
},
299
299
"relationships": {
300
300
"section": {
@@ -307,7 +307,7 @@ layout: null
307
307
"type": "normative-statements",
308
308
"attributes": {
309
309
"level": "MUST",
310
-
"description": "Clients that include the JSONAPI media type in their `Accept` header **MUST** specify the media type there at least once without any media type parameters."
310
+
"description": "Clients that include the JSON:API media type in their `Accept` header **MUST** specify the media type there at least once without any media type parameters."
311
311
},
312
312
"relationships": {
313
313
"section": {
@@ -333,7 +333,7 @@ layout: null
333
333
"type": "normative-statements",
334
334
"attributes": {
335
335
"level": "MUST",
336
-
"description": "Servers **MUST** send all JSONAPI data in response documents with the header `Content-Type: application/vnd.api+json` without any media type parameters."
336
+
"description": "Servers **MUST** send all JSON:API data in response documents with the header `Content-Type: application/vnd.api+json` without any media type parameters."
337
337
},
338
338
"relationships": {
339
339
"section": {
@@ -359,7 +359,7 @@ layout: null
359
359
"type": "normative-statements",
360
360
"attributes": {
361
361
"level": "MUST",
362
-
"description": "Servers **MUST** respond with a `406 Not Acceptable` status code if a request's `Accept` header contains the JSONAPI media type and all instances of that media type are modified with media type parameters."
362
+
"description": "Servers **MUST** respond with a `406 Not Acceptable` status code if a request's `Accept` header contains the JSON:API media type and all instances of that media type are modified with media type parameters."
363
363
},
364
364
"relationships": {
365
365
"section": {
@@ -398,7 +398,7 @@ layout: null
398
398
"type": "normative-statements",
399
399
"attributes": {
400
400
"level": "MUST",
401
-
"description": "A JSON object MUST be at the root of every JSONAPI request and response containing data. This object defines a document's \"top level\"."
401
+
"description": "A JSON object MUST be at the root of every JSON:API request and response containing data. This object defines a document's \"top level\"."
402
402
},
403
403
"relationships": {
404
404
"section": {
@@ -515,7 +515,7 @@ layout: null
515
515
"type": "normative-statements",
516
516
"attributes": {
517
517
"level": "MUST",
518
-
"description": "In addition, a resource object MAY contain any of these top-level members:\\n\\n- `attributes`: an attributes object representing some of the resource's data.\\n- `relationships`: a relationships object describing relationships between the resource and other JSONAPI resources.\\n -`links`: a links object containing links related to the resource.\\n- `meta`: a meta object containing non-standard meta-information about a resource that can not be represented as an attribute or relationship."
518
+
"description": "In addition, a resource object MAY contain any of these top-level members:\\n\\n- `attributes`: an attributes object representing some of the resource's data.\\n- `relationships`: a relationships object describing relationships between the resource and other JSON:API resources.\\n -`links`: a links object containing links related to the resource.\\n- `meta`: a meta object containing non-standard meta-information about a resource that can not be represented as an attribute or relationship."
519
519
},
520
520
"relationships": {
521
521
"section": {
@@ -866,7 +866,7 @@ layout: null
866
866
"type": "normative-statements",
867
867
"attributes": {
868
868
"level": "MAY",
869
-
"description": "A JSONAPI document **MAY** include information about its implementation under a top level `jsonapi` member."
869
+
"description": "A JSON:API document **MAY** include information about its implementation under a top level `jsonapi` member."
870
870
},
871
871
"relationships": {
872
872
"section": {
@@ -892,7 +892,7 @@ layout: null
892
892
"type": "normative-statements",
893
893
"attributes": {
894
894
"level": "MAY",
895
-
"description": "The jsonapi object **MAY** contain a `version` member whose value is a string indicating the highest JSONAPI version supported."
895
+
"description": "The jsonapi object **MAY** contain a `version` member whose value is a string indicating the highest JSON:API version supported."
896
896
},
897
897
"relationships": {
898
898
"section": {
@@ -918,7 +918,7 @@ layout: null
918
918
"type": "normative-statements",
919
919
"attributes": {
920
920
"level": "MUST",
921
-
"description": "All member names used in a JSONAPI document **MUST** be treated as case sensitive by clients and servers"
921
+
"description": "All member names used in a JSON:API document **MUST** be treated as case sensitive by clients and servers"
922
922
},
923
923
"relationships": {
924
924
"section": {
@@ -1516,7 +1516,7 @@ layout: null
1516
1516
"type": "normative-statements",
1517
1517
"attributes": {
1518
1518
"level": "MUST",
1519
-
"description": "Concepts of order, as expressed in the naming of pagination links, **MUST** remain consistent with JSONAPI's sorting rules."
1519
+
"description": "Concepts of order, as expressed in the naming of pagination links, **MUST** remain consistent with JSON:API's sorting rules."
1520
1520
},
1521
1521
"relationships": {
1522
1522
"section": {
@@ -2660,7 +2660,7 @@ layout: null
2660
2660
"type": "normative-statements",
2661
2661
"attributes": {
2662
2662
"level": "MUST",
2663
-
"description": "Error objects **MUST** be returned as an array keyed by `errors` in the top level of a JSONAPI document."
2663
+
"description": "Error objects **MUST** be returned as an array keyed by `errors` in the top level of a JSON:API document."
0 commit comments