{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Exclusion", "title": "Exclusion", "type": "object", "properties": { "excl": { "type": "integer", "description": "Exclusion type" }, "ctry": { "type": "string" }, "st": { "type": "string" }, "excl_name": { "type": "string" } } }