mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Updated members schema validation for name
no issue - Removed minimum length requirement for `name` as its possible to have empty name for a member
This commit is contained in:
parent
6b4e6fb400
commit
4f0ca2914f
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@
|
|||
"properties": {
|
||||
"name": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 191,
|
||||
"pattern": "^([^,]|$)"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue