Closed
Description
The JSON Hyper-schema spec currently lists the following
{
"title": "Post a comment",
"rel": "create",
"href": "/{id}/comments",
"method": "POST",
"schema": {
"type": "object",
"properties": {
"message": {
"type": "string"
}
},
"required": ["message"]
}
}
But this isn't a useful link relation because there's no such thing as a "create" link.
The place that would best define how to create resources would probably AtomPub, see https://tools.ietf.org/rfc/rfc5023.txt
The specification does later define "create", but it should normatively reference the IANA registry instead.
Metadata
Metadata
Assignees
Labels
No labels