One or more prose paragraphs
| Field | Type | |
|---|---|---|
| text | string | required |
{
"type": "body",
"text": "A concise description of the content."
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:body",
"displayName": "Body",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/body",
"capabilities": [
"web",
"meet-stage",
"googlechat",
"email",
"pdf",
"apps-script-web"
],
"description": "One or more prose paragraphs",
"representativeQueries": [
"show a prose paragraph block",
"one or more prose paragraphs",
"render a body"
]
}
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 →