{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cam-emissions-month-unit-data-view-structure.json", "name": "MonthUnitDataView", "description": "MonthUnitDataView schema from Emissions Management OpenAPI Specification", "type": "object", "properties": { "stateCode": { "type": "string", "example": "NC" }, "facilityName": { "type": "string", "example": "EPA Facility" }, "facilityId": { "type": "double", "example": 0.0 }, "unitId": { "type": "string", "example": "12345" }, "associatedStacks": { "type": "string", "example": "string" }, "year": { "type": "double", "example": 2024 }, "month": { "type": "double", "example": 0.0 }, "countOpTime": { "type": "double", "example": 100 }, "sumOpTime": { "type": "double", "example": 0.0 }, "grossLoad": { "type": "double", "example": 0.0 }, "steamLoad": { "type": "double", "example": 0.0 }, "so2Mass": { "type": "double", "example": 0.0 }, "so2Rate": { "type": "double", "example": 0.0 }, "co2Mass": { "type": "double", "example": 0.0 }, "co2Rate": { "type": "double", "example": 0.0 }, "noxMass": { "type": "double", "example": 0.0 }, "noxRate": { "type": "double", "example": 0.0 }, "heatInput": { "type": "double", "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", "unitId", "associatedStacks", "year", "month", "countOpTime", "sumOpTime", "grossLoad", "steamLoad", "so2Mass", "so2Rate", "co2Mass", "co2Rate", "noxMass", "noxRate", "heatInput", "primaryFuelInfo", "secondaryFuelInfo", "unitType", "so2ControlInfo", "noxControlInfo", "pmControlInfo", "hgControlInfo", "programCodeInfo" ] }