Skip to content

Instantly share code, notes, and snippets.

@jakub-kaninsky-epptec
Created December 21, 2022 12:18
Show Gist options
  • Select an option

  • Save jakub-kaninsky-epptec/f59735742a1a1a40dd92656f72ccc785 to your computer and use it in GitHub Desktop.

Select an option

Save jakub-kaninsky-epptec/f59735742a1a1a40dd92656f72ccc785 to your computer and use it in GitHub Desktop.
{
// 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