fix: update config schema

This commit is contained in:
sebthom
2025-06-05 13:07:07 +02:00
parent 770429f824
commit 85bd5c2f2a

View File

@@ -80,6 +80,21 @@
"title": "Sell Directly", "title": "Sell Directly",
"type": "boolean" "type": "boolean"
}, },
"images": {
"anyOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "null"
}
],
"default": null,
"title": "Images"
},
"contact": { "contact": {
"$ref": "#/$defs/ContactDefaults" "$ref": "#/$defs/ContactDefaults"
}, },