schemas/dashboard.json in losant_rest-1.8.2 vs schemas/dashboard.json in losant_rest-1.8.3
- old
+ new
@@ -27,9 +27,26 @@
"enum": [
"user",
"organization"
]
},
+ "organizationName": {
+ "type": "string",
+ "minLength": 1,
+ "maxLength": 255
+ },
+ "organizationIconColor": {
+ "type": "string"
+ },
+ "applicationId": {
+ "type": "string",
+ "pattern": "^[A-Fa-f\\d]{24}$"
+ },
+ "applicationName": {
+ "type": "string",
+ "minLength": 1,
+ "maxLength": 255
+ },
"name": {
"type": "string",
"minLength": 1,
"maxLength": 255
},
\ No newline at end of file