aboutsummaryrefslogtreecommitdiff
path: root/schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'schema.json')
-rw-r--r--schema.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/schema.json b/schema.json
index d84d5b2..d73f3db 100644
--- a/schema.json
+++ b/schema.json
@@ -72,13 +72,17 @@
},
"text": {
"type": "string"
+ },
+ "tag_hover": {
+ "type": "string"
}
},
"additionalProperties": false,
"required": [
"background",
"buttons",
- "text"
+ "text",
+ "tag_hover"
]
},
"description": {