Echo Dfr Dfr083 S Structure

Sources Object

Type: object Properties: 2 Required: 2
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

dfr083_s 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

RulesViolated Status

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-dfr083-s-structure.json",
  "name": "dfr083_s",
  "description": "Sources Object",
  "type": "object",
  "properties": {
    "RulesViolated": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/dfr083_s.RulesViolated"
      },
      "example": [
        "string"
      ]
    },
    "Status": {
      "$ref": "#/definitions/dfr0_Qtr13Status"
    }
  },
  "required": [
    "Status",
    "RulesViolated"
  ]
}