dfr009_Results

Results Object

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
CWA3YrCompliance object
Message string Field to record messages (typically performance-related) about packet processing
View JSON Schema on GitHub

JSON Schema

echo-dfr-dfr009-results-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-dfr009-results-schema.json",
  "title": "dfr009_Results",
  "description": "Results Object",
  "type": "object",
  "properties": {
    "CWA3YrCompliance": {
      "$ref": "#/definitions/dfr025"
    },
    "Message": {
      "description": "Field to record messages (typically performance-related) about packet processing",
      "example": "Success",
      "title": "Message",
      "type": "string"
    }
  },
  "required": [
    "Message"
  ]
}