{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-schema/transfer-book-points-and-cash-schema.json", "title": "PointsAndCash", "description": "PointsAndCash schema from Transfer Booking", "type": "object", "properties": { "monetaryAmount": { "type": "string", "example": "10.5" } } }