forked from MozillaReality/area-demo-service-task
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.json
More file actions
35 lines (34 loc) · 1.14 KB
/
services.json
File metadata and controls
35 lines (34 loc) · 1.14 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
{
"services": [
{
"serviceid": 1,
"name": "Oil Filter Replacement",
"desc": "Procedure for replacing an oil filter during routine maintenance.",
"steps": [
"Remove filter cover",
"Replace filter",
"Replace filter cover"
]
},
{
"serviceid": 2,
"name": "Check Fluid Level",
"desc": "Ensure fluid level is appropriate for operation.",
"steps": [
"Visually inspect as-found fluid level and record",
"If fluid level is low, fill as appropriate",
"Record new as-left fluid level"
]
},
{
"serviceid": 3,
"name": "Visual Inspection",
"desc": "Complete visual inspection to identify off-nominal conditions.",
"steps": [
"Visually inspect physical condition of equipment.",
"Note any anomalies (cracks, loose parts, leaking fluids, etc.)",
"Open a repair ticket for future correction"
]
}
]
}