aboutsummaryrefslogtreecommitdiffstats
path: root/tosca-controlloop/participant/participant-impl/participant-impl-policy/src/test/resources/policytypes/onap.policies.optimization.service.QueryPolicy.yaml
blob: 2ff263b24799755aec832a3572041dba06d7afe5 (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
tosca_definitions_version: tosca_simple_yaml_1_1_0
policy_types:
   onap.policies.optimization.service.QueryPolicy:
      derived_from: onap.policies.optimization.Service
      version: 1.0.0
      name: onap.policies.optimization.service.QueryPolicy
      properties:
         queryProperties:
            type: list
            required: true
            entry_schema:
               type: policy.data.queryProperties_properties
data_types:
   policy.data.queryProperties_properties:
      derived_from: tosca.nodes.Root
      properties:
         attribute:
            type: string
            required: true
         value:
            type: string
            required: true
         attribute_location:
            type: string
            required: true