dfr092

Sources Object

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
SiteVisit array
View JSON Schema on GitHub

JSON Schema

echo-dfr-dfr092-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-dfr092-schema.json",
  "title": "dfr092",
  "description": "Sources Object",
  "type": "object",
  "properties": {
    "SiteVisit": {
      "items": {
        "$ref": "#/definitions/dfr093"
      },
      "title": "Site Visit",
      "type": "array",
      "xml": {
        "name": "SiteVisit",
        "wrapped": true
      },
      "example": [
        "0014"
      ]
    }
  },
  "required": [
    "SiteVisit"
  ]
}