{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/cam-emissions-emissions-submissions-progress-dto-schema.json", "title": "EmissionsSubmissionsProgressDTO", "description": "EmissionsSubmissionsProgressDTO schema from Emissions Management OpenAPI Specification", "type": "object", "properties": { "year": { "type": "number", "example": 2024 }, "quarterName": { "type": "string", "example": "EPA Facility" }, "quarter": { "type": "number", "example": 0.0 }, "percentage": { "type": "number", "example": 0.0 } }, "required": [ "year", "quarterName", "quarter", "percentage" ] }