From 616070bc348525dac744b00ef1da9489fe190033 Mon Sep 17 00:00:00 2001 From: Github Workflow Date: Fri, 8 Nov 2024 03:26:22 +0000 Subject: [PATCH] JSON Schema Update --- config/v3/p2p_settings/receive.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/v3/p2p_settings/receive.json b/config/v3/p2p_settings/receive.json index 0b8b4862..3d25ed18 100644 --- a/config/v3/p2p_settings/receive.json +++ b/config/v3/p2p_settings/receive.json @@ -198,6 +198,14 @@ 1 ] }, + "is_floating_rate_ad_supported": { + "description": "Indicates that floating rate adverts are available for this currency.", + "type": "integer", + "enum": [ + 0, + 1 + ] + }, "symbol": { "description": "Local currency symbol", "type": "string"