{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateWalletResponse", "title": "CreateWalletResponse", "type": "object", "required": [ "wallet_address" ], "properties": { "wallet_address": { "type": "string" } } }