Period
A time period defined by a start and/or end date. Used for policy terms, coverage periods, etc.
Structure
| Name | Card. | Type | Description |
|---|---|---|---|
| Period | A time period defined by a start and/or end date. | ||
| start | 0..1 | string | Start of the period (inclusive). |
| end | 0..1 | string | End of the period (inclusive). |
Example
json
{
"start": "2025-01-01",
"end": "2026-01-01"
}JSON Schema
Full JSON Schema: Period.schema.json