UNPKG

@bbc/object-based-media-schema

Version:

JSON schemas which describe a common language for object-based media

20 lines (19 loc) 586 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Story as used for creates and updates with the API", "allOf": [ { "$ref": "/core.json#/definitions/update_base" }, { "type": "object", "properties": { "name": {}, "description": {}, "tags": {}, "meta": {}, "variables": { "$ref": "/story/types.json#/definitions/variables" } }, "required": ["variables"], "additionalProperties": false } ] }