{ "id": "rms.station.shell", "name": "Station Shell Control", "version": "1.0.0", "apiVersion": "1.0", "capabilities": [ "station.activate", "station.deactivate" ], "settingsSchema": { "type": "object", "properties": { "scriptActivate": { "type": "string" }, "scriptDeactivate": { "type": "string" }, "scriptRoot": { "type": "string" }, "timeoutMs": { "type": "integer", "minimum": 1000 } }, "additionalProperties": false }, "uiControls": [] }