{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/VideoBlockProperties", "title": "VideoBlockProperties", "type": "object", "properties": { "raw_asset_id": { "type": "string", "nullable": true }, "src_asset_id": { "type": "string", "nullable": true }, "alt_text": { "type": "string", "nullable": true }, "href": { "type": "string", "nullable": true }, "overlay_toggle": { "type": "boolean", "nullable": true }, "raw_src": { "type": "string", "nullable": true }, "src": { "type": "string", "nullable": true } } }