summaryrefslogtreecommitdiffstats
path: root/csit/data/subscription-notification/createCmHandleRequestBody.json
blob: 642ea6269e49d262f785e6823863ce0d5f865102 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "dmiDataPlugin":"dminame1",
  "dmiModelPlugin":"x",
  "createdCmHandles": [
    {
      "cmHandle": "CMHandle1",
      "cmHandleProperties": {
        "Books": "Social Media"
      },
      "publicCmHandleProperties": {
        "Color": "yellow",
        "Size": "small",
        "Shape": "cube"
      }
    }
  ]
}