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