schemas/dashboard.json in losant_rest-1.17.3 vs schemas/dashboard.json in losant_rest-1.17.4

- old
+ new

@@ -27,9 +27,33 @@ "enum": [ "user", "organization" ] }, + "createdById": { + "type": "string", + "pattern": "^[A-Fa-f\\d]{24}$" + }, + "createdByType": { + "type": "string", + "enum": [ + "flow", + "user", + "apiToken" + ] + }, + "lastUpdatedById": { + "type": "string", + "pattern": "^[A-Fa-f\\d]{24}$" + }, + "lastUpdatedByType": { + "type": "string", + "enum": [ + "flow", + "user", + "apiToken" + ] + }, "organizationName": { "type": "string", "minLength": 1, "maxLength": 255 }, \ No newline at end of file