Commit ef139899 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent af3f0274
......@@ -20,12 +20,10 @@
"properties": {
"ru_type": {
"type": "string",
"enum": ["sdr", "lopcomm", "sunwave"],
"options": { "hidden": true }
},
"ru_link_type": {
"type": "string",
"enum": ["sdr", "cpri"],
"options": { "hidden": true }
},
......
......@@ -18,8 +18,12 @@
],
"properties": {
"ru_type": {
"const": "lopcomm",
"template": "lopcomm"
"const": "lopcomm",
"template": "lopcomm"
},
"ru_link_type": {
"const": "cpri",
"template": "cpri"
},
"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