Commit 6b363491 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 7be8c162
......@@ -8,7 +8,7 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits
"title": "Cell",
"type": "object",
"$schema": "XXX",
"anyOf": [
"oneOf": [
{
"title": "LTE Cell",
"type": "object",
......@@ -166,7 +166,7 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits
},
"ru": {
"title": "Radio Unit",
"anyOf": [
"oneOf": [
{
"title": "Shared Radio Unit",
"description": "Use radio unit defined in separate shared instance",
......
{
"title": "Array[anyOf] test",
"title": "Array[oneOf] test",
"type": "object",
"required": [
"rrh_list"
......@@ -11,7 +11,7 @@
"type": "array",
"format": "table",
"items": {
"anyOf": [
"oneOf": [
{
"title": "Loopcom RU",
"type": "object",
......
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