{ "id": "rms.vswr.native", "name": "VSWR Native Controller", "version": "1.0.0", "apiVersion": "1.0", "capabilities": [ "vswr.run", "vswr.report.read" ], "settingsSchema": { "type": "object", "properties": { "nanovnaCommandTemplate": { "type": "string" }, "bandsJson": { "type": "string" }, "outputBaseDir": { "type": "string" }, "reportJsonPath": { "type": "string" }, "publicImagesBaseUrl": { "type": "string" }, "timeoutMsPerBand": { "type": "integer", "minimum": 1000 } }, "additionalProperties": false }, "uiControls": [] }