Merge "Support MetadataSet generation in APEX CLI Editor"
[policy/apex-pdp.git] / examples / examples-grpc / src / main / resources / schemas / SubscriptionStatusType.avsc
1 {
2     "type": "record",
3     "name": "ActivateSubscriptionStatus_Type",
4     "namespace": "org.onap.policy.apex.onap.helloworld",
5     "fields": [
6         {
7             "name": "subscriptionName",
8             "type": "string"
9         },
10         {
11             "name": "nfName",
12             "type": "string"
13         },
14         {
15             "name": "changeType",
16             "type": "string"
17         },
18         {
19             "name": "message",
20             "type": "string"
21         }
22     ]
23 }