eff08
Permit Features Object
GovernmentEnvironmentalOpen DataAir QualityWater QualityHazardous WasteComplianceEmissions
Properties
| Name | Type | Description |
|---|---|---|
| Parameters | array | |
| PermFeatureNmbr | string | 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 charact |
| PermFeatureTypeCode | string | The code indicating the type of permitted feature (e.g., EXO) |
| PermFeatureTypeDesc | string | The description indicating the type of permitted feature (e.g., External Outfall, Internal Outfall, Sum) |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-effluent-eff08-schema.json",
"title": "eff08",
"description": "Permit Features Object",
"type": "object",
"properties": {
"Parameters": {
"items": {
"$ref": "#/definitions/eff07"
},
"title": "Parameters",
"type": "array",
"xml": {
"name": "Parameters",
"wrapped": true
},
"example": [
"string"
]
},
"PermFeatureNmbr": {
"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",
"title": "Discharge Point",
"type": "string"
},
"PermFeatureTypeCode": {
"description": "The code indicating the type of permitted feature (e.g., EXO)",
"example": "EXO",
"title": "Permit Feature Type Code",
"type": "string"
},
"PermFeatureTypeDesc": {
"description": "The description indicating the type of permitted feature (e.g., External Outfall, Internal Outfall, Sum)",
"example": "External Outfall",
"title": "Permit Feature Type",
"type": "string"
}
},
"required": [
"PermFeatureNmbr",
"PermFeatureTypeCode",
"PermFeatureTypeDesc",
"Parameters"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/echo-effluent-eff08"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
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.
A second provider on the same verified email joins the account you already have.