diff options
Diffstat (limited to 'schema.json')
| -rw-r--r-- | schema.json | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/schema.json b/schema.json index 1ef362b..d84d5b2 100644 --- a/schema.json +++ b/schema.json @@ -115,33 +115,17 @@ "items": { "type": "object", "properties": { - "color": { - "type": "string" - }, - "color_hover": { - "type": "string" - }, "content": { "type": "string" }, "link": { "type": "string" - }, - "text_color": { - "type": "string" - }, - "text_color_hover": { - "type": "string" } }, "additionalProperties": false, "required": [ "link", - "content", - "color", - "text_color", - "color_hover", - "text_color_hover" + "content" ] } }, |
