Side-by-side panel showing a rendered atom alongside its raw JSON schema
| Field | Type | |
|---|---|---|
| label | string (optional, panel header) | optional |
| schema | object (atom block JSON to render and display) | required |
| accent | string (optional, hex) | optional |
{
"type": "atom_anatomy",
"schema": "{\"type\": \"example\", \"value\": \"1,234\"}"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:atom_anatomy",
"displayName": "Atom Anatomy",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/atom_anatomy",
"capabilities": [
"apps-script-web"
],
"description": "Side-by-side panel showing a rendered atom alongside its raw JSON schema",
"representativeQueries": [
"show a rendered atom + raw schema side-by-side anatomy view",
"side-by-side panel showing a rendered atom alongside its raw json schema",
"render a atom anatomy"
]
}
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 →