adamdottv 8 месяцев назад
Родитель
Сommit
d50b7ad481
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      packages/web/public/theme.json

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

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