diff --git a/frontend/json-validation.js b/frontend/json-validation.js index 0bf917e5f..4ebfafc1f 100644 --- a/frontend/json-validation.js +++ b/frontend/json-validation.js @@ -150,7 +150,12 @@ function validateOthers() { config: { type: "object", }, - funbox: { type: "string" }, + funbox: { + type: "object", + properties: { + exact: { type: "string" }, + }, + }, }, }, },