Product Spec Table

Renders a table detailing technical specifications or features for

Surfaces
webmeet-stagepdfapps-script-web
Degraded on
SurfaceNote
googlechatRenders as a list of key-value pairs.
Fields
FieldType
product_namestringrequired
specsarrayrequired
Example payload
{
  "type": "product_spec_table",
  "product_name": "Product name",
  "specs": [
    {
      "label": "Weight",
      "value": "1.2 kg"
    },
    {
      "label": "Dimensions",
      "value": "20\u00d715 cm"
    }
  ]
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →