-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.json
41 lines (41 loc) · 1.05 KB
/
example.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
{
"trailer":{
"companyNumber":"1",
"DOTNumber":"123",
"serialNumber":"123",
"make":"Ford",
"model":"Lemon",
"equipmentNumber":"123ABCUnMe",
"location":"Winter Pad",
"operator":"Smooooth",
"fracCompany":"Mother Frackers, Inc."
},
"inspections":[
{
"date":"(parse date format, don’t know)",
"notes":"I just made a sandwich i didn’t do my job",
"by":"Logan Spears"
},
{
"date":"7",
"notes":"B Flat",
"by":"Logan Spears"
},
{
"date":"Oct 3 2020",
"notes":"Time flies like an arrow.",
"by":"Logan Spears"
},
{
"date":"100 BCE",
"notes":"Buffalo buffalo buffalo buffalo buffalo buffalo buffalo buffalo buffalo.",
"by":"Logan Spears"
}
],
"AED":{
"serialNumber":"Cereal Numba 1!",
"padExpirationDate":"Tomorrow",
"batteryExpirationDate":"Day After Tomorrow",
"inServiceDate":"Day Before Day After Tomorrow"
}
}