{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/flight-offers-price-discount-structure.json", "title": "Discount", "description": "traveler discount", "type": "object", "properties": { "subType": { "type": "string", "description": "type of discount applied" }, "cityName": { "type": "string", "description": "city of residence" }, "travelerType": { "type": "string", "description": "type of discount applied" }, "cardNumber": { "type": "string", "description": "resident card number" }, "certificateNumber": { "type": "string", "description": "resident certificate number" } } }