schemas/multiDeviceCommand.json in losant_rest-1.1.2 vs schemas/multiDeviceCommand.json in losant_rest-1.2.0

- old
+ new

@@ -44,17 +44,19 @@ "minLength": 1, "maxLength": 255 } }, "additionalProperties": false - } + }, + "maxItems": 100 }, "deviceIds": { "type": "array", "items": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" - } + }, + "maxItems": 1000 } }, "required": [ "name" ], \ No newline at end of file