eff06

Linked Permits Object

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
CWPCity string City in which the facility is located.
CWPCurrentSNCStatus string The type of noncompliance when a major source is in significant violation or a minor source has a Category 1 violation.
CWPMajorMinorStatusFlag string Facilities marked "M" for major refers to CWA major permittees. - M = Major - N = Minor
CWPName string Facility or permit holder name, as maintained in ICIS-NPDES.
CWPPermitStatusDesc string The current stage/status in the NPDES permit life cycle.
CWPPermitTypeDesc string NPDES facility permit classification: - NPDES Individual Permit - General Permit Covered Facility - NPDES Master General Permit - Associated Permit Record - Individual Industrial User Permit - Individ
CWPState string Facility location - two-digit state abbreviation.
CWPStreet string Facility street address
CWPZip string Facility ZIP code
SourceId string Unique Identifier assigned by EPA.
View JSON Schema on GitHub

JSON Schema

echo-effluent-eff06-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-effluent-eff06-schema.json",
  "title": "eff06",
  "description": "Linked Permits 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"
    },
    "SourceId": {
      "description": "Unique Identifier assigned by EPA.",
      "example": "ALR040033",
      "title": "EPA Source Identifier",
      "type": "string"
    }
  },
  "required": [
    "SourceId",
    "CWPName",
    "CWPStreet",
    "CWPCity",
    "CWPState",
    "CWPZip",
    "CWPPermitStatusDesc",
    "CWPMajorMinorStatusFlag",
    "CWPPermitTypeDesc",
    "CWPCurrentSNCStatus"
  ]
}