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

Status

The returned status of the module.

type

string

enum

success, fail

  • commonData

Common Data

Updated common data provided to all modules.

type

object

  • moduleData

Module specific Data

Updated module specific data.

type

object