Schema registrationapi-resource-post-request.json
Show original (referenced schemas with $ref)
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Register a new resource or update an existing resource",
"oneOf": [ ],
"required": [
"type",
"data"
],
"title": "Resource registration",
"type": "object"
}