schemas/dashboardPost.json in losant_rest-1.10.1 vs schemas/dashboardPost.json in losant_rest-1.10.2
- old
+ new
@@ -2193,10 +2193,14 @@
"type": "string",
"enum": [
"normal",
"satellite"
]
+ },
+ "query": {
+ "type": "string",
+ "maxLength": 32767
}
},
"additionalProperties": false
}
},
@@ -4419,9 +4423,13 @@
"simple",
"advanced"
]
},
"popupTemplate": {
+ "type": "string",
+ "maxLength": 32767
+ },
+ "query": {
"type": "string",
"maxLength": 32767
},
"resizedPins": {
"type": "boolean"
\ No newline at end of file