changedInput schema / $schema
Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
removedInput schema / additionalProperties
Removed value: -false
addedInput schema / properties / cabinClass / description
Added value: +"Only return results with this cabin available."
addedInput schema / properties / cursor / maximum
Added value: +9007199254740991
addedInput schema / properties / cursor / minimum
Added value: +0
changedInput schema / properties / cursor / type
Previous value: -"number"New value: +"integer"
addedInput schema / properties / destinationRegion / description
Added value: +"Only return results arriving in this region."
addedInput schema / properties / destinationRegion / enum
Added value: +[
+ "North America",
+ "South America",
+ "Africa",
+ "Asia",
+ "Europe",
+ "Oceania"
+]
addedInput schema / properties / endDate / description
Added value: +"Latest departure date, in YYYY-MM-DD format."
changedInput schema / properties / endDate / pattern
Previous value: -"^\\d{4}\\-(0[1-9]|1[012])\\-(0[1-9]|[12][0-9]|3[01])$"New value: +"^\\d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$"
addedInput schema / properties / include_filtered
Added value: +{
+ "description": "Include raw results normally removed by dynamic-price filters.",
+ "type": "boolean"
+}
addedInput schema / properties / originRegion / description
Added value: +"Only return results originating in this region."
addedInput schema / properties / originRegion / enum
Added value: +[
+ "North America",
+ "South America",
+ "Africa",
+ "Asia",
+ "Europe",
+ "Oceania"
+]
addedInput schema / properties / skip / maximum
Added value: +9007199254740991
addedInput schema / properties / skip / minimum
Added value: +0
changedInput schema / properties / skip / type
Previous value: -"number"New value: +"integer"
addedInput schema / properties / source / description
Added value: +"Mileage program source to retrieve."
changedInput schema / properties / source / enum
Previous value: -[
- "eurobonus",
- "virginatlantic",
- "aeromexico",
- "american",
- "delta",
- "etihad",
- "united",
- "emirates",
- "aeroplan",
- "alaska",
- "velocity",
- "qantas",
- "connectmiles",
- "azul",
- "smiles",
- "flyingblue",
- "jetblue",
- "qatar",
- "turkish",
- "singapore",
- "ethiopian",
- "saudia"
-]New value: +[
+ "eurobonus",
+ "virginatlantic",
+ "aeromexico",
+ "american",
+ "delta",
+ "etihad",
+ "united",
+ "emirates",
+ "aeroplan",
+ "alaska",
+ "velocity",
+ "qantas",
+ "connectmiles",
+ "azul",
+ "smiles",
+ "flyingblue",
+ "jetblue",
+ "qatar",
+ "turkish",
+ "singapore",
+ "ethiopian",
+ "saudia",
+ "finnair",
+ "lufthansa",
+ "frontier",
+ "spirit"
+]
addedInput schema / properties / startDate / description
Added value: +"Earliest departure date, in YYYY-MM-DD format."
changedInput schema / properties / startDate / pattern
Previous value: -"^\\d{4}\\-(0[1-9]|1[012])\\-(0[1-9]|[12][0-9]|3[01])$"New value: +"^\\d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$"
addedInput schema / properties / take / description
Added value: +"Maximum results to return (10-1000; default 500)."
changedInput schema / properties / take / type
Previous value: -"number"New value: +"integer"