{ "$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-facilities-from-case.results-schema.json", "title": "crs0_get_facilities_from_case.Results", "description": "Results", "type": "object", "properties": { "Results": { "$ref": "#/definitions/crs0_get_facilities_from_case.RegistryIDs" } }, "required": [ "Results" ] }