{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "CabinRestriction", "type": "object", "properties": { "cabin": { "$ref": "#/definitions/TravelClass" }, "originDestinationIds": { "type": "array", "description": "The list of originDestination identifiers for which the cabinRestriction applies", "items": { "type": "string" } } } }