@bbc/object-based-media-schema
Version:
JSON schemas which describe a common language for object-based media
18 lines (17 loc) • 482 B
JSON
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Representation collection as used for creates and updates with the API",
"allOf": [
{ "$ref": "/core.json#/definitions/update_base" },
{
"type": "object",
"properties": {
"name": {},
"description": {},
"tags": {},
"meta": {}
},
"additionalProperties": false
}
]
}