Re-synced controllers, configs, libraries, seeds, and docs with the latest API expectations and response helpers.
11 lines
308 B
JSON
Executable File
11 lines
308 B
JSON
Executable File
{"name": "test_status",
|
|
"VSName": "Test Status",
|
|
"VCategory": "System",
|
|
"values": [
|
|
{"key": "PENDING", "value": "Waiting for Results"},
|
|
{"key": "IN_PROCESS", "value": "Analyzing"},
|
|
{"key": "VERIFIED", "value": "Verified & Signed"},
|
|
{"key": "REJECTED", "value": "Sample Rejected"}
|
|
]
|
|
}
|