This commit is contained in:
parent
ce126faf4d
commit
73d860bf01
@ -27,11 +27,16 @@
|
|||||||
},
|
},
|
||||||
"charactor": {
|
"charactor": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"enum": ["ai", "test"],
|
"enum": ["ai","cerberus","chinesedragon","dragon","kirin","kitsune","leviathan","pegasus","phoenix"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"ai":{
|
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"group":{
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"season":{
|
||||||
|
"type": "integer"
|
||||||
|
},
|
||||||
"lv":{
|
"lv":{
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 1,
|
"minimum": 1,
|
||||||
@ -78,7 +83,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"createdAt": {
|
"createdAt": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user