schemas/applicationDashboardPost.json in losant_rest-1.20.0 vs schemas/applicationDashboardPost.json in losant_rest-1.20.1

- old
+ new

@@ -301,10 +301,14 @@ } }, "additionalProperties": false } }, + "query": { + "type": "string", + "maxLength": 32767 + }, "label": { "type": "string", "maxLength": 255 }, "expression": { @@ -561,10 +565,14 @@ } }, "additionalProperties": false } }, + "query": { + "type": "string", + "maxLength": 32767 + }, "duration": { "oneOf": [ { "type": "integer", "minimum": 0 @@ -744,10 +752,14 @@ } }, "additionalProperties": false } }, + "query": { + "type": "string", + "maxLength": 32767 + }, "duration": { "oneOf": [ { "type": "integer", "minimum": 0 @@ -1486,10 +1498,36 @@ "items": { "type": "string", "maxLength": 255 } }, + "deviceTags": { + "type": "array", + "maxItems": 100, + "items": { + "type": "object", + "properties": { + "key": { + "type": "string", + "maxLength": 255 + }, + "value": { + "type": "string", + "maxLength": 255 + }, + "fromCtx": { + "type": "string", + "maxLength": 255 + } + }, + "additionalProperties": false + } + }, + "query": { + "type": "string", + "maxLength": 32767 + }, "includeDeviceInfo": { "type": "boolean" } }, "additionalProperties": false @@ -1587,10 +1625,14 @@ } }, "additionalProperties": false } }, + "query": { + "type": "string", + "maxLength": 32767 + }, "duration": { "oneOf": [ { "type": "integer", "minimum": 0 @@ -2057,10 +2099,14 @@ } }, "additionalProperties": false } }, + "query": { + "type": "string", + "maxLength": 32767 + }, "label": { "type": "string", "maxLength": 255 }, "expression": { @@ -2448,10 +2494,14 @@ "maxLength": 255 } }, "additionalProperties": false } + }, + "query": { + "type": "string", + "maxLength": 32767 } }, "additionalProperties": false } }, @@ -2635,10 +2685,14 @@ } }, "additionalProperties": false } }, + "query": { + "type": "string", + "maxLength": 32767 + }, "duration": { "oneOf": [ { "type": "integer", "minimum": 0 @@ -2669,14 +2723,10 @@ "type": "string", "enum": [ "normal", "satellite" ] - }, - "query": { - "type": "string", - "maxLength": 32767 } }, "additionalProperties": false } }, @@ -3037,10 +3087,14 @@ } }, "additionalProperties": false } }, + "query": { + "type": "string", + "maxLength": 32767 + }, "duration": { "oneOf": [ { "type": "integer", "minimum": 0 @@ -3665,10 +3719,14 @@ } }, "additionalProperties": false } }, + "query": { + "type": "string", + "maxLength": 32767 + }, "label": { "type": "string", "maxLength": 255 }, "expression": { @@ -4017,10 +4075,14 @@ "maxLength": 255 } }, "additionalProperties": false } + }, + "query": { + "type": "string", + "maxLength": 32767 } }, "additionalProperties": false }, "max": { @@ -4251,10 +4313,14 @@ "maxLength": 255 } }, "additionalProperties": false } + }, + "query": { + "type": "string", + "maxLength": 32767 } }, "additionalProperties": false }, "defaultValue": { @@ -4443,10 +4509,14 @@ "maxLength": 255 } }, "additionalProperties": false } + }, + "query": { + "type": "string", + "maxLength": 32767 } }, "additionalProperties": false }, "defaultValue": { @@ -4633,10 +4703,14 @@ "maxLength": 255 } }, "additionalProperties": false } + }, + "query": { + "type": "string", + "maxLength": 32767 } }, "additionalProperties": false }, "defaultValue": { @@ -4803,10 +4877,14 @@ } }, "additionalProperties": false } }, + "query": { + "type": "string", + "maxLength": 32767 + }, "commandName": { "type": "string", "maxLength": 255 } }, @@ -4945,10 +5023,14 @@ } }, "additionalProperties": false } }, + "query": { + "type": "string", + "maxLength": 32767 + }, "duration": { "oneOf": [ { "type": "integer", "minimum": 0 @@ -5005,14 +5087,10 @@ }, "popupTemplate": { "type": "string", "maxLength": 32767 }, - "query": { - "type": "string", - "maxLength": 32767 - }, "resizedPins": { "type": "boolean" }, "resolution": { "oneOf": [ @@ -5321,10 +5399,14 @@ } }, "additionalProperties": false } }, + "query": { + "type": "string", + "maxLength": 32767 + }, "label": { "type": "string", "maxLength": 255 }, "expression": { @@ -5480,9 +5562,13 @@ "maxLength": 255 } }, "additionalProperties": false } + }, + "query": { + "type": "string", + "maxLength": 32767 }, "duration": { "oneOf": [ { "type": "integer", \ No newline at end of file