Update APEX example to use JSON Schema plugin
[policy/apex-pdp.git] / examples / examples-grpc / src / main / resources / examples / events / APEXgRPC / CDSResponseStatusEvent.json
1 {
2   "name": "CDSResponseStatusEvent",
3   "version": "0.0.1",
4   "nameSpace": "org.onap.policy.apex.onap.pmcontrol",
5   "source": "APEX",
6   "target": "DCAE",
7   "toscaPolicyState": "EXIT_SUCCESS",
8   "status": {
9     "nfName": "pnf300",
10     "subscriptionName": "testPolicyB",
11     "changeType": "CREATE",
12     "message": "success"
13   }
14 }