schemas/dashboardPost.json in losant_rest-1.17.1 vs schemas/dashboardPost.json in losant_rest-1.17.2
- old
+ new
@@ -2425,10 +2425,13 @@
},
"attribute": {
"type": "string",
"maxLength": 255
},
+ "centerOnDataPoints": {
+ "type": "boolean"
+ },
"defaultBearing": {
"type": "number"
},
"defaultCenter": {
"type": "string",
@@ -4723,10 +4726,13 @@
},
"attribute": {
"type": "string",
"maxLength": 255
},
+ "centerOnDataPoints": {
+ "type": "boolean"
+ },
"clusterPoints": {
"type": "boolean"
},
"compositeResult": {
"type": "boolean"
@@ -5252,10 +5258,13 @@
"maxLength": 255
}
}
]
},
+ "centerOnDataPoints": {
+ "type": "boolean"
+ },
"compositeResult": {
"type": "boolean"
},
"coordinateA": {
"type": "string",
@@ -5267,10 +5276,9 @@
"minLength": 3,
"maxLength": 255
},
"defaultCenter": {
"type": "string",
- "minLength": 3,
"maxLength": 255
},
"defaultZoom": {
"oneOf": [
{
\ No newline at end of file