{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-schema/hotel-search-qualified-free-text-schema.json", "title": "QualifiedFreeText", "description": "Specific type to convey a list of string for specific information type ( via qualifier) in specific character set, or language", "type": "object", "properties": { "text": { "description": "Free Text", "example": "A description", "type": "string" }, "lang": { "description": "see RFC 5646", "example": "fr-FR", "type": "string" } } }