{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Locale", "title": "Locale", "type": "object", "properties": { "country": { "type": "string", "example": "US" }, "language": { "type": "string", "example": "en" } } }