{ "$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" ] }