From 784fe4127cfc586a83cbcf9fdc0be063e04dc3d3 Mon Sep 17 00:00:00 2001 From: Josh Harvey Date: Fri, 2 Dec 2016 16:49:08 +0200 Subject: [PATCH] WIP --- lamassu-schema.json | 72 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/lamassu-schema.json b/lamassu-schema.json index e2e069dd..72a93b72 100644 --- a/lamassu-schema.json +++ b/lamassu-schema.json @@ -11,6 +11,78 @@ "lowBalanceMargin", "zeroConfLimit" ] + }, + { + "code": "cryptoServices", + "display": "Crypto services", + "cryptoScope": "specific", + "machineScope": "global", + "fields": [ + "ticker", + "wallet", + "exchange" + ] + }, + { + "code": "fiat", + "display": "Fiat currencies", + "cryptoScope": "global", + "machineScope": "global", + "fields": [ + "fiatCurrency" + ] + }, + { + "code": "machineSettings", + "display": "Machine settings", + "cryptoScope": "global", + "machineScope": "both", + "fields": [ + "machineLanguages", + "cryptoCurrencies", + "topCashOutDenomination", + "bottomCashOutDenomination", + "virtualCashOutDenomination", + "emptyBillMargin" + ] + }, + { + "code": "compliance", + "display": "Compliance", + "cryptoScope": "global", + "machineScope": "both", + "fields": [ + "cashInTransactionLimit", + "cashOutTransactionLimit", + "smsVerificationEnabled", + "idVerificationEnabled", + "idVerifier", + "idVerificationLimit" + ] + }, + { + "code": "machines", + "display": "Machines", + "cryptoScope": "global", + "machineScope": "specific", + "fields": [ + "machineName", + "machineLocation" + ] + }, + { + "code": "notifications", + "display": "Notifications", + "cryptoScope": "global", + "machineScope": "global", + "fields": [ + "notificationsEnabled", + "notificationsEmailEnabled", + "notificationsSMSEnabled", + "sms", + "email", + "lowBalanceThreshold" + ] } ], "fields": [