Chore: update schema files
This commit is contained in:
parent
d8e14927c8
commit
498b2bb8d6
22 changed files with 3961 additions and 762 deletions
|
@ -88,6 +88,14 @@
|
|||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string|Record<string,string>>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"DenominationConfigJson": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -151,10 +159,6 @@
|
|||
"canonicalDenomination"
|
||||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
}
|
||||
},
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue