eff04 is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 4 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/echo-effluent-eff04-structure.json",
"name": "eff04",
"description": "Permit Features Object",
"type": "object",
"properties": {
"Parameters": {
"type": "array",
"items": {
"$ref": "#/definitions/eff03"
},
"description": "Array of Effuent Limit Parameters",
"example": [
"string"
]
},
"PermFeatureNmbr": {
"type": "string",
"description": "A three-character code in ICIS-NPDES that identifies the point of discharge (e.g., outfall) for a facility. A NPDES permit may have multiple points of discharge. If the code is less than three characters in the .CSV, append zeros to the beginning of the number (e.g., 1 is equivalent to 001)",
"example": "001"
},
"PermFeatureTypeCode": {
"type": "string",
"description": "The code indicating the type of permitted feature (e.g., EXO)",
"example": "EXO"
},
"PermFeatureTypeDesc": {
"type": "string",
"description": "The description indicating the type of permitted feature (e.g., External Outfall, Internal Outfall, Sum)",
"example": "External Outfall"
}
},
"required": [
"PermFeatureNmbr",
"PermFeatureTypeCode",
"Parameters",
"PermFeatureTypeDesc"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.