Commit 766110e6 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 2945f631
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Values returned by Cell instantiation (stub)",
"type": "object",
"properties": {}
}
{
"$schema": "http://json-schema.org/draft-04/schema",
"description": "Values returned by Core Network instantiation (stub)",
"type": "object",
"properties": {}
}
{
"$schema": "http://json-schema.org/draft-04/schema",
"description": "Values returned by eNB/gNB instantiation (stub)",
"type": "object",
"properties": {}
}
{
"$schema": "http://json-schema.org/draft-04/schema",
"description": "Values returned by UEsim instantiation (stub)",
"type": "object",
"properties": {}
}
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Values returned by Peer Cell instantiation (stub)",
"type": "object",
"properties": {}
}
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Values returned by Peer eNB/gNB instantiation (stub)",
"type": "object",
"properties": {}
}
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Values returned by Radio Unit instantiation (stub)",
"type": "object",
"properties": {}
}
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Values returned by SIM Card instantiation (stub)",
"type": "object",
"properties": {}
}
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
"software-type": "enb", "software-type": "enb",
"shared": true, "shared": true,
"request": "ru/input-schema.json", "request": "ru/input-schema.json",
"response": "ru/schema.json",
"index": 2 "index": 2
}, },
"cell": { "cell": {
...@@ -25,6 +26,7 @@ ...@@ -25,6 +26,7 @@
"software-type": "enb", "software-type": "enb",
"shared": true, "shared": true,
"request": "cell/input-schema.json", "request": "cell/input-schema.json",
"response": "cell/schema.json",
"index": 3 "index": 3
}, },
"peer": { "peer": {
...@@ -33,6 +35,7 @@ ...@@ -33,6 +35,7 @@
"software-type": "enb", "software-type": "enb",
"shared": true, "shared": true,
"request": "peer/input-schema.json", "request": "peer/input-schema.json",
"response": "peer/schema.json",
"index": 4 "index": 4
}, },
"peer/cell": { "peer/cell": {
...@@ -41,6 +44,7 @@ ...@@ -41,6 +44,7 @@
"software-type": "enb", "software-type": "enb",
"shared": true, "shared": true,
"request": "peer/cell/input-schema.json", "request": "peer/cell/input-schema.json",
"response": "peer/cell/schema.json",
"index": 5 "index": 5
}, },
"core-network": { "core-network": {
...@@ -56,7 +60,7 @@ ...@@ -56,7 +60,7 @@
"description": "Core Network Sim Card Configuration", "description": "Core Network Sim Card Configuration",
"software-type": "core-network", "software-type": "core-network",
"request": "sim/input-schema.json", "request": "sim/input-schema.json",
"response": "instance-core-network-slave-schema.json", "response": "sim/schema.json",
"shared": true, "shared": true,
"index": 7 "index": 7
}, },
...@@ -74,6 +78,7 @@ ...@@ -74,6 +78,7 @@
"software-type": "ue", "software-type": "ue",
"shared": true, "shared": true,
"request": "ru/input-schema.json", "request": "ru/input-schema.json",
"response": "ru/schema.json",
"index": 9 "index": 9
}, },
"ue": { "ue": {
...@@ -82,6 +87,7 @@ ...@@ -82,6 +87,7 @@
"software-type": "ue", "software-type": "ue",
"shared": true, "shared": true,
"request": "ue/input-schema.json", "request": "ue/input-schema.json",
"response": "ue/schema.json",
"index": 10 "index": 10
}, },
"ue/cell": { "ue/cell": {
...@@ -90,6 +96,7 @@ ...@@ -90,6 +96,7 @@
"software-type": "ue", "software-type": "ue",
"shared": true, "shared": true,
"request": "ue/cell/input-schema.json", "request": "ue/cell/input-schema.json",
"response": "ue/cell/schema.json",
"index": 11 "index": 11
} }
} }
......
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Values returned by UE Cell instantiation (stub)",
"type": "object",
"properties": {}
}
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Values returned by UE instantiation (stub)",
"type": "object",
"properties": {}
}
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