crs0_get_cases_from_facility.Results

Results

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
Results object
View JSON Schema on GitHub

JSON Schema

echo-case-crs0-get-cases-from-facility.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-case-crs0-get-cases-from-facility.results-schema.json",
  "title": "crs0_get_cases_from_facility.Results",
  "description": "Results",
  "type": "object",
  "properties": {
    "Results": {
      "$ref": "#/definitions/crs0_get_cases_from_facility.CaseNumbers"
    }
  },
  "required": [
    "Results"
  ]
}