Metadata
Definition
#/$defs/TimelineEvent
Type
object
Source
spec/schemas/opf.schema.json
Fields
| Field | Type | Req | Description |
|---|---|---|---|
| when | string | — | Event time, date, or sequence label. Use ISO-like values when possible, but human labels are allowed for quarters, eras, and relative milestones. |
| what | string | yes | Short event label. |
| description | string | — | Optional event detail. |
when
Type: string · Optional · Default: —
Event time, date, or sequence label. Use ISO-like values when possible, but human labels are allowed for quarters, eras, and relative milestones.
{
"when": "2026-01"
}what
Type: string · Required · Default: —
Short event label.
{
"what": "Pilot"
}description
Type: string · Optional · Default: —
Optional event detail.
{
"description": "Launch with the first operations team."
}