Structured risk callout list with severity levels, description, and mitigation. For meeting prep, project status, incident reports.
| Field | Type | |
|---|---|---|
| title | string | optional |
| risks | array (required). Array of {level ("critical"|"high"|"medium"|"low"), title, description?, mitigation?} | required |
{
"type": "risk_flag",
"risks": [
{
"label": "Scope creep",
"severity": "high"
},
{
"label": "Timeline slip",
"severity": "medium"
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:risk_flag",
"displayName": "Risk Flag",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/risk_flag",
"capabilities": [
"web",
"apps-script-web",
"pdf"
],
"description": "Structured risk callout list with severity levels, description, and mitigation. For meeting prep, project status, incident reports.",
"representativeQueries": [
"show a risk list \u2014 critical/high/medium/low with title, description, mitigation",
"structured risk callout list with severity levels, description, and mitigation. for meeting prep, pr",
"render a risk flag"
]
}
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 →