From d615688df352bedbbc8726d3e8a5108fbca36328 Mon Sep 17 00:00:00 2001 From: Nischal Shetty Date: Thu, 26 Jun 2025 13:24:17 +0530 Subject: [PATCH] Update GetAddressResponse schema to return an object with address property --- docs/api/wallet-rpc.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/api/wallet-rpc.yaml b/docs/api/wallet-rpc.yaml index bf0c8ff..7726db0 100644 --- a/docs/api/wallet-rpc.yaml +++ b/docs/api/wallet-rpc.yaml @@ -795,8 +795,13 @@ components: type: string example: "8000000" GetAddressResponse: - type: string - example: "bcrt1qujp2x2fv437493sm25gfjycns7d39exjnpptzw" + type: object + required: + - address + properties: + address: + type: string + example: "bcrt1qujp2x2fv437493sm25gfjycns7d39exjnpptzw" ListWalletsResponse: type: object properties: