Commit 51104c3b authored by Rafael Monnerat's avatar Rafael Monnerat

ors-amarisoft: include missing restrictions.

parent bef9c0d2
......@@ -2,9 +2,13 @@
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "LTE Cell",
"type": "object",
"additionalProperties": false,
"required": ["lte"],
"properties": {
"lte": {
"title": "LTE Cell",
"additionalProperties": false,
"required": ["enb"],
"type": "object",
"properties" : {
"enb": {
......
......@@ -2,10 +2,14 @@
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "LTE Peer Cell",
"type": "object",
"additionalProperties": false,
"required": ["lte"],
"properties": {
"lte": {
"title": "LTE Peer Cell",
"type": "object",
"additionalProperties": false,
"required": ["enb_peer"],
"properties": {
"enb_peer": {
"type": "object",
......
......@@ -2,10 +2,14 @@
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "NR Peer Cell",
"type": "object",
"additionalProperties": false,
"required": ["nr"],
"properties": {
"nr": {
"title": "NR Cell",
"type": "object",
"additionalProperties": false,
"required": ["enb_peer"],
"properties": {
"enb_peer": {
"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