dfr116_Results

Results Object

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

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

JSON Schema

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