{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-dfr-dfr024-schema.json", "title": "dfr024", "description": "Air Quality Object", "type": "object", "properties": { "CarbonMonoxide1971Area": { "description": "Indicates the relevant National Ambient Air Quality Standards (NAAQS) nontattinment standard for Carbon Monoxide (1971).", "example": "Billings Area, MT", "title": "Carbon Monoxide (1971) Nonattainment Area", "type": "string" }, "Lead1978Area": { "description": "Indicates the relevant National Ambient Air Quality Standards (NAAQS) nontattinment standard for Lead (1978).", "example": "Lewis & Clark County (part); City of East Helena and vicinity, MT", "title": "Lead (1978) Nonattainment Area", "type": "string" }, "Lead2008Area": { "description": "If null, the facility is not located in a designated non-attainment area. If populated, the value is the name of the non-attainment area; normally this is a city or county name", "example": "Washington, DC-MD-VA", "title": "Lead Area - 2008", "type": "string" }, "NitrogenDioxide1971Area": { "description": "Indicates the relevant National Ambient Air Quality Standards (NAAQS) nontattinment standard for Nitrogen Dioxide (1971).", "example": "Los Angeles-South Coast Air Basin Area, CA", "title": "Nitrogen Dioxide (1971) Nonattainment Area", "type": "string" }, "Ozone8hr1997Area": { "description": "If null, the facility is not located in a designated non-attainment area. If populated, the value is the name of the non-attainment area; normally this is a city or county name", "example": "Milwaukee-Racine, WI", "title": "Eight Hour Ozone Area - 1997", "type": "string" }, "Ozone8hr2008Area": { "description": "If null, the facility is not located in a designated non-attainment area. If populated, the value is the name of the non-attainment area; normally this is a city or county name", "example": "Chicago-Naperville, IL-IN-WI", "title": "Eight Hour Ozone Area - 2008", "type": "string" }, "Ozone8hr2015Area": { "description": "Indicates the relevant National Ambient Air Quality Standards (NAAQS) nontattinment standard for 8-Hour Ozone (2005).", "example": "Chicago-Naperville, IL-IN-WI", "title": "8-Hour Ozone (2005) Nonattainment Area", "type": "string" }, "ParticulateMatter1987Area": { "description": "Indicates the relevant National Ambient Air Quality Standards (NAAQS) nontattinment standard for Particulate Matter (1987).", "example": "Lake County; Cities of East Chicago, Hammond, Whiting, and Gary, IN", "title": "Particulate Matter (1987) Nonattainment Area", "type": "string" }, "ParticulateMatter1997Area": { "description": "If null, the facility is not located in a designated non-attainment area. If populated, the value is the name of the non-attainment area; normally this is a city or county name", "example": "Washington, DC-MD-VA", "title": "Particulate Matter Area - 1997", "type": "string" }, "ParticulateMatter2006Area": { "description": "If null, the facility is not located in a designated non-attainment area. If populated, the value is the name of the non-attainment area; normally this is a city or county name", "example": "Washington, DC-MD-VA", "title": "Particulate Matter Area - 2006", "type": "string" }, "ParticulateMatter2012Area": { "description": "Indicates the relevant National Ambient Air Quality Standards (NAAQS) nontattinment standard for Particulate Matter (2012).", "example": "Los Angeles-South Coast Air Basin", "title": "Particulate Matter (2012) Nonattainment Area", "type": "string" }, "SulfurDioxide1971Area": { "description": "Indicates the relevant National Ambient Air Quality Standards (NAAQS) nontattinment standard for Sulfur Dioxide (1971).", "example": "Lake County: (part), IN", "title": "Sulfur Dioxide (1971) Nonattainment Area", "type": "string" }, "SulfurDioxide2010Area": { "description": "If null, the facility is not located in a designated non-attainment area. If populated, the value is the name of the non-attainment area; normally this is a city or county name", "example": "Washington, DC-MD-VA", "title": "Sulfur Dioxide Area - 2010", "type": "string" } } }