aboutsummaryrefslogtreecommitdiffstats
path: root/models-examples/src/main/resources/policytypes/onap.policies.native.Drools.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'models-examples/src/main/resources/policytypes/onap.policies.native.Drools.yaml')
-rw-r--r--models-examples/src/main/resources/policytypes/onap.policies.native.Drools.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/models-examples/src/main/resources/policytypes/onap.policies.native.Drools.yaml b/models-examples/src/main/resources/policytypes/onap.policies.native.Drools.yaml
index 39b9c7f28..c36796e8a 100644
--- a/models-examples/src/main/resources/policytypes/onap.policies.native.Drools.yaml
+++ b/models-examples/src/main/resources/policytypes/onap.policies.native.Drools.yaml
@@ -9,8 +9,8 @@ policy_types:
description: a policy type for native drools policies
version: 1.0.0
properties:
- rule_artifact:
- type: onap.datatypes.native.rule_artifact
+ rulesArtifact:
+ type: onap.datatypes.native.rules_artifact
required: true
description: the GAV information of the maven artifact
controller:
@@ -19,7 +19,7 @@ policy_types:
description: the drools controller to which the current native policy is assigned
data_types:
- onap.datatypes.native.rule_artifact:
+ onap.datatypes.native.rules_artifact:
derived_from: tosca.datatypes.Root
properties:
groupId:
@@ -37,11 +37,11 @@ data_types:
onap.datatypes.drools.controller.relation:
derived_from: tosca.datatypes.Root
properties:
- controllerPolicyName:
+ controllerName:
type: string
required: true
description: the name of drools controller policy
- controllerPolicyVersion:
+ controllerVersion:
type: string
- required: true
+ required: false
description: the version of drools controller policy \ No newline at end of file