{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/hotel-search-hotel-product-commission-structure.json", "title": "HotelProduct_Commission", "description": "HotelProduct_Commission structure from Hotel Search API", "type": "object", "properties": { "percentage": { "type": "string", "description": "Percentage of the commission paid to the travel seller. Value is between 0 and 100" }, "amount": { "type": "string", "description": "Amount of the commission paid to the travel seller. The amount is always linked to the currency code of the offer" }, "description": { "type": "object", "description": "Specific type to convey a list of string for specific information type ( via qualifier) in specific character set, or language" } } }