UNPKG

@amplience/dynamic-content-accelerators

Version:
26 lines 551 B
{ "$schema": "http://bigcontent.io/cms/schema/v1/schema#", "id": "{CONTENT_TYPE_BASEPATH}/video.json", "title": "Video", "description": "Video accelerator", "allOf": [ { "$ref": "http://bigcontent.io/cms/schema/v1/core#/definitions/content" } ], "type": "object", "properties": { "video": { "title": "Video", "type": "object", "anyOf": [ { "$ref": "http://bigcontent.io/cms/schema/v1/core#/definitions/video-link" } ] } }, "propertyOrder": [ "video" ] }