dfr0_get_cwa_eff_alr_exp.Results

Results Object

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

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

JSON Schema

echo-dfr-dfr0-get-cwa-eff-alr-exp.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-dfr0-get-cwa-eff-alr-exp.results-schema.json",
  "title": "dfr0_get_cwa_eff_alr_exp.Results",
  "description": "Results Object",
  "type": "object",
  "properties": {
    "CWAEffluentALRExceedencesEXP": {
      "$ref": "#/definitions/dfr035_EXP"
    },
    "Message": {
      "description": "Field to record messages (typically performance-related) about packet processing",
      "example": "Success",
      "title": "Message",
      "type": "string"
    }
  },
  "required": [
    "Message"
  ]
}