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

.

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