Chore: regenerate schemas

This commit is contained in:
Pieter Vander Vennet 2024-08-02 19:05:16 +02:00
parent 2a65a9f761
commit b19d9ef077
34 changed files with 839 additions and 403 deletions

View file

@ -460,6 +460,9 @@ export default {
"and"
]
},
"Record<string,string>": {
"type": "object"
},
"{or:TagConfigJson[];}": {
"type": "object",
"properties": {
@ -474,9 +477,6 @@ export default {
"or"
]
},
"Record<string,string>": {
"type": "object"
},
"Record<string,string|Record<string,string>>": {
"type": "object"
},
@ -1879,7 +1879,15 @@ export default {
"description": "The tags that will be given to the object.\nThis must remove tags so that the 'source/osmTags' won't match anymore\n\nquestion: What tags should be applied to the object?"
},
"then": {
"description": "The human explanation for the options\n\nquestion: What text should be shown to the contributor for this reason?"
"description": "The human explanation for the options\n\nquestion: What text should be shown to the contributor for this reason?",
"anyOf": [
{
"$ref": "#/definitions/Record<string,string>"
},
{
"type": "string"
}
]
}
},
"required": [