Module Status Schema
SIMBA Module Status
The schema describes the status file returned by the module.
https://raw.githubusercontent.com/NSSAC/SIMBA_driver/master/schema/status.json |
||
type |
object |
|
properties |
||
|
Status |
|
The returned status of the module. |
||
type |
string |
|
enum |
success, fail |
|
|
Common Data |
|
Updated common data provided to all modules. |
||
type |
object |
|
|
Module specific Data |
|
Updated module specific data. |
||
type |
object |
|