schemas/device.json in losant_rest-1.18.0 vs schemas/device.json in losant_rest-1.19.0

- old
+ new

@@ -228,9 +228,17 @@ { "type": "null" } ] }, + "ancestorIds": { + "type": "array", + "items": { + "type": "string", + "pattern": "^[A-Fa-f\\d]{24}$" + }, + "maxItems": 1000 + }, "systemInterval": { "type": "integer", "minimum": 5, "maximum": 3600 }, \ No newline at end of file