From 6f0d48bb38cee51b39eec498b125526e6b985c43 Mon Sep 17 00:00:00 2001 From: Github Workflow Date: Thu, 17 Oct 2024 04:08:33 +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 817bc9fa..19abe035 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"