forked from MapComplete/MapComplete
Chore: update schema files
This commit is contained in:
parent
d8e14927c8
commit
498b2bb8d6
22 changed files with 3961 additions and 762 deletions
|
@ -86,6 +86,12 @@ export default {
|
|||
"or"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
},
|
||||
"Record<string,string|Record<string,string>>": {
|
||||
"type": "object"
|
||||
},
|
||||
"DenominationConfigJson": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -148,9 +154,6 @@ export default {
|
|||
"required": [
|
||||
"canonicalDenomination"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
}
|
||||
},
|
||||
"$schema": "http://json-schema.org/draft-07/schema#"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue