mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-02-19 00:36:59 +08:00
fixed challenge schema
This commit is contained in:
parent
6c307f0d78
commit
0668a8cfdc
1 changed files with 6 additions and 1 deletions
|
|
@ -150,7 +150,12 @@ function validateOthers() {
|
|||
config: {
|
||||
type: "object",
|
||||
},
|
||||
funbox: { type: "string" },
|
||||
funbox: {
|
||||
type: "object",
|
||||
properties: {
|
||||
exact: { type: "string" },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue