UNPKG

@bbc/object-based-media-schema

Version:

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

33 lines (32 loc) 1 kB
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Asset Collection in full", "allOf": [ { "$ref": "/core.json#/definitions/full_base" }, { "$ref": "/asset_collection/types.json#/definitions/assets" }, { "type": "object", "properties": { "id": {}, "object_class": { "type": "string", "description": "Object Class (Fixed Value)", "enum": [ "ASSET_COLLECTION" ] }, "name": {}, "description": {}, "version": {}, "tags": {}, "meta": {}, "asset_collection_type": {}, "assets": {}, "loop": {}, "schema_version": {} }, "additionalProperties": false, "required":["asset_collection_type"] } ] }