Add new property "bookingClass" to flight_base schema to allow customers to get very granular with custom pricing widgets and filters for fare class and booking class. We can allow tenants to map the fareClassInput and/or bookingClass to the fareClass they prefer.
"bookingClass": {
"description": "One-letter code for booking class given by airline",
"type": "string",
"example": "B"
},
Please review if we can start collect this new variable.
Add new property "bookingClass" to flight_base schema to allow customers to get very granular with custom pricing widgets and filters for fare class and booking class. We can allow tenants to map the fareClassInput and/or bookingClass to the fareClass they prefer.
emDataStandards/types/flight_base.schema.json
Line 21 in 24b11e7
@yartiles @howardem @AnahieM @danielsan @neilgoldman @AVivero @renecairo @madhura-everymundo
Please review if we can start collect this new variable.
Note: