{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-effluent-eff05-schema.json", "title": "eff05", "description": "Results Object", "type": "object", "properties": { "CWPCity": { "description": "City in which the facility is located.", "example": "HUNTSVILLE", "title": "City", "type": "string" }, "CWPCurrentSNCStatus": { "description": "The type of noncompliance when a major source is in significant violation or a minor source has a Category 1 violation.", "example": "D (DMR NR)", "type": "string" }, "CWPMajorMinorStatusFlag": { "description": "Facilities marked \"M\" for major refers to CWA major permittees.\n- M = Major\n- N = Minor", "example": "N", "title": "Major/Minor Status Flag", "type": "string" }, "CWPName": { "description": "Facility or permit holder name, as maintained in ICIS-NPDES.", "example": "REDSTONE ARSENAL", "title": "Facility Name", "type": "string" }, "CWPPermitStatusDesc": { "description": "The current stage/status in the NPDES permit life cycle.", "example": "Effective", "title": "Permit Status Description", "type": "string" }, "CWPPermitTypeDesc": { "description": "NPDES facility permit classification:\n- NPDES Individual Permit\n- General Permit Covered Facility\n- NPDES Master General Permit\n- Associated Permit Record\n- Individual Industrial User Permit\n- Individual State Issued Permit\n- State Issued Master General Permit\n- Unpermitted Facility", "example": "General Permit Covered Facility", "title": "Permit Type Description", "type": "string" }, "CWPState": { "description": "Facility location - two-digit state abbreviation.", "example": "AL", "title": "State", "type": "string" }, "CWPStreet": { "description": "Facility street address", "example": "BUILDING 3240 AREA", "title": "Street Address", "type": "string" }, "CWPZip": { "description": "Facility ZIP code", "example": "35898", "title": "Zip", "type": "string" }, "EPASystem": { "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", "title": "EPA Data System", "type": "string" }, "EndDate": { "description": "End date for the date range of interest. Formatted as mm/dd/yyyy", "example": "01/01/2016", "title": "End Date", "type": "string" }, "Message": { "description": "Field to record messages (typically performance-related) about packet processing", "example": "Success", "title": "Message", "type": "string" }, "PermFeatures": { "description": "Array of Permitted Features", "items": { "$ref": "#/definitions/eff04" }, "title": "Permitted Features (Pipe Outfalls)", "type": "array", "xml": { "name": "PermFeatures", "wrapped": true }, "example": [ "string" ] }, "RegistryId": { "description": "12-digit Facility Registry Service (FRS) identification number. FRS uniquely identifies a facility by assigning an identification number (FRS ID), and uses this FRS ID to link together all EPA regulatory program database records", "example": "110020837601", "title": "FRS Registry ID", "type": "string" }, "SourceId": { "description": "Unique Identifier assigned by EPA.", "example": "ALR040033", "title": "EPA Source Identifier", "type": "string" }, "StartDate": { "description": "Starting date for the date range of interest. Formatted as mm/dd/yyyy", "example": "01/01/2016", "title": "Start Date", "type": "string" }, "Statute": { "description": "The name of the statute associated with each of the permits and identifiers linked to the facility: \n- CAA = the Clean Air Act\n- CWA = the Clean Water Act\n- RCRA = the Resource Conservation and Recovery Act\n- EP313 = the Emergency Planning and Community Right-to-Know Act, Section 313 (also known as the Toxics Release Inventory Program)\n- TSCA = the Toxic Substances Control Act\n- SDWA = the Safe Drinking Water Act", "example": "CWA", "title": "Regulatory Statute", "type": "string" } }, "required": [ "Message", "SourceId", "EPASystem", "RegistryId", "Statute", "CWPName", "CWPStreet", "CWPCity", "CWPState", "CWPZip", "CWPPermitStatusDesc", "CWPMajorMinorStatusFlag", "CWPPermitTypeDesc", "CWPCurrentSNCStatus", "StartDate", "EndDate" ] }