Atom Anatomy

Side-by-side panel showing a rendered atom alongside its raw JSON schema

Surfaces
apps-script-web
Fields
FieldType
labelstring (optional, panel header)optional
schemaobject (atom block JSON to render and display)required
accentstring (optional, hex)optional
Example payload
{
  "type": "atom_anatomy",
  "schema": "{\"type\": \"example\", \"value\": \"1,234\"}"
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →