61
61
summary : A search for hotels
62
62
value :
63
63
{
64
- " accomodation " : {
64
+ " accommodation " : {
65
65
" location" : {
66
66
" rectangle " : {
67
67
" south " : " 50.0929802" ,
@@ -635,27 +635,27 @@ components:
635
635
- train
636
636
example : ' flight'
637
637
638
- # Defines the list of accomodation types
639
- AccomodationType :
640
- description : Type of accomodation service
638
+ # Defines the list of accommodation types
639
+ AccommodationType :
640
+ description : Type of accommodation service
641
641
type : string
642
642
maxLength : 24
643
643
enum :
644
644
- hotel
645
645
example : ' hotel'
646
646
647
- Accomodation :
648
- description : An accomodation object
647
+ Accommodation :
648
+ description : An accommodation object
649
649
type : object
650
650
properties :
651
651
652
652
name :
653
- description : The name of the property or accomodation
653
+ description : The name of the property or accommodation
654
654
type : string
655
655
example : Comfort Hotel Xpress Stockholm Central
656
656
657
657
type :
658
- $ref : ' #/components/schemas/AccomodationType '
658
+ $ref : ' #/components/schemas/AccommodationType '
659
659
660
660
description :
661
661
description : The description of the property
@@ -852,7 +852,7 @@ components:
852
852
type : string
853
853
enum :
854
854
- transportation
855
- - accomodation
855
+ - accommodation
856
856
- lounge
857
857
- fasttrack
858
858
- parking
@@ -863,7 +863,7 @@ components:
863
863
description : The sub-type of service
864
864
oneOf :
865
865
- $ref : ' #/components/schemas/TransportationType'
866
- - $ref : ' #/components/schemas/AccomodationType '
866
+ - $ref : ' #/components/schemas/AccommodationType '
867
867
example : ' flight'
868
868
869
869
# The price of the service
@@ -897,20 +897,20 @@ components:
897
897
itinerary :
898
898
$ref : ' #/components/schemas/Itinerary'
899
899
900
- # The option of the accomodation being searched
901
- accomodation :
902
- description : Criteria for the accomodation search
900
+ # The option of the accommodation being searched
901
+ accommodation :
902
+ description : Criteria for the accommodation search
903
903
type : object
904
904
properties :
905
905
location :
906
906
$ref : ' #/components/schemas/Location'
907
907
arrival :
908
908
type : string
909
- description : arrival day in the accomodation
909
+ description : arrival day in the accommodation
910
910
format : datetime
911
911
departure :
912
912
type : string
913
- description : departure day from the accomodation
913
+ description : departure day from the accommodation
914
914
format : datetime
915
915
916
916
@@ -961,11 +961,11 @@ components:
961
961
additionalProperties :
962
962
$ref : ' #/components/schemas/Segment'
963
963
964
- accomodations :
964
+ accommodations :
965
965
description : The acomodations matching an search request
966
966
type : object
967
967
additionalProperties :
968
- $ref : ' #/components/schemas/Accomodation '
968
+ $ref : ' #/components/schemas/Accommodation '
969
969
970
970
# The service classes involved in the offer
971
971
serviceClasses :
0 commit comments