diff options
Diffstat (limited to 'config.schema.json')
| -rw-r--r-- | config.schema.json | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/config.schema.json b/config.schema.json index 9b325c3..2e8a7c1 100644 --- a/config.schema.json +++ b/config.schema.json @@ -92,27 +92,8 @@ "type": "string" }, "legal": { - "type": "object", - "properties": { - "font_source": { - "type": "string" - }, - "images_source": { - "type": "array", - "items": { - "type": "string" - } - }, - "legal_information_link": { - "type": "string" - } - }, - "additionalProperties": false, - "required": [ - "legal_information_link", - "images_source", - "font_source" - ] + "type": "string", + "additionalProperties": false }, "links": { "type": "array", |
