{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/transfer-book-contact-structure.json", "title": "Contact", "description": "Contact structure from Transfer Booking", "type": "object", "properties": { "phoneNumber": { "type": "string", "description": "Contact phone number" }, "email": { "type": "string", "format": "email", "description": "Contact email" } } }