schemas/orgs.json in losant_rest-1.9.2 vs schemas/orgs.json in losant_rest-1.9.3
- old
+ new
@@ -422,9 +422,17 @@
"type": "boolean"
},
"iconColor": {
"type": "string",
"maxLength": 64
+ },
+ "whitelistedEmailDomains": {
+ "type": "array",
+ "items": {
+ "type": "string",
+ "maxLength": 1024,
+ "minLength": 3
+ }
}
}
}
},
"count": {
\ No newline at end of file