schemas/experienceGroupPatch.json in losant_rest-1.9.3 vs schemas/experienceGroupPatch.json in losant_rest-1.10.0

- old
+ new

@@ -63,9 +63,16 @@ }, "additionalProperties": false }, "maxItems": 100 }, + "deviceQueryJson": { + "type": [ + "string", + "null" + ], + "maxLength": 8192 + }, "parentId": { "oneOf": [ { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" \ No newline at end of file