From: John Keeney Date: Wed, 12 Jan 2022 15:56:13 +0000 (+0000) Subject: Merge "PMS, Enabling json schema validation" X-Git-Tag: f-release~20 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=888d3a9ab78ecc6b78f02f389fbc115f9a759e3d;hp=998f077bd3228cf136283a05cc2350d3f6cb3788;p=it%2Fdep.git Merge "PMS, Enabling json schema validation" --- 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