Embedded mini schema editor with a textarea for typing a single atom JSON block and a live rendered preview below
| Field | Type | |
|---|---|---|
| placeholder | string (optional, example atom JSON) | optional |
| accent | string (optional, hex) | optional |
| renderer_url | string (optional, renderer base URL for linking) | optional |
{
"type": "live_edit"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:live_edit",
"displayName": "Live Edit",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/live_edit",
"capabilities": [
"apps-script-web"
],
"description": "Embedded mini schema editor with a textarea for typing a single atom JSON block and a live rendered preview below",
"representativeQueries": [
"show a embedded live atom JSON editor with preview",
"embedded mini schema editor with a textarea for typing a single atom json block and a live rendered",
"render a live edit"
]
}
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 →