Create module structure in DMI Plugin
[cps/ncmp-dmi-plugin.git] / dmi-service / src / test / resources / createDataWithSpecialChar.json
1 {
2   "operation": "create",
3   "dataType": "application/json",
4   "data": "data with quote \" and new line \n",
5   "cmHandleProperties": {
6     "some-property": "some-property-value"
7   }
8 }