Echo Dfr Dfr076 Structure

Notices Object

Type: object Properties: 2 Required: 2
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

dfr076 is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Notice ProgramDates

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/echo-dfr-dfr076-structure.json",
  "name": "dfr076",
  "description": "Notices Object",
  "type": "object",
  "properties": {
    "Notice": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/dfr077"
      },
      "example": [
        "string"
      ]
    },
    "ProgramDates": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/dfr018_ProgramDates"
      },
      "example": [
        "string"
      ]
    }
  },
  "required": [
    "ProgramDates",
    "Notice"
  ]
}