{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/flight-choice-prediction-fare-rules-structure.json", "title": "FareRules", "description": "FareRules structure from Flight Choice Prediction", "type": "object", "properties": { "currency": { "type": "string", "description": "The currency of the penalties" }, "rules": { "type": "array" } } }