0
Fork 0
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:
Fabien O'Carroll 2019-10-10 13:39:32 +07:00
parent f3a8119870
commit 38832d5c6b

View file

@ -21,6 +21,11 @@
"maxLength": 191,
"pattern": "^([^,]|$)"
},
"note": {
"type": "string",
"minLength": 0,
"maxLength": 2000
},
"id": {
"strip": true
},