diff options
Diffstat (limited to 'models-examples')
-rw-r--r-- | models-examples/src/main/resources/policytypes/onap.policies.Optimization.yaml | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/models-examples/src/main/resources/policytypes/onap.policies.Optimization.yaml b/models-examples/src/main/resources/policytypes/onap.policies.Optimization.yaml index 49470ba3b..f88239d73 100644 --- a/models-examples/src/main/resources/policytypes/onap.policies.Optimization.yaml +++ b/models-examples/src/main/resources/policytypes/onap.policies.Optimization.yaml @@ -8,26 +8,32 @@ policy_types: scope: description: Scope for the policy - could be for a specific release. type: list - matchable: true + metadata: + matchable: true required: true + entry_schema: + type: string services: description: One or more services that the policy applies to. type: list - matchable: true + metadata: + matchable: true required: true entry_schema: type: string resources: description: One or more VNF resources that the policy applies to. type: list - matchable: true + metadata: + matchable: true required: true entry_schema: type: string geography: description: One or more geographic regions type: list - matchable: true + metadata: + matchable: true required: true entry_schema: type: string |