lamassu-schema
This commit is contained in:
parent
6b58b88bfb
commit
ca3f5cc354
1 changed files with 7 additions and 3 deletions
|
|
@ -4,12 +4,16 @@
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"required": [],
|
"required": [],
|
||||||
"properties": {
|
"properties": {
|
||||||
"cashInCommission": {"type": "number", "title": "Cash-in Commission", "minimum": 0},
|
"commission": {"type": "number", "title": "Cash-in Commission", "minimum": 0},
|
||||||
"cashOutCommission": {"type": "number", "title": "Cash-out Commission", "minimum": 0},
|
"cashOutCommission": {"type": "number", "title": "Cash-out Commission", "minimum": 0},
|
||||||
|
"currency": {"type": "string", "title": "Currency"},
|
||||||
|
"zeroConfLimit": {"type": "number", "title": "Zero-conf Limit", "minimum": 0},
|
||||||
|
"fiatTxLimit": {"type": "number", "title": "Cash-out Limit", "minimum": 0},
|
||||||
|
"coins": {"type": "array", "title": "Crypto Coins", "items": {"type": "string"}}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"uiSchema": {
|
"uiSchema": {
|
||||||
"ui:order": ["cashInCommission", "cashOutCommission"],
|
"ui:order": ["commission", "cashOutCommission", "currency", "zeroConfLimit",
|
||||||
"authToken": {"ui:widget": "password"}
|
"fiatTxLimit", "coins"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue