Update schemas.py

This commit is contained in:
Keons 2020-05-13 13:36:43 +00:00
parent b9e0682a05
commit 96ac9134f0
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ EMBED_FIELD = {
}
EMBED_OBJECT = {
"type": {"type": "string", "minlength": 1, "maxlength": 256, "required": False},
"title": {"type": "string", "minlength": 1, "maxlength": 256, "required": False},
# NOTE: type set by us
"description": {