dfr079_s

Source Object

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
Evaluations array
Status object
Violations array
View JSON Schema on GitHub

JSON Schema

echo-dfr-dfr079-s-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-dfr079-s-schema.json",
  "title": "dfr079_s",
  "description": "Source Object",
  "type": "object",
  "properties": {
    "Evaluations": {
      "items": {
        "$ref": "#/definitions/dfr079_s.Evaluations"
      },
      "title": "Evaluations",
      "type": "array",
      "xml": {
        "name": "Evaluations",
        "wrapped": true
      },
      "example": [
        "string"
      ]
    },
    "Status": {
      "$ref": "#/definitions/dfr079_s.Status"
    },
    "Violations": {
      "items": {
        "$ref": "#/definitions/dfr079_s.Violations"
      },
      "title": "Violations",
      "type": "array",
      "xml": {
        "name": "Violations",
        "wrapped": true
      },
      "example": [
        "string"
      ]
    }
  }
}