Renders a structured documentation table outlining parameter fields, data types, requirements, and fallback options.
| Surface | Note |
|---|---|
| meet-stage | Wide table blocks introduce harsh horizontal scrolling on restricted screen areas. |
| googlechat | Complete loss of structural grids, collapsing into standard text sentences. |
| Responsive tabular configurations fail, causing text truncation or line wrapping. |
| Field | Type | |
|---|---|---|
| parameters | array. Objects defining name, type, required flag, default value, and description. | required |
{
"type": "api_param_table"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:api_param_table",
"displayName": "Api Param Table",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/api_param_table",
"capabilities": [
"web",
"apps-script-web"
],
"description": "Renders a structured documentation table outlining parameter fields, data types, requirements, and fallback options.",
"representativeQueries": [
"show a reference table detailing API parameters, data types, and default values",
"renders a structured documentation table outlining parameter fields, data types, requirements, and f",
"render a api param table"
]
}
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 →