diff --git a/schemas/config.schema.json b/schemas/config.schema.json index 1716e1c..bdd3ad2 100644 --- a/schemas/config.schema.json +++ b/schemas/config.schema.json @@ -80,6 +80,21 @@ "title": "Sell Directly", "type": "boolean" }, + "images": { + "anyOf": [ + { + "items": { + "type": "string" + }, + "type": "array" + }, + { + "type": "null" + } + ], + "default": null, + "title": "Images" + }, "contact": { "$ref": "#/$defs/ContactDefaults" },