Echo Effluent Eff07 Structure

Parameters Object

Type: object Properties: 4 Required: 4
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

eff07 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

CurrentVioStatus MaxVioStatus ParameterCode ParameterDesc

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-eff07-structure.json",
  "name": "eff07",
  "description": "Parameters Object",
  "type": "object",
  "properties": {
    "CurrentVioStatus": {
      "type": "string",
      "description": "The most severe compliance status for an outfall and parameter during the current monitoring period",
      "example": "In Violation"
    },
    "MaxVioStatus": {
      "type": "string",
      "description": "The most severe compliance status for an outfall and parameter during the entire selected date range",
      "example": "In Violation"
    },
    "ParameterCode": {
      "type": "string",
      "description": "The unique 5 digit numeric code identifying the parameter. If the code is less than 5 digits in the .CSV, append zeros to the beginning of the number (e.g., 100 is equivalent to 00100)",
      "example": "00400"
    },
    "ParameterDesc": {
      "type": "string",
      "description": "The pollutant name and form (e.g., dissolved, suspended) associated with the parameter code",
      "example": "pH"
    }
  },
  "required": [
    "ParameterCode",
    "ParameterDesc",
    "MaxVioStatus",
    "CurrentVioStatus"
  ]
}