mirror of
https://github.com/nasa/openmct.git
synced 2024-12-26 00:01:05 +00:00
24 lines
547 B
JSON
24 lines
547 B
JSON
|
{
|
||
|
"extensions": {
|
||
|
"representers": [
|
||
|
{
|
||
|
"implementation": "StatusRepresenter.js"
|
||
|
}
|
||
|
],
|
||
|
"capabilities": [
|
||
|
{
|
||
|
"key": "status",
|
||
|
"implementation": "StatusCapability.js",
|
||
|
"depends": [ "statusService" ]
|
||
|
}
|
||
|
],
|
||
|
"services": [
|
||
|
{
|
||
|
"key": "statusService",
|
||
|
"implementation": "StatusService.js",
|
||
|
"depends": [ "topic" ]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|