We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0266eb1 commit fec90ddCopy full SHA for fec90dd
src/shared-definitions.yaml
@@ -1553,9 +1553,6 @@ components:
1553
id:
1554
description: uuid of the hotel (offer)
1555
type: string
1556
- provider:
1557
- description: provider id
1558
- type: string
1559
1560
SetPassengersResponse:
1561
description: error response;
@@ -1755,7 +1752,6 @@ components:
1755
1752
description: offer in db structure
1756
1753
type: object
1757
1754
required:
1758
- - _id
1759
- id
1760
- accommodation
1761
- pricedItems
@@ -1790,6 +1786,9 @@ components:
1790
1786
departure:
1791
1787
1792
1788
format: date-time
1789
+ provider:
+ description: provider id
+ type: string
1793
1794
WinPricedOfferContent:
1795
0 commit comments