aboutsummaryrefslogtreecommitdiffstats
path: root/examples/examples-grpc/src/main/resources/schemas/SubscriptionStatusType.avsc
blob: 247ba8a8ca42fc2cc22ead801c75b9343a3e0b08 (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": "ActivateSubscriptionStatus_Type",
    "namespace": "org.onap.policy.apex.onap.helloworld",
    "fields": [
        {
            "name": "subscriptionName",
            "type": "string"
        },
        {
            "name": "nfName",
            "type": "string"
        },
        {
            "name": "changeType",
            "type": "string"
        },
        {
            "name": "message",
            "type": "string"
        }
    ]
}