{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-reservations/refs/heads/main/json-structure/transfer-booking-points-and-cash-structure.json", "name": "PointsAndCash", "description": "PointsAndCash schema", "type": "object", "properties": { "monetaryAmount": { "type": "string", "example": "10.5" } } }