PMS, Enabling json schema validation 49/7549/1
authorPatrikBuhr <patrik.buhr@est.tech>
Wed, 12 Jan 2022 07:10:39 +0000 (08:10 +0100)
committerPatrikBuhr <patrik.buhr@est.tech>
Wed, 12 Jan 2022 07:13:16 +0000 (08:13 +0100)
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Change-Id: Idc358eab81585150f7d0ad6babe60c988354f630

nonrtric/helm/policymanagementservice/resources/config/application.yaml

index 5fc5051..5b1016c 100644 (file)
@@ -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