fixed challenge schema

This commit is contained in:
Miodec 2022-02-21 13:26:55 +01:00
parent 6c307f0d78
commit 0668a8cfdc

View file

@ -150,7 +150,12 @@ function validateOthers() {
config: {
type: "object",
},
funbox: { type: "string" },
funbox: {
type: "object",
properties: {
exact: { type: "string" },
},
},
},
},
},