diff options
Diffstat (limited to 'src/test/resources/WriteDataForCmHandle.json')
-rw-r--r-- | src/test/resources/WriteDataForCmHandle.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/resources/WriteDataForCmHandle.json b/src/test/resources/WriteDataForCmHandle.json new file mode 100644 index 00000000..8eb19599 --- /dev/null +++ b/src/test/resources/WriteDataForCmHandle.json @@ -0,0 +1,10 @@ +{ + "operation": "create", + "dataType": "application/json", + "data": { + "some-data": "some-value" + }, + "cmHandleProperties": { + "some-property": "some-property-value" + } +}
\ No newline at end of file |