Renders a table detailing technical specifications or features for
| Surface | Note |
|---|---|
| googlechat | Renders as a list of key-value pairs. |
| Field | Type | |
|---|---|---|
| product_name | string | required |
| specs | array | required |
{
"type": "product_spec_table",
"product_name": "Product name",
"specs": [
{
"label": "Weight",
"value": "1.2 kg"
},
{
"label": "Dimensions",
"value": "20\u00d715 cm"
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:product_spec_table",
"displayName": "Product Spec Table",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/product_spec_table",
"capabilities": [
"web",
"meet-stage",
"pdf",
"apps-script-web"
],
"description": "Renders a table detailing technical specifications or features for",
"representativeQueries": [
"show a product specifications in a clean table a single product",
"renders a table detailing technical specifications or features for",
"render a product spec 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 →