schemas/application.json in losant_rest-1.8.2 vs schemas/application.json in losant_rest-1.8.3

- old
+ new

@@ -27,9 +27,17 @@ "enum": [ "user", "organization" ] }, + "organizationName": { + "type": "string", + "minLength": 1, + "maxLength": 255 + }, + "organizationIconColor": { + "type": "string" + }, "name": { "type": "string", "minLength": 1, "maxLength": 255 }, \ No newline at end of file