schemas/dashboard.json in losant_rest-1.17.2 vs schemas/dashboard.json in losant_rest-1.17.3

- old
+ new

@@ -974,10 +974,68 @@ "advanced" ] } }, "additionalProperties": false + }, + { + "type": "object", + "properties": { + "queryType": { + "type": "string", + "enum": [ + "device-info" + ] + }, + "id": { + "type": "string", + "maxLength": 48 + }, + "attributes": { + "oneOf": [ + { + "type": "null" + }, + { + "type": "array", + "maxItems": 100, + "items": { + "type": "string", + "maxLength": 255 + } + } + ] + }, + "excludeConnectionInfo": { + "type": "boolean" + }, + "sortField": { + "type": "string", + "maxLength": 255 + }, + "sortDirection": { + "type": "string", + "maxLength": 255 + }, + "page": { + "type": "string", + "maxLength": 255 + }, + "perPage": { + "type": "string", + "maxLength": 255 + }, + "query": { + "type": "string", + "maxLength": 32767 + }, + "compositeStateType": { + "type": "string", + "maxLength": 255 + } + }, + "additionalProperties": false } ] } }, "vegaVersion": { @@ -2262,9 +2320,12 @@ }, "config": { "type": "object", "properties": { "realTime": { + "type": "boolean" + }, + "disallowUserSelectedDuration": { "type": "boolean" }, "duration": { "oneOf": [ { \ No newline at end of file