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