summaryrefslogtreecommitdiffhomepage
path: root/packages/web
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web')
-rw-r--r--packages/web/public/theme.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/web/public/theme.json b/packages/web/public/theme.json
index 04d4342d8..e8e939ea8 100644
--- a/packages/web/public/theme.json
+++ b/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 @@
}
}
}
-