{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cam-monitor-plan-reporting-period-structure.json", "name": "ReportingPeriod", "description": "ReportingPeriod schema from Monitor Plan Management OpenAPI Specification", "type": "object", "properties": { "id": { "type": "double", "example": 0.0 }, "year": { "type": "double", "example": 2024 }, "quarter": { "type": "double", "example": 0.0 }, "beginDate": { "type": "datetime", "example": "2024-01-15T12:00:00Z" }, "endDate": { "type": "datetime", "example": "2024-01-15T12:00:00Z" }, "periodDescription": { "type": "string", "example": "string" }, "periodAbbreviation": { "type": "string", "example": "string" }, "archiveInd": { "type": "double", "example": 0.0 } }, "required": [ "id", "year", "quarter", "beginDate", "endDate", "periodDescription", "periodAbbreviation", "archiveInd" ] }