Commit eaba8ff8 authored by Kirill Smelkov's avatar Kirill Smelkov

.

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