schemas/dashboardPost.json in losant_rest-1.10.2 vs schemas/dashboardPost.json in losant_rest-1.10.3
- old
+ new
@@ -293,10 +293,14 @@
},
"label": {
"type": "string",
"maxLength": 255
},
+ "expression": {
+ "type": "string",
+ "maxLength": 255
+ },
"yAxisLabel": {
"type": "string",
"maxLength": 255
},
"lineWeight": {
@@ -1688,10 +1692,14 @@
},
"label": {
"type": "string",
"maxLength": 255
},
+ "expression": {
+ "type": "string",
+ "maxLength": 255
+ },
"yAxisLabel": {
"type": "string",
"maxLength": 255
},
"lineWeight": {
@@ -3150,10 +3158,14 @@
},
"label": {
"type": "string",
"maxLength": 255
},
+ "expression": {
+ "type": "string",
+ "maxLength": 255
+ },
"yAxisLabel": {
"type": "string",
"maxLength": 255
},
"lineWeight": {
@@ -4723,9 +4735,13 @@
},
"additionalProperties": false
}
},
"label": {
+ "type": "string",
+ "maxLength": 255
+ },
+ "expression": {
"type": "string",
"maxLength": 255
},
"yAxisLabel": {
"type": "string",
\ No newline at end of file