Created
June 13, 2023 06:05
-
-
Save marcolussetti/1d1725cfcaeb2b281b3a1ec03a34dcd2 to your computer and use it in GitHub Desktop.
Test files for maffeo
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
{ | |
"title": "A Trip to Scotland", | |
"itinerary": [ | |
{ | |
"date": "2012-04-21", | |
"locations": ["Vienna, Austria"], | |
"events": [ | |
{ | |
"title": "Visit the Hofburg Palace", | |
"startTime": "2012-04-21T08:00:00.000Z", | |
"category": "attraction", | |
"description": [], | |
"tags": ["Nicole", "Marco", "Marianna", "Liliana"] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment