{}OPF
DocsObject referenceView source

Timeline Event

A single event inside a timeline content payload.

Metadata

Definition
#/$defs/TimelineEvent
Type
object
Source
spec/schemas/opf.schema.json

Field index

FieldTypeReq.Description
whenstringEvent time, date, or sequence label. Use ISO-like values when possible, but human labels are allowed for quarters, eras, and relative milestones.
whatstringyesShort event label.
descriptionstringOptional event detail.

when

typestringrequirednodefault

Event time, date, or sequence label. Use ISO-like values when possible, but human labels are allowed for quarters, eras, and relative milestones.

when.json
{
  "when": "2026-01"
}

what

typestringrequiredyesdefault

Short event label.

what.json
{
  "what": "Pilot"
}

description

typestringrequirednodefault

Optional event detail.

description.json
{
  "description": "Launch with the first operations team."
}