{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "FiscalPeriod", "type": "object", "description": "Fiscal period date range specification. Calendar dates that will fall back to the most recently completed period during resolution.", "properties": { "start": { "type": "string", "description": "The fiscal period start expressed as YYYY-MM-DD." }, "end": { "type": "string", "description": "The fiscal period end expressed as YYYY-MM-DD." } } }