{ "$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" ] }