Vertical dated timeline of events for study/revision pages.
| Field | Type | |
|---|---|---|
| title | string | optional |
| events | array (required) of {date, title, desc} | required |
| accent | string (optional, hex, default "#3b82f6") | optional |
{
"type": "brevet_timeline",
"events": [
{
"date": "2025",
"title": "Launch",
"body": "First release."
},
{
"date": "2026",
"title": "Today",
"body": "Still growing."
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:brevet_timeline",
"displayName": "Brevet Timeline",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/brevet_timeline",
"capabilities": [
"google-apps-script-web",
"mcp-apps"
],
"description": "Vertical dated timeline of events for study/revision pages.",
"representativeQueries": [
"show a dated vertical revision timeline",
"vertical dated timeline of events for study/revision pages.",
"render a brevet timeline"
]
}
The renderer is an open-source Google Apps Script web app. 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 →