Commit ea7344a9 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 650e109f
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
"title": "LTE Cell", "title": "LTE 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 @@
"tac" "tac"
], ],
"properties": { "properties": {
"$ref": "../../cell/input-schema.json#/$defs/cell-common/properties",
"cell_type": { "cell_type": {
"$ref": "#/$defs/cell-common/properties/cell_type",
"const": "lte", "const": "lte",
"template": "lte" "template": "lte"
}, },
......
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