Two YouTube videos side by side with optional labels
| Field | Type | |
|---|---|---|
| caption | string | optional |
| left | {'url': 'string', 'label': 'string'} | optional |
| right | {'url': 'string', 'label': 'string'} | optional |
{
"type": "video_pair"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:video_pair",
"displayName": "Video Pair",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/video_pair",
"capabilities": [
"web",
"meet-stage",
"apps-script-web"
],
"description": "Two YouTube videos side by side with optional labels",
"representativeQueries": [
"show a two videos side by side",
"two youtube videos side by side with optional labels",
"render a video pair"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →