schemas/dashboard.json in losant_rest-1.19.1 vs schemas/dashboard.json in losant_rest-1.19.2
- old
+ new
@@ -1084,10 +1084,13 @@
"vegaLite2",
"vegaLite3",
"vega4",
"vega5"
]
+ },
+ "tooltipEventSubscribe": {
+ "type": "boolean"
}
},
"additionalProperties": false
}
},
@@ -2378,9 +2381,12 @@
},
"config": {
"type": "object",
"properties": {
"realTime": {
+ "type": "boolean"
+ },
+ "hideLegend": {
"type": "boolean"
},
"disallowUserSelectedDuration": {
"type": "boolean"
},
\ No newline at end of file