Case Study Card

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.

Surfaces
apps-script-webwebmeet-stage
Fields
FieldType
titlestring (required). Case study title.required
situationstring (required). The scenario narrative.required
data_pointsarray. Array of {label, value, note?} metric blocks.optional
questionsarray. Array of question strings for analysis.optional
model_answerstring. Model answer text shown on toggle. Hidden by default.optional
accentstring. Accent colour for data point values. Defaultoptional
Example payload
{
  "type": "case_study_card",
  "title": "Case Study Card",
  "situation": "A startup facing rapid growth challenges."
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →