We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0572d02 + 6794675 commit c2c42e7Copy full SHA for c2c42e7
src/shared-definitions.yaml
@@ -822,6 +822,16 @@ components:
822
maxItems: 99
823
items:
824
$ref: '#/components/schemas/PassengerSearch'
825
+ preferences:
826
+ description: There may be some additional(optional) search preferences that client may specify
827
+ $ref: '#/components/schemas/SearchPreferences'
828
+
829
+ SearchPreferences:
830
+ description: Optional search preferences such as requested currency, price filter, etc
831
+ type: object
832
+ properties:
833
+ preferredCurrency:
834
+ $ref: '#/components/schemas/Currency'
835
836
AccommodationCriteria:
837
description: Criteria for the accommodation search
0 commit comments