{ "extensions": { "representers": [ { "implementation": "StatusRepresenter.js" } ], "capabilities": [ { "key": "status", "implementation": "StatusCapability.js", "depends": [ "statusService" ] } ], "services": [ { "key": "statusService", "implementation": "StatusService.js", "depends": [ "topic" ] } ] } }