mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Added note to member json schema
no-issue
This commit is contained in:
parent
f3a8119870
commit
38832d5c6b
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@
|
|||
"maxLength": 191,
|
||||
"pattern": "^([^,]|$)"
|
||||
},
|
||||
"note": {
|
||||
"type": "string",
|
||||
"minLength": 0,
|
||||
"maxLength": 2000
|
||||
},
|
||||
"id": {
|
||||
"strip": true
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue