{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/echo-dfr-dfr112-structure.json", "name": "dfr112", "description": "Sources Object", "type": "object", "properties": { "AttainsAquaticLifeUseFlg": { "type": "string", "description": "Displays \"Y\" if the waterbody in which the facility resides is designated for aquatic life use. The data are from the ATTAINS database.", "example": "Y" }, "AttainsAuCategory": { "type": "string", "description": "The impairment class or category of the waterbody in which the facility is permitted to discharge directly. The data are from the ATTAINS database:\n- 5 = Impaired: TMDL needed. Available information indicates that at least one designated use is not being supported and a TMDL is needed (also known as the 303(d) listed waters).\n- 4 = Impaired: TMDL not needed. Available information indicates that at least one designated use is not being supported, but a TMDL is not needed (see subcategories).\n- 4a = TMDL completed. A TMDL has been completed, but impairment still exists.\n- 4b = TMDL alternative. Impairment is being addressed by a method other than a TMDL (e.g., stream bank improvements).\n- 4c = Non-pollutant causes. Cause of impairment is not a pollutant (e.g., habitat destruction).", "example": "5" }, "AttainsCauseGroups": { "type": "string", "description": "Lists all groups of pollutants or stressors that are causing impairment in the assessed waterbody. The data are from the ATTAINS database.", "example": "POLYCHLORINATED BIPHENYLS (PCBS) | TOXIC ORGANICS" }, "AttainsExceptnlUseFlg": { "type": "string", "description": "Displays \"Y\" if the waterbody in which the facility resides is designated for exceptional use. The data are from the ATTAINS database.", "example": "Y" }, "AttainsRecreationUseFlg": { "type": "string", "description": "Displays \"Y\" if the waterbody in which the facility resides is designated for recreational use. The data are from the ATTAINS database.", "example": "Y" }, "AttainsShellfishUseFlg": { "type": "string", "description": "Displays \"Y\" if the waterbody in which the facility resides is designated for shellfish use. The data are from the ATTAINS database.", "example": "Y" }, "BeachCloseLast2yrsFlg": { "type": "string", "description": "Displays \"Y\" if the facility is located on or near a waterbody with a beach closure within the last two years.", "example": "Y" }, "BeachCloseLastYearFlg": { "type": "string", "description": "Displays \"Y\" if the facility is located on or near a waterbody with a beach closure within the last year.", "example": "Y" }, "CSS": { "type": "string", "description": "Indicates whether or not the facility has a combined sewer system.", "example": "Y" }, "CWPCsoOutfalls": { "type": "string", "description": "The number of discharge outfalls at points prior to the treatment plant.", "example": "59" }, "EPASystem": { "type": "string", "description": "The EPA data system in which permit and facility records are kept. EPA's Facility Registry System (FRS) links all program database records (such as permit IDs and IDs facilities use in reporting to EPA) together. The following list describes the individual data systems that are linked to from the detailed facility report: \n\n- AFS: Air Facility System for Clean Air Act stationary source programs.\n- ICP: Integrated Compliance Information System for Clean Water Act programs monitoring National Pollutant Discharge Elimination System (NPDES) permits.\n- RCR: Resource Conservation and Recovery Act Information System (RCRAInfo) for tracking the Resource Conservation and Recovery Act (RCRA) programs.\n- NCDB: National Compliance Database System for monitoring national performance of the Toxic Substance Control Act (TSCA); the Emergency Planning and Right-to-Know Act, Section 313 (EPCRA); the Asbestos Hazard Emergency Response (AHERA); and the Federal Insecticide, Fungicide, and Rodenticide Act (FIFRA).\n- TRI: Toxics Release Inventory for Emergency Planning and Community Right-to-Know Act, Section 313 submissions.\n- NEI: National Emissions Inventory database contains information on stationary and mobile sources that emit criteria air pollutants and their precursors, as well as hazardous air pollutants (HAPs). The database includes estimates of annual emissions, by source, of air pollutants in each area of the country, on an annual basis.\n- TSCA: Toxic Substances Control Act addressing the production, importation, use, and disposal of specific chemicals.", "example": "ICP" }, "EsaAquaticSpeciesFlg": { "type": "string", "description": "Indicates if the watershed contains Endangered Species Act (ESA)-listed aquatic species.", "example": "Y" }, "HUC8": { "type": "string", "description": "The 8-digit Hydrologic Unit Code (HUC) of the watershed in which the facility resides.\ufffdCataloguing unit (fourth-level, 8-digit HUC)", "example": "\"05030201\"" }, "HUC8Name": { "type": "string", "description": "The name of the watershed in which the facility resides.", "example": "LITTLE MUSKINGUM-MIDDLE ISLAND" }, "ImpairedWaters": { "type": "string", "description": "Field indicates if the permit discharges directly into category 4 or 5 impaired waters.", "example": "string" }, "RadGnisName": { "type": "string", "description": "The name of the waterbody from the Geographic Names Information System (GNIS) database in which the facility is permitted to discharge directly.", "example": "Pojoaque River" }, "RadReachcode": { "type": "string", "description": "A nationally unique and permanent identifier for the waterbody, assigned by the US Geological Survey.", "example": "144957244039" }, "ReceivingWaters": { "type": "string", "description": "The name of the river, lake, stream, or estuary that receives runoff from the facility.", "example": "string" }, "SourceID": { "type": "string", "description": "Unique Identifier assigned by EPA.", "example": "ALR040033" }, "WBD12": { "type": "string", "description": "The 12-digit Hydrologic Unit Code (HUC) of the watershed in which the facility resides, based on the USGS Watershed Boundary Dataset (WBD).", "example": "050302011006" }, "WBD12Name": { "type": "string", "description": "The name of the watershed in which the facility resides.", "example": "Mill Creek-Ohio River" } }, "required": [ "SourceID", "EPASystem", "HUC8", "HUC8Name", "WBD12", "WBD12Name", "ReceivingWaters", "ImpairedWaters", "CSS", "RadGnisName", "RadReachcode", "CWPCsoOutfalls", "AttainsAuCategory", "AttainsCauseGroups", "AttainsAquaticLifeUseFlg", "AttainsExceptnlUseFlg", "AttainsRecreationUseFlg", "AttainsShellfishUseFlg", "BeachCloseLastYearFlg", "BeachCloseLast2yrsFlg", "EsaAquaticSpeciesFlg" ] }