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