Skip to content

Instantly share code, notes, and snippets.

@fogofogo
Created April 23, 2018 15:49
Show Gist options
  • Save fogofogo/3ed7927efd558e581174e701b66677ac to your computer and use it in GitHub Desktop.
Save fogofogo/3ed7927efd558e581174e701b66677ac to your computer and use it in GitHub Desktop.
liveTimeTableService.messages response
[
{
"id": 1,
"name": "Boaty McBoatFace",
"status": "Active",
"times": [
{
"id": 1,
"active": true,
"time": "10.10am"
},
{
"id": 2,
"active": true,
"time": "10.30am"
},
{
"id": 3,
"active": false,
"time": "11.00am"
}
]
},
{
"id": 2,
"name": "The love boat",
"status": "Cancelled",
"times": [
{
"id": 1,
"active": true,
"time": "10.10am"
},
{
"id": 2,
"active": true,
"time": "10.30am"
},
{
"id": 3,
"active": true,
"time": "11.05am"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment