Created
October 3, 2018 20:06
-
-
Save johnmutuma5/696ecf6ad7bc65f6ea7aa0d3792055d3 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"name": "John Doe", | |
"origin": "Kampala", | |
"destination": "New york", | |
"gender": "Male", | |
"manager": "Alice Doe", | |
"department": "TDD", | |
"role": "Senior Consultant", | |
"tripType": "multi", | |
"trips": [ | |
{ | |
"bedId": 1, | |
"origin": "Nairobi", | |
"destination": "Lagos", | |
"departureDate": "2018-10-05", | |
"returnDate": "2018-10-26" | |
}, | |
{ | |
"bedId": 2, | |
"origin": "Lagos", | |
"destination": "New York", | |
"departureDate": "2018-10-28", | |
"returnDate": "2018-11-17" | |
}, | |
{ | |
"bedId": 2, | |
"origin": "New York", | |
"destination": "Nairobi", | |
"departureDate": "2018-10-10", | |
"returnDate": "2018-11-15" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment