schemas/applicationDashboardPost.json in losant_rest-1.12.0 vs schemas/applicationDashboardPost.json in losant_rest-1.13.0

- old
+ new

@@ -926,11 +926,29 @@ "id": { "type": "string", "maxLength": 48 }, "type": { + "oneOf": [ + { + "type": "string", + "pattern": "^[0-9a-zA-Z_-]{1,255}$" + }, + { + "type": "string", + "enum": [ + "$custom" + ] + } + ] + }, + "headerTemplate": { "type": "string", - "pattern": "^[0-9a-zA-Z_-]{1,255}$" + "maxLength": 1024 + }, + "rowTemplate": { + "type": "string", + "maxLength": 32767 } }, "additionalProperties": false } } \ No newline at end of file