fix indent
This commit is contained in:
parent
c2dac2a9d4
commit
826cc75219
@ -8,21 +8,25 @@
|
||||
"key": "tid",
|
||||
"record": {
|
||||
"type": "object",
|
||||
"required": ["handle", "did", "createdAt"],
|
||||
"required": [
|
||||
"handle",
|
||||
"did",
|
||||
"createdAt"
|
||||
],
|
||||
"properties": {
|
||||
"id":{
|
||||
"id": {
|
||||
"type": "integer",
|
||||
"minimum": 0,
|
||||
"maximum": 14,
|
||||
"default": 0
|
||||
},
|
||||
"cp":{
|
||||
"cp": {
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 10000,
|
||||
"default": 1
|
||||
},
|
||||
"rank":{
|
||||
"rank": {
|
||||
"type": "integer",
|
||||
"minimum": 0,
|
||||
"maximum": 7,
|
||||
@ -30,7 +34,13 @@
|
||||
},
|
||||
"rare": {
|
||||
"type": "string",
|
||||
"enum": ["normal", "super", "ultra", "yui", "ai"],
|
||||
"enum": [
|
||||
"normal",
|
||||
"super",
|
||||
"ultra",
|
||||
"yui",
|
||||
"ai"
|
||||
],
|
||||
"default": "normal"
|
||||
},
|
||||
"handle": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user