{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DestinationRegion", "title": "DestinationRegion", "type": "string", "pattern": "^[a-z]+(-[a-z]+)?-[a-z]+-[0-9]$", "minLength": 9, "maxLength": 14 }