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

- old
+ new

@@ -87,10 +87,13 @@ "type": "number" }, "dashboard": { "type": "number" }, + "datatable": { + "type": "number" + }, "device": { "type": "number" }, "devicerecipe": { "type": "number" @@ -247,10 +250,13 @@ "type": "number" }, "dashCount": { "type": "number" }, + "dataTableCount": { + "type": "number" + }, "deviceCount": { "type": "number" }, "deviceRecipeCount": { "type": "number" @@ -282,9 +288,17 @@ "type": "number" } } }, "mqttIn": { + "type": "object", + "patternProperties": { + ".*": { + "type": "number" + } + } + }, + "dataTable": { "type": "object", "patternProperties": { ".*": { "type": "number" } \ No newline at end of file