schemas/dashboardPost.json in losant_rest-1.11.1 vs schemas/dashboardPost.json in losant_rest-1.12.0
- old
+ new
@@ -922,10 +922,28 @@
"enum": [
"$or",
"$and",
"advanced"
]
+ },
+ "columns": {
+ "type": "array",
+ "maxItems": 100,
+ "items": {
+ "type": "object",
+ "properties": {
+ "id": {
+ "type": "string",
+ "maxLength": 48
+ },
+ "type": {
+ "type": "string",
+ "pattern": "^[0-9a-zA-Z_-]{1,255}$"
+ }
+ },
+ "additionalProperties": false
+ }
}
},
"additionalProperties": false
}
},
@@ -1466,11 +1484,20 @@
"lastUpdatedDateWithSource",
"id",
"state",
"tag",
"deviceName",
- "sourceId"
+ "sourceId",
+ "custom"
]
+ },
+ "headerTemplate": {
+ "type": "string",
+ "maxLength": 1024
+ },
+ "rowTemplate": {
+ "type": "string",
+ "maxLength": 32767
}
},
"additionalProperties": false
}
}
\ No newline at end of file