lamassu-server/lamassu-schema.json
2016-09-15 00:58:25 +03:00

218 lines
4.8 KiB
JSON

[
{
"code": "cryptos",
"display": "Supported cryptocurrencies",
"cryptoScope": "global",
"machineScope": "both",
"entries": [
{
"code": "cryptos",
"display": "Cryptocurrencies",
"fieldType": "crypto",
"fieldClass": null
}
]
},
{
"code": "commissions",
"display": "Commissions",
"cryptoScope": "both",
"machineScope": "both",
"entries": [
{
"code": "cashInCommission",
"display": "Cash-in commission",
"fieldType": "percentage",
"fieldClass": null
},
{
"code": "cashOutCommission",
"display": "Cash-out commission",
"fieldType": "percentage",
"fieldClass": null
},
{
"code": "lowBalanceMargin",
"display": "Low balance margin",
"fieldType": "percentage",
"fieldClass": null
},
{
"code": "zeroConfLimit",
"display": "Zero conf limit",
"fieldType": "integer",
"fieldClass": null
}
]
},
{
"code": "crypto-services",
"display": "Crypto services",
"cryptoScope": "specific",
"machineScope": "both",
"entries": [
{
"code": "ticker",
"display": "Ticker",
"fieldType": "account",
"fieldClass": "ticker"
},
{
"code": "wallet",
"display": "Wallet",
"fieldType": "account",
"fieldClass": "wallet"
},
{
"code": "exchange",
"display": "Exchange",
"fieldType": "account",
"fieldClass": "exchange"
}
]
},
{
"code": "fiat",
"display": "Fiat",
"cryptoScope": "global",
"machineScope": "both",
"entries": [
{
"code": "fiatCurrency",
"display": "Fiat Currency",
"fieldType": "currency",
"fieldClass": null
},
{
"code": "topCashOutDenomination",
"display": "Top cash-out denomination",
"fieldType": "integer",
"fieldClass": null
},
{
"code": "bottomCashOutDenomination",
"display": "Bottom cash-out denomination",
"fieldType": "integer",
"fieldClass": null
},
{
"code": "virtualCashOutDenomination",
"display": "Virtual cash-out denomination",
"fieldType": "integer",
"fieldClass": null
}
]
},
{
"code": "limits",
"display": "Limits",
"cryptoScope": "global",
"machineScope": "both",
"entries": [
{
"code": "cashInTransactionLimit",
"display": "Cash-in tx limit",
"fieldType": "integer",
"fieldClass": null
},
{
"code": "cashOutTransactionLimit",
"display": "Cash-out tx limit",
"fieldType": "integer",
"fieldClass": null
}
]
},
{
"code": "compliance",
"display": "Compliance",
"cryptoScope": "global",
"machineScope": "both",
"entries": [
{
"code": "idVerificationEnabled",
"display": "ID verification",
"fieldType": "bool",
"fieldClass": null
},
{
"code": "idVerificationLimit",
"display": "ID Verification Limit",
"fieldType": "integer",
"fieldClass": null
}
]
},
{
"code": "languages",
"display": "Languages",
"cryptoScope": "global",
"machineScope": "both",
"entries": [
{
"code": "machineLanguages",
"display": "Languages",
"fieldType": "language",
"fieldClass": null
}
]
},
{
"code": "machines",
"display": "Machines",
"cryptoScope": "global",
"machineScope": "specific",
"entries": [
{
"code": "machineName",
"display": "Name",
"fieldType": "string",
"fieldClass": null
},
{
"code": "machineLocation",
"display": "Location",
"fieldType": "string",
"fieldClass": null
}
]
},
{
"code": "notifications",
"display": "Notifications",
"cryptoScope": "global",
"machineScope": "global",
"entries": [
{
"code": "notificationsEnabled",
"display": "Notifications",
"fieldType": "onOff",
"fieldClass": null
},
{
"code": "notificationsEmailEnabled",
"display": "Email notifications",
"fieldType": "onOff",
"fieldClass": null
},
{
"code": "notificationsSMSEnabled",
"display": "SMS notifications",
"fieldType": "onOff",
"fieldClass": null
},
{
"code": "email",
"display": "Email",
"fieldType": "account",
"fieldClass": "email"
},
{
"code": "sms",
"display": "SMS",
"fieldType": "account",
"fieldClass": "sms"
}
]
}
]