schemas/dashboardPost.json in losant_rest-1.18.0 vs schemas/dashboardPost.json in losant_rest-1.19.0
- old
+ new
@@ -5783,12 +5783,19 @@
},
"public": {
"type": "boolean"
},
"password": {
- "type": [
- "string",
- "null"
+ "oneOf": [
+ {
+ "type": "string",
+ "minLength": 12,
+ "maxLength": 2048,
+ "pattern": "^(?=.*[A-Z])(?=.*[^A-Za-z0-9])(?=.*[0-9])(?=.*[a-z]).{12,}$"
+ },
+ {
+ "type": "null"
+ }
]
},
"contextConfiguration": {
"type": "array",
"items": {
\ No newline at end of file