mirror of https://gitlab.com/litecord/litecord.git
Update schemas.py
This commit is contained in:
parent
b9e0682a05
commit
96ac9134f0
|
|
@ -84,6 +84,7 @@ EMBED_FIELD = {
|
||||||
}
|
}
|
||||||
|
|
||||||
EMBED_OBJECT = {
|
EMBED_OBJECT = {
|
||||||
|
"type": {"type": "string", "minlength": 1, "maxlength": 256, "required": False},
|
||||||
"title": {"type": "string", "minlength": 1, "maxlength": 256, "required": False},
|
"title": {"type": "string", "minlength": 1, "maxlength": 256, "required": False},
|
||||||
# NOTE: type set by us
|
# NOTE: type set by us
|
||||||
"description": {
|
"description": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue