{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/flight-cheapest-date-search-price-structure.json", "title": "Price", "description": "Price structure from Flight Cheapest Date Search", "type": "object", "properties": { "total": { "type": "string", "description": "Total amount paid by the user" } } }