...
TBU...
NCMP to Client-Apps
Proposed outcome (schema 5)
Code Block | ||
---|---|---|
| ||
{
"version": "1.0",
"eventType": "subscriptionCreatedOutcome", # or subscriptionCreatedPartialOutcome
"event": {
"subscription": {
"clientID": "SCO-9989752",
"name": "cm-subscription-001"
},
"predicates": {
“rejectedTargets” : [“cmhandle1”, “cmhandle2”, “cmhandle3”]
“acceptedTargets” : [“cmhandle1”, “cmhandle2”, “cmhandle3”]
“pendingTargets” : [“cmhandle4”, “cmhandle5”, “cmhandle6”]
}
} |
Open Question: what headers do we need?
// Draw architecture diagram
...