{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/cam-emissions-quarter-unit-data-view-schema.json", "title": "QuarterUnitDataView", "description": "QuarterUnitDataView schema from Emissions Management OpenAPI Specification", "type": "object", "properties": { "stateCode": { "type": "string", "example": "NC" }, "facilityName": { "type": "string", "example": "EPA Facility" }, "facilityId": { "type": "number", "example": 0.0 }, "unit_id": { "type": "string", "example": "12345" }, "unitId": { "type": "string", "example": "12345" }, "associatedStacks": { "type": "string", "example": "string" }, "year": { "type": "number", "example": 2024 }, "quarter": { "type": "number", "example": 0.0 }, "countOpTime": { "type": "number", "example": 100 }, "sumOpTime": { "type": "number", "example": 0.0 }, "grossLoad": { "type": "number", "example": 0.0 }, "steamLoad": { "type": "number", "example": 0.0 }, "so2Mass": { "type": "number", "example": 0.0 }, "so2Rate": { "type": "number", "example": 0.0 }, "co2Mass": { "type": "number", "example": 0.0 }, "co2Rate": { "type": "number", "example": 0.0 }, "noxMass": { "type": "number", "example": 0.0 }, "noxRate": { "type": "number", "example": 0.0 }, "heatInput": { "type": "number", "example": 0.0 }, "primaryFuelInfo": { "type": "string", "example": "string" }, "secondaryFuelInfo": { "type": "string", "example": "string" }, "unitType": { "type": "string", "example": "string" }, "so2ControlInfo": { "type": "string", "example": "string" }, "noxControlInfo": { "type": "string", "example": "string" }, "pmControlInfo": { "type": "string", "example": "string" }, "hgControlInfo": { "type": "string", "example": "string" }, "programCodeInfo": { "type": "string", "example": "string" } }, "required": [ "stateCode", "facilityName", "facilityId", "unit_id", "unitId", "associatedStacks", "year", "quarter", "countOpTime", "sumOpTime", "grossLoad", "steamLoad", "so2Mass", "so2Rate", "co2Mass", "co2Rate", "noxMass", "noxRate", "heatInput", "primaryFuelInfo", "secondaryFuelInfo", "unitType", "so2ControlInfo", "noxControlInfo", "pmControlInfo", "hgControlInfo", "programCodeInfo" ] }