TimePeriodRangeViewModel
Describes a time period range in human-readable format.
Properties
Property | Type | Required | Description |
---|---|---|---|
start |
string | true |
The starting time period in human-readable format. |
end |
string | true |
The ending time period in human-readable format. |
Example schema
{
"start": "2024 January",
"end": "2024 December"
}