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

- old
+ new

@@ -29,11 +29,12 @@ "required": [ "key", "value" ], "additionalProperties": false - } + }, + "maxItems": 100 }, "attributes": { "type": "array", "items": { "type": "object", @@ -55,19 +56,19 @@ "required": [ "name", "dataType" ], "additionalProperties": false - } + }, + "maxItems": 100 }, "deviceClass": { "type": "string", "enum": [ "standalone", "gateway", "peripheral", - "floating", - "virtual" + "floating" ] }, "gatewayId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" \ No newline at end of file