aboutsummaryrefslogtreecommitdiffstats
path: root/csit
diff options
context:
space:
mode:
authorPatrikBuhr <patrik.buhr@est.tech>2021-09-21 14:47:59 +0200
committerPatrikBuhr <patrik.buhr@est.tech>2021-09-22 18:06:39 +0200
commitd279ef72d0b634f9fa57b4bce9dffebebf010d83 (patch)
tree5ef174d6ccbfe5d33681e97cf728aaf6afe31808 /csit
parent65cf80bbd2eba0ab60d174c04f981ff6cf929e36 (diff)
Create a json schema for validation of the configuration of the A1 PMS - A1 Jakarta
To create a json schema to be used for validation of the PMS configuration. The schema shall be used by PMS. It can also be used by the end user. The documentation should be updated on how can be done. Issue-ID: CCSDK-3468 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: I9932fa42ff40681098764c8dc84ac201bb3fabaf
Diffstat (limited to 'csit')
-rw-r--r--csit/scripts/healthcheck/config/application_configuration.json.nosdnc6
1 files changed, 3 insertions, 3 deletions
diff --git a/csit/scripts/healthcheck/config/application_configuration.json.nosdnc b/csit/scripts/healthcheck/config/application_configuration.json.nosdnc
index deb88a08..800a54ec 100644
--- a/csit/scripts/healthcheck/config/application_configuration.json.nosdnc
+++ b/csit/scripts/healthcheck/config/application_configuration.json.nosdnc
@@ -1,6 +1,6 @@
{
- "config":{
- "//description":"Application configuration",
+ "description":"Application configuration",
+ "config":{
"ric":[
{
"name":"ric1",
@@ -36,4 +36,4 @@
}
}
}
- } \ No newline at end of file
+ }