-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexpectedOutput.json
executable file
·65 lines (65 loc) · 1.24 KB
/
expectedOutput.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[
{
"id": 1,
"from": "2017-10-23T08:00:00+11:00",
"to": "2017-10-23T11:00:00+11:00",
"isValid": true,
"total": 114
},
{
"id": 2,
"from": "2017-10-20T09:00:00+11:00",
"to": "2017-10-20T11:45:00+11:00",
"isValid": true,
"total": 104.5
},
{
"id": 3,
"from": "2017-10-18T18:00:00+11:00",
"to": "2017-10-18T21:30:00+11:00",
"isValid": true,
"total": 150.25
},
{
"id": 4,
"from": "2017-10-18T18:00:00+11:00",
"to": "2017-10-19T06:00:00+11:00",
"isValid": true,
"total": 515.16
},
{
"id": 5,
"from": "2017-10-21T14:00:00+11:00",
"to": "2017-10-21T22:00+11:00",
"isValid": true,
"total": 367.28
},
{
"id": 6,
"from": "2017-10-17T19:00:00+11:00",
"to": "2017-10-17T19:30:00+11:00",
"isValid": false,
"total": 0
},
{
"id": 7,
"from": "2017-10-20T10:00:00+11:00",
"to": "2017-10-19T11:30:00+11:00",
"isValid": false,
"total": 0
},
{
"id": 8,
"from": "2017-10-18T18:00:00+11:00",
"to": "2017-10-18T19:00:00-11:00",
"isValid": false,
"total": 0
},
{
"id": 9,
"from": "2017-10-24T22:00:00+11:00",
"to": "2017-10-25T23:00:00+11:00",
"isValid": false,
"total": 0
}
]