Properties
| Name | Type | Description |
|---|---|---|
| raw_asset_id | string | |
| src_asset_id | string | |
| alt_text | string | |
| href | string | |
| overlay_toggle | boolean | |
| raw_src | string | |
| src | string |
JSON Schema
{
"$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
}
}
}