From 3ab30d3dd2052c744ff37b220ce059d6338f501c Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 17 Oct 2024 04:08:34 +0000 Subject: [PATCH] JSON Schema Update --- config/v3/crypto_config/receive.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/v3/crypto_config/receive.json b/config/v3/crypto_config/receive.json index 817bc9fad..19abe0353 100644 --- a/config/v3/crypto_config/receive.json +++ b/config/v3/crypto_config/receive.json @@ -27,6 +27,14 @@ "type": "object", "additionalProperties": false, "properties": { + "is_priority_withdrawal_enabled": { + "description": "Indicates whether Priority Withdrawal is enabled for the cryptocurrency.", + "type": "integer", + "enum": [ + 0, + 1 + ] + }, "minimum_deposit": { "description": "Minimum deposit amount in corresponding cryptocurrency value.", "type": "number"