Structured enterprise case study card. Sections for situation narrative, key data points (label/value/note), numbered analysis questions, and an optional model answer reveal. No state required. The model answer is hidden behind a toggle button.
| Field | Type | |
|---|---|---|
| title | string (required). Case study title. | required |
| situation | string (required). The scenario narrative. | required |
| data_points | array. Array of {label, value, note?} metric blocks. | optional |
| questions | array. Array of question strings for analysis. | optional |
| model_answer | string. Model answer text shown on toggle. Hidden by default. | optional |
| accent | string. Accent colour for data point values. Default | optional |
{
"type": "case_study_card",
"title": "Case Study Card",
"situation": "A startup facing rapid growth challenges."
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:case_study_card",
"displayName": "Case Study Card",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/case_study_card",
"capabilities": [
"apps-script-web",
"web",
"meet-stage"
],
"description": "Structured enterprise case study card. Sections for situation narrative, key data points (label/value/note), numbered analysis questions, and an optional model answer reveal. No state required. The model answer is hidden behind a toggle button.",
"representativeQueries": [
"show a structured case study \u2014 situation, data points, questions, optional model answer reveal",
"structured enterprise case study card. sections for situation narrative, key data points (label/valu",
"render a case study card"
]
}
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 →