diff --git a/examples/bulkProperties-get-200.json b/examples/bulkProperties-get-200.json index 495b1a1..47faab0 100644 --- a/examples/bulkProperties-get-200.json +++ b/examples/bulkProperties-get-200.json @@ -11,6 +11,7 @@ "index": 6 }, "name": "userLabel", + "typeName": "NcString", "isReadOnly": false, "value": "this is the property value" }, @@ -20,6 +21,7 @@ "index": 1 }, "name": "enabled", + "typeName": "NcBoolean", "isReadOnly": false, "value": true } diff --git a/examples/bulkProperties-set-request.json b/examples/bulkProperties-set-request.json index 0d62a5b..9b2ca24 100644 --- a/examples/bulkProperties-set-request.json +++ b/examples/bulkProperties-set-request.json @@ -12,6 +12,7 @@ "index": 6 }, "name": "userLabel", + "typeName": "NcString", "isReadOnly": false, "value": "Stereo Gain Block" }, @@ -21,6 +22,7 @@ "index": 1 }, "name": "enabled", + "typeName": "NcBoolean", "isReadOnly": false, "value": true } @@ -35,6 +37,7 @@ "index": 6 }, "name": "userLabel", + "typeName": "NcString", "isReadOnly": false, "value": "Channel Gain Block" }, @@ -44,6 +47,7 @@ "index": 1 }, "name": "enabled", + "typeName": "NcBoolean", "isReadOnly": false, "value": true } @@ -51,6 +55,7 @@ } ] }, - "recurse": false + "recurse": true, + "allowPartial": true } } diff --git a/examples/bulkProperties-validate-request.json b/examples/bulkProperties-validate-request.json index 0d62a5b..9b2ca24 100644 --- a/examples/bulkProperties-validate-request.json +++ b/examples/bulkProperties-validate-request.json @@ -12,6 +12,7 @@ "index": 6 }, "name": "userLabel", + "typeName": "NcString", "isReadOnly": false, "value": "Stereo Gain Block" }, @@ -21,6 +22,7 @@ "index": 1 }, "name": "enabled", + "typeName": "NcBoolean", "isReadOnly": false, "value": true } @@ -35,6 +37,7 @@ "index": 6 }, "name": "userLabel", + "typeName": "NcString", "isReadOnly": false, "value": "Channel Gain Block" }, @@ -44,6 +47,7 @@ "index": 1 }, "name": "enabled", + "typeName": "NcBoolean", "isReadOnly": false, "value": true } @@ -51,6 +55,7 @@ } ] }, - "recurse": false + "recurse": true, + "allowPartial": true } }