OzoneUnitDataView

OzoneUnitDataView schema from Emissions Management OpenAPI Specification

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
stateCode string
facilityName string
facilityId number
unit_id string
unitId string
associatedStacks string
year number
countOpTime number
sumOpTime number
grossLoad number
steamLoad number
so2Mass number
so2Rate number
co2Mass number
co2Rate number
noxMass number
noxRate number
heatInput number
primaryFuelInfo string
secondaryFuelInfo string
unitType string
so2ControlInfo string
noxControlInfo string
pmControlInfo string
hgControlInfo string
programCodeInfo string
View JSON Schema on GitHub

JSON Schema

cam-emissions-ozone-unit-data-view-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/cam-emissions-ozone-unit-data-view-schema.json",
  "title": "OzoneUnitDataView",
  "description": "OzoneUnitDataView 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
    },
    "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",
    "countOpTime",
    "sumOpTime",
    "grossLoad",
    "steamLoad",
    "so2Mass",
    "so2Rate",
    "co2Mass",
    "co2Rate",
    "noxMass",
    "noxRate",
    "heatInput",
    "primaryFuelInfo",
    "secondaryFuelInfo",
    "unitType",
    "so2ControlInfo",
    "noxControlInfo",
    "pmControlInfo",
    "hgControlInfo",
    "programCodeInfo"
  ]
}