Echo Dfr Dfr010 Results Structure

Results Object

Type: object Properties: 2 Required: 1
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

CWACSCompliance Message

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-dfr010-results-structure.json",
  "name": "dfr010_Results",
  "description": "Results Object",
  "type": "object",
  "properties": {
    "CWACSCompliance": {
      "$ref": "#/definitions/dfr031"
    },
    "Message": {
      "type": "string",
      "description": "Field to record messages (typically performance-related) about packet processing",
      "example": "Success"
    }
  },
  "required": [
    "Message"
  ]
}