Schema resource_core.json
Show original (referenced schemas with $ref)
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Describes the foundations of all NMOS resources",
"properties": { },
"required": [
"id",
"version",
"label",
"description",
"tags"
],
"title": "Base resource",
"type": "object"
}