{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/elg-search-treatment-technology.list-schema.json", "title": "treatmentTechnology.list", "description": "Placeholder", "type": "object", "properties": { "Dummy": { "type": "string", "title": "Dummy", "example": "Dummy", "description": "Dummy" } }, "required": [ "Dummy" ] }