Add the reusable RMS core application (server, web UI, plugins, tests, tools) with generic defaults, GPL licensing, and maintainer context documentation so deployments can consume this repo as software source independent of station-specific overlays.
21 lines
479 B
JSON
21 lines
479 B
JSON
{
|
|
"id": "rms.vswr.report_reader",
|
|
"name": "VSWR Report Reader",
|
|
"version": "1.0.0",
|
|
"apiVersion": "1.0",
|
|
"capabilities": [
|
|
"vswr.report.read"
|
|
],
|
|
"settingsSchema": {
|
|
"type": "object",
|
|
"properties": {
|
|
"overviewHtmlPath": { "type": "string" },
|
|
"metadataPath": { "type": "string" },
|
|
"imagesDirPath": { "type": "string" },
|
|
"publicImagesBaseUrl": { "type": "string" }
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"uiControls": []
|
|
}
|