dfr018_Reports

Reports Object

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
HasPollRpt string ???
View JSON Schema on GitHub

JSON Schema

echo-dfr-dfr018-reports-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-dfr018-reports-schema.json",
  "title": "dfr018_Reports",
  "description": "Reports Object",
  "type": "object",
  "properties": {
    "HasPollRpt": {
      "description": "???",
      "example": "Y",
      "type": "string"
    }
  },
  "required": [
    "HasPollRpt"
  ]
}