-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdb.json
More file actions
102 lines (102 loc) · 2.22 KB
/
Copy pathdb.json
File metadata and controls
102 lines (102 loc) · 2.22 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"posts": [
{
"id": 1,
"title": "json-server",
"author": "typicode"
}
],
"comments": [
{
"id": 1,
"body": "some comment",
"postId": 1
}
],
"profile": {
"name": "typicode"
},
"tools": [
{
"toolID": 56789,
"graphiteBlockID": "GP5679",
"toolQuality": "Sharp",
"toolSize": "32\"",
"location": "Kansas City",
"dateReceived": "2023-11-17T06:00:00.000Z",
"id": 12
},
{
"toolID": 473899,
"graphiteBlockID": "GP73289",
"toolQuality": "Dull",
"toolSize": "32\"",
"location": "Keokuk",
"dateReceived": "2023-11-24T06:00:00.000Z",
"id": 13
},
{
"toolID": 473829,
"graphiteBlockID": "GP473920",
"toolQuality": "Dull",
"toolSize": "36\"",
"location": "Kansas City",
"dateReceived": "2023-11-24T06:00:00.000Z",
"id": 14
},
{
"toolID": 463782,
"graphiteBlockID": "GP473289",
"toolQuality": "Sharp",
"toolSize": "32\"",
"location": "Kansas City",
"dateReceived": "2023-12-15T06:00:00.000Z",
"id": 15
},
{
"toolID": 436728,
"graphiteBlockID": "GP47389",
"toolQuality": "Dull",
"toolSize": "36\"",
"location": "Keokuk",
"dateReceived": "2023-12-22T06:00:00.000Z",
"id": 16
},
{
"toolID": 4387,
"graphiteBlockID": "GP327489",
"toolQuality": "Scrap",
"toolSize": "32\"",
"location": "Columbus",
"dateReceived": "2023-12-04T06:00:00.000Z",
"id": 17
},
{
"toolID": 48932,
"graphiteBlockID": "GP47829",
"toolQuality": "Dull",
"toolSize": "42\"",
"location": "Keokuk",
"dateReceived": "2023-12-21T06:00:00.000Z",
"id": 18
},
{
"toolID": 437289,
"graphiteBlockID": "GP321789",
"toolQuality": "Sharp",
"toolSize": "36\"",
"location": "Keokuk",
"dateReceived": "2023-12-26T06:00:00.000Z",
"id": 19
},
{
"toolID": 372819,
"graphiteBlockID": "GP74389",
"toolQuality": "Sharp",
"toolSize": "32\"",
"location": "Kansas City",
"dateReceived": "2023-12-08T06:00:00.000Z",
"id": 20
}
]
}