From d279ef72d0b634f9fa57b4bce9dffebebf010d83 Mon Sep 17 00:00:00 2001 From: PatrikBuhr Date: Tue, 21 Sep 2021 14:47:59 +0200 Subject: 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 Change-Id: I9932fa42ff40681098764c8dc84ac201bb3fabaf --- .../healthcheck/config/application_configuration.json.nosdnc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'csit/scripts/healthcheck') 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 + } -- cgit 1.2.3-korg