dfr134_Results

Results Object

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

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

JSON Schema

echo-dfr-dfr134-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-dfr134-results-schema.json",
  "title": "dfr134_Results",
  "description": "Results Object",
  "type": "object",
  "properties": {
    "Message": {
      "description": "Field to record messages (typically performance-related) about packet processing",
      "example": "Success",
      "title": "Message",
      "type": "string"
    },
    "Tribes": {
      "items": {
        "$ref": "#/definitions/dfr105"
      },
      "title": "Tribes",
      "type": "array",
      "xml": {
        "name": "Tribes",
        "wrapped": true
      },
      "example": [
        "string"
      ]
    }
  },
  "required": [
    "Message"
  ]
}