diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2020-02-06 15:17:20 -0600 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2020-02-06 15:17:20 -0600 |
commit | ea6425417a0abfcf9ca9c8271fafdcb7b8047903 (patch) | |
tree | 5db53c0b8f08d33a45b33d6f6b6f1d8de17e19d0 /feature-lifecycle/src/main/resources/schemas/onap.policies.drools.Controller-1.0.0.schema.json | |
parent | a297614df3eabf991f6da0f4a0bb52173742051d (diff) |
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 <jorge.hernandez-herrero@att.com>
Change-Id: I4d78474eedd2f2981907388936312c436e1cb70b
Diffstat (limited to 'feature-lifecycle/src/main/resources/schemas/onap.policies.drools.Controller-1.0.0.schema.json')
-rw-r--r-- | feature-lifecycle/src/main/resources/schemas/onap.policies.drools.Controller-1.0.0.schema.json | 5 |
1 files changed, 4 insertions, 1 deletions
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" + } } } } |