-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTask.json
More file actions
42 lines (42 loc) · 903 Bytes
/
Task.json
File metadata and controls
42 lines (42 loc) · 903 Bytes
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
{
"general": {
"classification": "drs803"
},
"device": {
"brandName": "Test Brand",
"code": "ABC"
},
"initialReporter": {
"firstName": "Test FirstName",
"initialReporter": "Greg",
"phone": "+380503451123"
},
"manufacturers": {
"siteAddress": "Test Mfg Address",
"siteRegionState": "IL",
"reportSource": "Literature",
"officePhoneNumber": "+1(113)984-5656",
"siteName": "Test Inc Ltd",
"childCompanies": [
{
"address": "Amazon Address",
"state": "LA",
"phone": "123456"
},
{
"address": "Ebay Address",
"state": "TA",
"phone": "123456"
},
{
"address": "Google Address",
"state": "FL",
"phone": "133756"
}
]
},
"deviceManufacturers": {
"typeOfReportableEvent": "Malfunction",
"correctedData": "Test corrected Data"
}
}