aboutsummaryrefslogtreecommitdiffstats
path: root/examples/examples-onap-vcpe/src/main/resources/schemas/GuardDecisionAttributesType.avsc
blob: bc25955fa110e6e94b1dc2fd8b657c9a3cde25e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "type": "record",
    "name": "GuardDecisionAttributes_Type",
    "namespace": "org.onap.policy.apex.onap.vcpe",
    "fields": [
        {
            "name": "actor",
            "type": "string"
        },
        {
            "name": "recipe",
            "type": "string"
        },
        {
            "name": "target",
            "type": "string"
        },
        {
            "name": "clname",
            "type": "string"
        }
    ]
}