Adding 'name' to yamls and json in model
[policy/models.git] / models-examples / src / main / resources / policytypes / onap.policies.optimization.Service.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_1_0
2 policy_types:
3    onap.policies.optimization.Service:
4       derived_from: onap.policies.Optimization
5       version: 1.0.0
6       name: onap.policies.optimization.Service
7       description: The base policy type for all policies that govern optimization for a Service.
8       properties:
9          services:
10             description: One or more services that the policy applies to.
11             type: list
12             metadata:
13                matchable: true
14             required: true
15             entry_schema:
16                type: string