Chore: regenerate schemas
This commit is contained in:
parent
2a65a9f761
commit
b19d9ef077
34 changed files with 839 additions and 403 deletions
|
@ -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": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue