dfr057

Compliance History Object

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
Inspection array
ProgramDates array
View JSON Schema on GitHub

JSON Schema

echo-dfr-dfr057-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-dfr057-schema.json",
  "title": "dfr057",
  "description": "Compliance History Object",
  "type": "object",
  "properties": {
    "Inspection": {
      "items": {
        "$ref": "#/definitions/dfr058"
      },
      "title": "Inspection",
      "type": "array",
      "xml": {
        "name": "Inspection",
        "wrapped": true
      },
      "example": [
        "string"
      ]
    },
    "ProgramDates": {
      "items": {
        "$ref": "#/definitions/dfr018_ProgramDates"
      },
      "title": "Program Dates",
      "type": "array",
      "xml": {
        "name": "ProgramDates",
        "wrapped": true
      },
      "example": [
        "string"
      ]
    }
  }
}