Additional validation for names/identifiers
[cps.git] / cps-ncmp-rest / src / test / resources / dmi_registration_all_singing_and_dancing.json
1 {
2   "dmiDataPlugin":"service2",
3   "dmiModelPlugin":"service3",
4   "createdCmHandles":[
5     {
6       "cmHandle":"ch1-new",
7       "cmHandleProperties":{
8         "dmiProp1":"ch1-dmi1",
9         "dmiProp2":"ch1-dmi2"
10       },
11       "publicCmHandleProperties":{
12         "pubProp1":"ch1-pub1",
13         "pubProp2":"ch1-pub2"
14       }
15     },
16     {
17       "cmHandle":"ch2-new",
18       "cmHandleProperties":{
19         "dmiProp1":"ch2-dmi1",
20         "dmiProp2":"ch2-dmi2"
21       },
22       "publicCmHandleProperties":{
23         "pubProp1":"ch2-pub1",
24         "pubProp2":"ch2-pub2"
25       }
26     }
27   ],
28   "updatedCmHandles":[
29     {
30       "cmHandle":"ch3-upd",
31       "cmHandleProperties":{
32         "dmiProp1":"ch3-dmi1"
33       },
34       "publicCmHandleProperties":{
35         "pubProp2":"ch3-pub1"
36       }
37     }
38   ],
39   "removedCmHandles":[
40     "ch4",
41     "ch5"
42   ]
43 }