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