Bullet List

Unordered list with optional bold lead-in per item

Surfaces
webmeet-stagegooglechatemailpdfapps-script-web
Fields
FieldType
items[{'label': 'string', 'text': 'string'}]optional
Example payload
{
  "type": "bullet_list"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:bullet_list",
  "displayName": "Bullet List",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/bullet_list",
  "capabilities": [
    "web",
    "meet-stage",
    "googlechat",
    "email",
    "pdf",
    "apps-script-web"
  ],
  "description": "Unordered list with optional bold lead-in per item",
  "representativeQueries": [
    "show a unordered list with optional bold label per item",
    "unordered list with optional bold lead-in per item",
    "render a bullet list"
  ]
}
← 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 →