diff options
author | PatrikBuhr <patrik.buhr@est.tech> | 2021-09-21 14:47:59 +0200 |
---|---|---|
committer | PatrikBuhr <patrik.buhr@est.tech> | 2021-09-22 18:06:39 +0200 |
commit | d279ef72d0b634f9fa57b4bce9dffebebf010d83 (patch) | |
tree | 5ef174d6ccbfe5d33681e97cf728aaf6afe31808 /a1-policy-management/src/test/resources | |
parent | 65cf80bbd2eba0ab60d174c04f981ff6cf929e36 (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 'a1-policy-management/src/test/resources')
-rw-r--r-- | a1-policy-management/src/test/resources/test_application_configuration.json | 6 | ||||
-rw-r--r-- | a1-policy-management/src/test/resources/test_application_configuration_with_dmaap_config.json | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/a1-policy-management/src/test/resources/test_application_configuration.json b/a1-policy-management/src/test/resources/test_application_configuration.json index 3cbc371c..959f53fd 100644 --- a/a1-policy-management/src/test/resources/test_application_configuration.json +++ b/a1-policy-management/src/test/resources/test_application_configuration.json @@ -1,6 +1,6 @@ -{ +{ "config": { - "//description": "Application configuration", + "description": "Application configuration", "ric": [ { "name": "ric1", @@ -36,4 +36,4 @@ } } } -}
\ No newline at end of file +} diff --git a/a1-policy-management/src/test/resources/test_application_configuration_with_dmaap_config.json b/a1-policy-management/src/test/resources/test_application_configuration_with_dmaap_config.json index ed1501dd..b00720c3 100644 --- a/a1-policy-management/src/test/resources/test_application_configuration_with_dmaap_config.json +++ b/a1-policy-management/src/test/resources/test_application_configuration_with_dmaap_config.json @@ -1,5 +1,6 @@ { "config": { + "//description" : "Test", "controller": [ { "name": "controller1", |