-
-
Save jakub-kaninsky-epptec/f59735742a1a1a40dd92656f72ccc785 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| // Departure date of the trip | |
| "departureDate": "2022-11-24", | |
| // Arrival date of the trip | |
| "arrivalDate": "2022-12-01", | |
| // Specific continents that will be visited during the trip | |
| "continents": [ | |
| "europe", | |
| "america" | |
| ], | |
| // Type of travel | |
| "travelType": "tourism-vacation", | |
| // Sports activities | |
| "sportActivities": "risk-sports", | |
| // Number and age of people participating in the trip | |
| "people": [{"age": 18}, {"age": 26}] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment