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