Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TBU...

NCMP to Client-Apps

Proposed outcome (schema 5)

Code Block
languagetext
{
  "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

...