diff --git a/schema.json b/schema.json index 6762b3c5b77ec8ef701b8b7add2a4826e9e9823c..060f9738884da739a186898d859ac5618c35b5b8 100644 --- a/schema.json +++ b/schema.json @@ -271,10 +271,20 @@ "examples": [ ".crush" ] + }, + "disabled_tools": { + "items": { + "type": "string" + }, + "type": "array", + "description": "Tools to disable" } }, "additionalProperties": false, - "type": "object" + "type": "object", + "required": [ + "disabled_tools" + ] }, "Permissions": { "properties": {