From ea6425417a0abfcf9ca9c8271fafdcb7b8047903 Mon Sep 17 00:00:00 2001 From: jhh Date: Thu, 6 Feb 2020 15:17:20 -0600 Subject: Minor changes in Operational schemas Moved as test resources, these schemas will go together with its control loop application in the drools-applications repo, to keep separation between control loop apps and core drools. Issue-ID: POLICY-2345 Signed-off-by: jhh Change-Id: I4d78474eedd2f2981907388936312c436e1cb70b --- .../schemas/onap.policies.drools.Controller-1.0.0.schema.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'feature-lifecycle/src/main/resources/schemas/onap.policies.drools.Controller-1.0.0.schema.json') diff --git a/feature-lifecycle/src/main/resources/schemas/onap.policies.drools.Controller-1.0.0.schema.json b/feature-lifecycle/src/main/resources/schemas/onap.policies.drools.Controller-1.0.0.schema.json index e07a3e1e..d638e3b9 100644 --- a/feature-lifecycle/src/main/resources/schemas/onap.policies.drools.Controller-1.0.0.schema.json +++ b/feature-lifecycle/src/main/resources/schemas/onap.policies.drools.Controller-1.0.0.schema.json @@ -266,7 +266,10 @@ "customConfig": { "$id": "#/properties/properties/properties/customConfig", "type": "object", - "title": "other Configuration" + "title": "other Configuration", + "additionalProperties": { + "type": "string" + } } } } -- cgit 1.2.3-korg