Api Param Table

Renders a structured documentation table outlining parameter fields, data types, requirements, and fallback options.

Surfaces
webapps-script-web
Degraded on
SurfaceNote
meet-stageWide table blocks introduce harsh horizontal scrolling on restricted screen areas.
googlechatComplete loss of structural grids, collapsing into standard text sentences.
emailResponsive tabular configurations fail, causing text truncation or line wrapping.
Fields
FieldType
parametersarray. Objects defining name, type, required flag, default value, and description.required
Example payload
{
  "type": "api_param_table"
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →