Echo Dfr Dfr111 Details Structure

Water Quality Details

Type: object Properties: 1
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

dfr111_Details is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Sources

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-dfr-dfr111-details-structure.json",
  "name": "dfr111_Details",
  "description": "Water Quality Details",
  "type": "object",
  "properties": {
    "Sources": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/dfr111_Details.Sources"
      },
      "example": [
        "string"
      ]
    }
  }
}