chore: auto-update files

Charm created

Change summary

schema.json | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

Detailed changes

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"
+      ]
     }
   }
 }