Skip to content

Period

A time period defined by a start and/or end date. Used for policy terms, coverage periods, etc.

Structure

NameCard.TypeDescription
RPeriodA time period defined by a start and/or end date.
start0..1stringStart of the period (inclusive).
end0..1stringEnd of the period (inclusive).

Example

json
{
  "start": "2025-01-01",
  "end": "2026-01-01"
}

JSON Schema

Full JSON Schema: Period.schema.json