Renders a two-column list itemizing advantages and disadvantages for
| Field | Type | |
|---|---|---|
| subject | string | required |
| pros | array | required |
| cons | array | required |
{
"type": "pros_cons_list",
"subject": "Example subject matter",
"pros": [
"Scalable architecture",
"Clean API design",
"Excellent documentation"
],
"cons": [
"Steeper learning curve",
"Limited third-party plugins"
]
}
{
"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"
]
}
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 →