{
"crossBorderAllowed": false,
"moreOvernightsAllowed": false,
"returnToDepartureAirport": false,
"railSegmentAllowed": true,
"busSegmentAllowed": true,
"maxFlightTime": 200,
"carrierRestrictions": {
"blacklistedInEUAllowed": false,
"excludedCarrierCodes": [
"string"
],
"includedCarrierCodes": [
"string"
]
},
"cabinRestrictions": [
{
"cabin": "ECONOMY",
"originDestinationIds": [
1,
2
],
"coverage": "MOST_SEGMENTS"
}
],
"connectionRestriction": {
"maxNumberOfConnections": 2,
"nonStopPreferred": false,
"airportChangeAllowed": false,
"technicalStopsAllowed": true
}
}