Commit 1d526806 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent ce463675
...@@ -9,34 +9,36 @@ ...@@ -9,34 +9,36 @@
], ],
"properties": { "properties": {
"$ref": "../../ru/input-schema.json#/$defs/ru-common/properties",
"ru_type": { "ru_type": {
"$ref": "../../ru/input-schema.json#/$defs/ru-common/properties/ru_type", "$ref": "#/$defs/ru-common/properties/ru_type",
"const": "sunwave", "const": "sunwave",
"template": "sunwave" "template": "sunwave"
}, },
"ru_link_type": { "ru_link_type": {
"$ref": "../../ru/input-schema.json#/$defs/ru-common/properties/ru_link_type", "$ref": "#/$defs/ru-common/properties/ru_link_type",
"const": "cpri", "const": "cpri",
"template": "cpri" "template": "cpri"
}, },
"n_antenna_dl": { "$ref": "../../ru/input-schema.json#/$defs/ru-common/properties/n_antenna_dl", "n_antenna_dl": {
"$ref": "#/$defs/ru-common/properties/n_antenna_dl",
"default": 4 "default": 4
}, },
"n_antenna_ul": { "$ref": "../../ru/input-schema.json#/$defs/ru-common/properties/n_antenna_ul", "n_antenna_ul": {
"$ref": "#/$defs/ru-common/properties/n_antenna_ul",
"default": 4 "default": 4
}, },
"tx_gain": { "$ref": "../../ru/input-schema.json#/$defs/ru-common/properties/tx_gain" }, "cpri_link": {
"rx_gain": { "$ref": "../../ru/input-schema.json#/$defs/ru-common/properties/rx_gain" }, "$ref": "#/$defs/ru-common/properties/cpri_link",
"txrx_active": { "$ref": "../../ru/input-schema.json#/$defs/ru-common/properties/txrx_active" },
"cpri_link": { "$ref": "../../ru/input-schema.json#/$defs/ru-common/properties/cpri_link",
"properties": { "properties": {
"$ref": "#/$defs/ru-common/properties/cpri_link/properties", "$ref": "#/$defs/ru-common/properties/cpri_link/properties",
"mapping": { "mapping": {
"$ref": "#/$defs/ru-common/properties/cpri_link/properties/mapping", "$ref": "#/$defs/ru-common/properties/cpri_link/properties/mapping",
"const": "bf1", "const": "bf1",
"enum": ["bf1"], "enum": ["bf1"],
"options": { "hidden": true } "options": { "hidden": false }
} }
} }
} }
......
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