{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-solutions/refs/heads/main/json-structure/seat-map-display-aircraft-cabin-amenities_-wifi-structure.json", "name": "AircraftCabinAmenities_Wifi", "description": "AircraftCabinAmenities_Wifi schema", "allOf": [ { "$ref": "#/definitions/Amenity" }, { "type": "object", "description": "Level of area coverage for a given flight", "properties": { "wifiCoverage": { "type": "string", "enum": [ "FULL", "PARTIAL" ] } } } ] }