2
0
Эх сурвалжийг харах

docs: theme schema update

adamdottv 8 сар өмнө
parent
commit
d50b7ad481

+ 4 - 1
packages/web/public/theme.json

@@ -2,6 +2,10 @@
   "$schema": "http://json-schema.org/draft-07/schema#",
   "$schema": "http://json-schema.org/draft-07/schema#",
   "type": "object",
   "type": "object",
   "properties": {
   "properties": {
+    "$schema": {
+      "type": "string",
+      "description": "JSON schema reference for configuration validation"
+    },
     "defs": {
     "defs": {
       "type": "object",
       "type": "object",
       "description": "Color definitions that can be referenced in the theme",
       "description": "Color definitions that can be referenced in the theme",
@@ -163,4 +167,3 @@
     }
     }
   }
   }
 }
 }
-