1
0

fix
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 15s

This commit is contained in:
syui 2024-11-14 16:19:33 +09:00
parent ce126faf4d
commit 73d860bf01
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -27,11 +27,16 @@
},
"charactor": {
"type": "object",
"enum": ["ai", "test"],
"enum": ["ai","cerberus","chinesedragon","dragon","kirin","kitsune","leviathan","pegasus","phoenix"],
"properties": {
"ai":{
"type": "object",
"properties": {
"group":{
"type": "string"
},
"season":{
"type": "integer"
},
"lv":{
"type": "integer",
"minimum": 1,
@ -78,7 +83,6 @@
}
}
}
}
},
"createdAt": {
"type": "string",