Commit ef139899 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent af3f0274
...@@ -20,12 +20,10 @@ ...@@ -20,12 +20,10 @@
"properties": { "properties": {
"ru_type": { "ru_type": {
"type": "string", "type": "string",
"enum": ["sdr", "lopcomm", "sunwave"],
"options": { "hidden": true } "options": { "hidden": true }
}, },
"ru_link_type": { "ru_link_type": {
"type": "string", "type": "string",
"enum": ["sdr", "cpri"],
"options": { "hidden": true } "options": { "hidden": true }
}, },
......
...@@ -18,8 +18,12 @@ ...@@ -18,8 +18,12 @@
], ],
"properties": { "properties": {
"ru_type": { "ru_type": {
"const": "lopcomm", "const": "lopcomm",
"template": "lopcomm" "template": "lopcomm"
},
"ru_link_type": {
"const": "cpri",
"template": "cpri"
}, },
"n_antenna_dl": { "default": 2 }, "n_antenna_dl": { "default": 2 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment