mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
fix: update config schema
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user