aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/test/resources/policytypes/onap.policies.optimization.SubscriberPolicy.yaml
blob: 6b24fbc955c90f4142e853baef892d6e6490d83d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
tosca_definitions_version: tosca_simple_yaml_1_0_0
policy_types:
    onap.policies.optimization.SubscriberPolicy:
        derived_from: onap.policies.Optimization
        properties:
            subscriberProperties:
                type: policy.data.subscriberProperties_properties
                required: true
data_types:
    policy.data.subscriberProperties_properties:
        derived_from: tosca.nodes.Root
        properties:
            subscriberName:
                type: list
                required: true
                entry_schema:
                    type: string
            subscriberRole:
                type: list
                required: true
                entry_schema:
                    type: string
            provStatus:
                type: list
                required: true
                entry_schema:
                    type: string