{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/flight-offers-price-fee-structure.json", "title": "Fee", "description": "a fee", "type": "object", "properties": { "amount": { "type": "string" }, "type": { "type": "string", "description": "type of fee" } } }