From: PatrikBuhr Date: Wed, 12 Jan 2022 07:10:39 +0000 (+0100) Subject: PMS, Enabling json schema validation X-Git-Tag: f-release~20^2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fdep.git;a=commitdiff_plain;h=0acfd6e7c93872062817d16fdc5d4b28d9155c26 PMS, Enabling json schema validation Signed-off-by: PatrikBuhr Change-Id: Idc358eab81585150f7d0ad6babe60c988354f630 --- diff --git a/nonrtric/helm/policymanagementservice/resources/config/application.yaml b/nonrtric/helm/policymanagementservice/resources/config/application.yaml index 5fc5051e..5b1016c3 100644 --- a/nonrtric/helm/policymanagementservice/resources/config/application.yaml +++ b/nonrtric/helm/policymanagementservice/resources/config/application.yaml @@ -67,3 +67,6 @@ app: http.proxy-port: 0 # path where the service can store data vardata-directory: /var/policy-management-service + # the config-file-schema-path referres to a location in the jar file. If this property is empty or missing, + # no schema validation will be executed. + config-file-schema-path: /application_configuration_schema.json