diff --git a/schema.json b/schema.json index c8d2482079f294b6499810c34c312f0e1729d929..f54df0996a5a763a9265bb51efb1d70c29780d63 100644 --- a/schema.json +++ b/schema.json @@ -92,7 +92,10 @@ } }, "additionalProperties": false, - "type": "object" + "type": "object", + "required": [ + "tools" + ] }, "LSPConfig": { "properties": { @@ -716,7 +719,10 @@ } }, "additionalProperties": false, - "type": "object" + "type": "object", + "required": [ + "ls" + ] } } }