schemas/dashboard.json in losant_rest-1.20.0 vs schemas/dashboard.json in losant_rest-1.20.1
- old
+ new
@@ -507,10 +507,14 @@
}
},
"additionalProperties": false
}
},
+ "query": {
+ "type": "string",
+ "maxLength": 32767
+ },
"label": {
"type": "string",
"maxLength": 255
},
"expression": {
@@ -767,10 +771,14 @@
}
},
"additionalProperties": false
}
},
+ "query": {
+ "type": "string",
+ "maxLength": 32767
+ },
"duration": {
"oneOf": [
{
"type": "integer",
"minimum": 0
@@ -950,10 +958,14 @@
}
},
"additionalProperties": false
}
},
+ "query": {
+ "type": "string",
+ "maxLength": 32767
+ },
"duration": {
"oneOf": [
{
"type": "integer",
"minimum": 0
@@ -1692,10 +1704,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
@@ -1793,10 +1831,14 @@
}
},
"additionalProperties": false
}
},
+ "query": {
+ "type": "string",
+ "maxLength": 32767
+ },
"duration": {
"oneOf": [
{
"type": "integer",
"minimum": 0
@@ -2263,10 +2305,14 @@
}
},
"additionalProperties": false
}
},
+ "query": {
+ "type": "string",
+ "maxLength": 32767
+ },
"label": {
"type": "string",
"maxLength": 255
},
"expression": {
@@ -2654,10 +2700,14 @@
"maxLength": 255
}
},
"additionalProperties": false
}
+ },
+ "query": {
+ "type": "string",
+ "maxLength": 32767
}
},
"additionalProperties": false
}
},
@@ -2841,10 +2891,14 @@
}
},
"additionalProperties": false
}
},
+ "query": {
+ "type": "string",
+ "maxLength": 32767
+ },
"duration": {
"oneOf": [
{
"type": "integer",
"minimum": 0
@@ -2875,14 +2929,10 @@
"type": "string",
"enum": [
"normal",
"satellite"
]
- },
- "query": {
- "type": "string",
- "maxLength": 32767
}
},
"additionalProperties": false
}
},
@@ -3243,10 +3293,14 @@
}
},
"additionalProperties": false
}
},
+ "query": {
+ "type": "string",
+ "maxLength": 32767
+ },
"duration": {
"oneOf": [
{
"type": "integer",
"minimum": 0
@@ -3871,10 +3925,14 @@
}
},
"additionalProperties": false
}
},
+ "query": {
+ "type": "string",
+ "maxLength": 32767
+ },
"label": {
"type": "string",
"maxLength": 255
},
"expression": {
@@ -4223,10 +4281,14 @@
"maxLength": 255
}
},
"additionalProperties": false
}
+ },
+ "query": {
+ "type": "string",
+ "maxLength": 32767
}
},
"additionalProperties": false
},
"max": {
@@ -4457,10 +4519,14 @@
"maxLength": 255
}
},
"additionalProperties": false
}
+ },
+ "query": {
+ "type": "string",
+ "maxLength": 32767
}
},
"additionalProperties": false
},
"defaultValue": {
@@ -4649,10 +4715,14 @@
"maxLength": 255
}
},
"additionalProperties": false
}
+ },
+ "query": {
+ "type": "string",
+ "maxLength": 32767
}
},
"additionalProperties": false
},
"defaultValue": {
@@ -4839,10 +4909,14 @@
"maxLength": 255
}
},
"additionalProperties": false
}
+ },
+ "query": {
+ "type": "string",
+ "maxLength": 32767
}
},
"additionalProperties": false
},
"defaultValue": {
@@ -5009,10 +5083,14 @@
}
},
"additionalProperties": false
}
},
+ "query": {
+ "type": "string",
+ "maxLength": 32767
+ },
"commandName": {
"type": "string",
"maxLength": 255
}
},
@@ -5151,10 +5229,14 @@
}
},
"additionalProperties": false
}
},
+ "query": {
+ "type": "string",
+ "maxLength": 32767
+ },
"duration": {
"oneOf": [
{
"type": "integer",
"minimum": 0
@@ -5211,14 +5293,10 @@
},
"popupTemplate": {
"type": "string",
"maxLength": 32767
},
- "query": {
- "type": "string",
- "maxLength": 32767
- },
"resizedPins": {
"type": "boolean"
},
"resolution": {
"oneOf": [
@@ -5527,10 +5605,14 @@
}
},
"additionalProperties": false
}
},
+ "query": {
+ "type": "string",
+ "maxLength": 32767
+ },
"label": {
"type": "string",
"maxLength": 255
},
"expression": {
@@ -5686,9 +5768,13 @@
"maxLength": 255
}
},
"additionalProperties": false
}
+ },
+ "query": {
+ "type": "string",
+ "maxLength": 32767
},
"duration": {
"oneOf": [
{
"type": "integer",
\ No newline at end of file