Commit eaba8ff8 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 05d6ad47
{ {
"$schema": "https://json-schema.org/draft/2020-12/schema", "$schema": "https://json-schema.org/draft/2020-12/schema",
"$defs": {
"ru-common": {
"required": [ "required": [
"ru_type", "ru_type",
"ru_link_type", "ru_link_type",
...@@ -30,4 +32,6 @@ ...@@ -30,4 +32,6 @@
"type": "integer" "type": "integer"
} }
} }
}
}
} }
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"title": "SDR transiever", "title": "SDR transiever",
"description": "Radio Unit constituted of several SDR boards", "description": "Radio Unit constituted of several SDR boards",
"type": "object", "type": "object",
"$ref": "../common-input-schema.json", "$ref": "../common-input-schema.json#/$defs/ru-common",
"required": [ "required": [
"sdr_dev_list" "sdr_dev_list"
......
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