schemas/org.json in losant_rest-1.2.3 vs schemas/org.json in losant_rest-1.3.0

- old
+ new

@@ -80,10 +80,13 @@ "type": "number" }, "dashboard": { "type": "number" }, + "datatable": { + "type": "number" + }, "device": { "type": "number" }, "devicerecipe": { "type": "number" @@ -132,10 +135,13 @@ "type": "number" }, "dashCount": { "type": "number" }, + "dataTableCount": { + "type": "number" + }, "deviceCount": { "type": "number" }, "deviceRecipeCount": { "type": "number" @@ -170,9 +176,17 @@ "type": "number" } } }, "mqttIn": { + "type": "object", + "patternProperties": { + ".*": { + "type": "number" + } + } + }, + "dataTable": { "type": "object", "patternProperties": { ".*": { "type": "number" } \ No newline at end of file