Adding 'name' to yamls and json in model
[policy/models.git] / models-examples / src / main / resources / policytypes / onap.policies.controlloop.guard.coordination.FirstBlocksSecond.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_1_0
2 policy_types:
3    onap.policies.controlloop.Guard:
4       derived_from: tosca.policies.Root
5       version: 1.0.0
6       name: onap.policies.controlloop.Guard
7       description: Guard Policies for Control Loop Operational Policies
8    onap.policies.controlloop.guard.Coordination:
9       derived_from: onap.policies.controlloop.Guard
10       version: 1.0.0
11       name: onap.policies.controlloop.guard.Coordination
12       description: Guard Policies for Control Loop Coordination
13    onap.policies.controlloop.guard.coordination.FirstBlocksSecond:
14       derived_from: onap.policies.controlloop.guard.Coordination
15       version: 1.0.0
16       name: onap.policies.controlloop.guard.coordination.FirstBlocksSecond
17       description: Supports one Control Loop blocking another
18       properties:
19          controlLoop:
20             type: list
21             description: Specific Control Loops to which to apply this guard
22             required: true
23             constraint:
24                length: 2
25             entry_schema:
26                type: string