Chore: update schema files

This commit is contained in:
Pieter Vander Vennet 2023-04-21 16:19:09 +02:00
parent d8e14927c8
commit 498b2bb8d6
22 changed files with 3961 additions and 762 deletions

View file

@ -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#"