From f300b529600996eeb5eb34b1ef06f47a303b2975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Zem=C3=A1nek?= <121304956+Hactive808@users.noreply.github.com> Date: Tue, 14 May 2024 08:09:00 +0200 Subject: [PATCH] Update TronAccount.yml --- components/schemas/TronAccount.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/components/schemas/TronAccount.yml b/components/schemas/TronAccount.yml index ac0afa2..72d09de 100644 --- a/components/schemas/TronAccount.yml +++ b/components/schemas/TronAccount.yml @@ -39,10 +39,11 @@ properties: description: List of TRC20 asset balances. items: type: object - additionalProperties: - type: string - description: Balance of the TRC20 token, where key is the TRC20 token address. - example: {"TWEWc9EoVMn588Kn7p1E6pdcpStTg3AhsG": "99999700000000000"} + properties: + unique_address: + type: string + description: Balance of the TRC20 token, where key is the TRC20 token address. + example: {"TWEWc9EoVMn588Kn7p1E6pdcpStTg3AhsG": "99999700000000000"} createTime: type: number description: Date of creation of the account in UTC millis.