add crypto-scheme
This commit is contained in:
parent
316a240130
commit
a0961ce2e2
1 changed files with 15 additions and 0 deletions
15
crypto-schema.json
Normal file
15
crypto-schema.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"jsonSchema": {
|
||||
"title": "Crypto Settings",
|
||||
"type": "object",
|
||||
"required": [],
|
||||
"properties": {
|
||||
"commission": {"type": "number", "title": "Cash-in Commission", "minimum": 0, "description": 3.5},
|
||||
"cashOutCommission": {"type": "number", "title": "Cash-out Commission", "minimum": 0},
|
||||
"fiatTxLimit": {"type": "number", "title": "Cash-out Limit", "minimum": 0}
|
||||
}
|
||||
},
|
||||
"uiSchema": {
|
||||
"ui:order": ["commission", "cashOutCommission", "fiatTxLimit"]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue