Pros Cons List

Renders a two-column list itemizing advantages and disadvantages for

Surfaces
webmeet-stagegooglechatemailpdfapps-script-web
Fields
FieldType
subjectstringrequired
prosarrayrequired
consarrayrequired
Example payload
{
  "type": "pros_cons_list",
  "subject": "Example subject matter",
  "pros": [
    "Scalable architecture",
    "Clean API design",
    "Excellent documentation"
  ],
  "cons": [
    "Steeper learning curve",
    "Limited third-party plugins"
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:pros_cons_list",
  "displayName": "Pros Cons List",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/pros_cons_list",
  "capabilities": [
    "web",
    "meet-stage",
    "googlechat",
    "email",
    "pdf",
    "apps-script-web"
  ],
  "description": "Renders a two-column list itemizing advantages and disadvantages for",
  "representativeQueries": [
    "show a two-column pros and cons comparison a single subject",
    "renders a two-column list itemizing advantages and disadvantages for",
    "render a pros cons 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 →