-
Notifications
You must be signed in to change notification settings - Fork 890
Closed
Description
The top-level of a JSON response will contain the primary document(s) keyed by the plural form of the primary resource type.
'will' doesn't work here. Should this be a SHOULD
or a MUST
? In other words, is this response valid:
{
"meta": {
"last": "/events?limit=10&offset=0",
"next": null,
"href": "/events?limit=10&offset=0",
"limit": 10,
"offset": 0,
"previous": null,
"total": 0,
"first": "/events?limit=10&offset=0"
},
"links": {}
}
There's no `events' key.
Metadata
Metadata
Assignees
Labels
No labels