Home
EPA — U.S. Environmental Protection Agency
Echo Effluent Eff06 Structure
Echo Effluent Eff06 Structure
Linked Permits Object
Type: object
Properties: 10
Required: 10
Government Environmental OpenData AirQuality WaterQuality HazardousWaste Compliance Emissions
eff06 is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 10 properties, of which 10 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
CWPCity
CWPCurrentSNCStatus
CWPMajorMinorStatusFlag
CWPName
CWPPermitStatusDesc
CWPPermitTypeDesc
CWPState
CWPStreet
CWPZip
SourceId
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/echo-effluent-eff06-structure.json",
"name": "eff06",
"description": "Linked Permits Object",
"type": "object",
"properties": {
"CWPCity": {
"type": "string",
"description": "City in which the facility is located.",
"example": "HUNTSVILLE"
},
"CWPCurrentSNCStatus": {
"type": "string",
"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)"
},
"CWPMajorMinorStatusFlag": {
"type": "string",
"description": "Facilities marked \"M\" for major refers to CWA major permittees.\n- M = Major\n- N = Minor",
"example": "N"
},
"CWPName": {
"type": "string",
"description": "Facility or permit holder name, as maintained in ICIS-NPDES.",
"example": "REDSTONE ARSENAL"
},
"CWPPermitStatusDesc": {
"type": "string",
"description": "The current stage/status in the NPDES permit life cycle.",
"example": "Effective"
},
"CWPPermitTypeDesc": {
"type": "string",
"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"
},
"CWPState": {
"type": "string",
"description": "Facility location - two-digit state abbreviation.",
"example": "AL"
},
"CWPStreet": {
"type": "string",
"description": "Facility street address",
"example": "BUILDING 3240 AREA"
},
"CWPZip": {
"type": "string",
"description": "Facility ZIP code",
"example": "35898"
},
"SourceId": {
"type": "string",
"description": "Unique Identifier assigned by EPA.",
"example": "ALR040033"
}
},
"required": [
"SourceId",
"CWPName",
"CWPStreet",
"CWPCity",
"CWPState",
"CWPZip",
"CWPPermitStatusDesc",
"CWPMajorMinorStatusFlag",
"CWPPermitTypeDesc",
"CWPCurrentSNCStatus"
]
}