Add verification flow in CSIT: Cm Data Subscription Create
[cps.git] / csit / data / subscription-notification / createCmHandleRequestBody.json
1 {
2   "dmiDataPlugin":"dminame1",
3   "dmiModelPlugin":"x",
4   "createdCmHandles": [
5     {
6       "cmHandle": "CMHandle1",
7       "cmHandleProperties": {
8         "Books": "Social Media"
9       },
10       "publicCmHandleProperties": {
11         "Color": "yellow",
12         "Size": "small",
13         "Shape": "cube"
14       }
15     }
16   ]
17 }