dfr066

ICIS Formal Actions Object

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

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

JSON Schema

echo-dfr-dfr066-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-dfr066-schema.json",
  "title": "dfr066",
  "description": "ICIS Formal Actions Object",
  "type": "object",
  "properties": {
    "Action": {
      "items": {
        "$ref": "#/definitions/dfr067"
      },
      "type": "array",
      "xml": {
        "name": "Action",
        "wrapped": true
      },
      "example": [
        "string"
      ]
    },
    "ProgramDates": {
      "items": {
        "$ref": "#/definitions/dfr018_ProgramDates"
      },
      "title": "Program Dates",
      "type": "array",
      "xml": {
        "name": "ProgramDates",
        "wrapped": true
      },
      "example": [
        "string"
      ]
    }
  }
}