Commit a32397ec authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 0df24297
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
"title": "NR Cell", "title": "NR Cell",
"type": "object", "type": "object",
"$ref": "../../cell/input-schema.json#/$defs/cell-common",
"required": [ "required": [
"bandwidth", "bandwidth",
...@@ -11,7 +10,10 @@ ...@@ -11,7 +10,10 @@
"nr_band" "nr_band"
], ],
"properties": { "properties": {
"$ref": "../../cell/input-schema.json#/$defs/cell-common/properties",
"cell_type": { "cell_type": {
"$ref": "#/$defs/cell-common/properties",
"const": "nr", "const": "nr",
"template": "nr" "template": "nr"
}, },
...@@ -64,6 +66,7 @@ ...@@ -64,6 +66,7 @@
"default": "10000000" "default": "10000000"
}, },
"pci": { "pci": {
"$ref": "#/$defs/cell-common/properties/pci",
"default": 500 "default": 500
} }
} }
......
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