Add Match documentation
[policy/parent.git] / docs / xacml / match.policy-type.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_1_0
2 policy_types:
3    onap.policies.match.Test:
4       derived_from: onap.policies.Match
5       version: 1.0.0
6       name: onap.policies.match.Test
7       description: Test Matching Policy Type to test matchable policies
8       properties:
9          matchable:
10             type: string
11             metadata:
12                matchable: true
13             required: true
14          nonmatchable:
15             type: string
16             required: true