dfr038

CWA Effluent Compliance Object

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
Header object
Sources array
View JSON Schema on GitHub

JSON Schema

echo-dfr-dfr038-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-dfr-dfr038-schema.json",
  "title": "dfr038",
  "description": "CWA Effluent Compliance Object",
  "type": "object",
  "properties": {
    "Header": {
      "$ref": "#/definitions/dfr0_Qtr13Header"
    },
    "Sources": {
      "items": {
        "$ref": "#/definitions/dfr041"
      },
      "title": "Sources",
      "type": "array",
      "xml": {
        "name": "Sources",
        "wrapped": true
      },
      "example": [
        "string"
      ]
    }
  }
}