dfr020

Source Object

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
AFSPrograms array
FRVProgramsPollutants array
HPVHistory object
HPVProgramsPollutants array
PermitHistory object
View JSON Schema on GitHub

JSON Schema

echo-dfr-dfr020-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-dfr020-schema.json",
  "title": "dfr020",
  "description": "Source Object",
  "type": "object",
  "properties": {
    "AFSPrograms": {
      "items": {
        "$ref": "#/definitions/dfr021"
      },
      "title": "AFS Programs",
      "type": "array",
      "xml": {
        "name": "AFSPrograms",
        "wrapped": true
      },
      "example": [
        "string"
      ]
    },
    "FRVProgramsPollutants": {
      "items": {
        "$ref": "#/definitions/dfr022"
      },
      "title": "FRV Programs Pollutants",
      "type": "array",
      "xml": {
        "name": "FRVProgramsPollutants",
        "wrapped": true
      },
      "example": [
        "string"
      ]
    },
    "HPVHistory": {
      "$ref": "#/definitions/dfr020_.HPVHistory"
    },
    "HPVProgramsPollutants": {
      "items": {
        "$ref": "#/definitions/dfr023"
      },
      "title": "HPV Programs Pollutants",
      "type": "array",
      "xml": {
        "name": "HPVProgramsPollutants",
        "wrapped": true
      },
      "example": [
        "string"
      ]
    },
    "PermitHistory": {
      "$ref": "#/definitions/dfr020_.PermitHistory"
    }
  },
  "required": [
    "PermitHistory",
    "HPVHistory",
    "HPVProgramsPollutants",
    "FRVProgramsPollutants",
    "AFSPrograms"
  ]
}