Echo Effluent Eff08 Structure

Permit Features Object

Type: object Properties: 4 Required: 4
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

eff08 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.

Properties

Parameters PermFeatureNmbr PermFeatureTypeCode PermFeatureTypeDesc

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/echo-effluent-eff08-structure.json",
  "name": "eff08",
  "description": "Permit Features Object",
  "type": "object",
  "properties": {
    "Parameters": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/eff07"
      },
      "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",
    "PermFeatureTypeDesc",
    "Parameters"
  ]
}