diff --git a/components/schemas/Account.yml b/components/schemas/Account.yml index 0196933..9a88216 100644 --- a/components/schemas/Account.yml +++ b/components/schemas/Account.yml @@ -1,3 +1,4 @@ +title: Account properties: id: description: The ID of the virtual account diff --git a/components/schemas/AccountBalance.yml b/components/schemas/AccountBalance.yml index 904e21a..35dbb2d 100644 --- a/components/schemas/AccountBalance.yml +++ b/components/schemas/AccountBalance.yml @@ -1,3 +1,4 @@ +title: AccountBalance properties: accountBalance: description: All assets on the account, both available and blocked diff --git a/components/schemas/AccountSettingsXrpBlockchain.yml b/components/schemas/AccountSettingsXrpBlockchain.yml index 1893f49..2b4455d 100644 --- a/components/schemas/AccountSettingsXrpBlockchain.yml +++ b/components/schemas/AccountSettingsXrpBlockchain.yml @@ -1,3 +1,4 @@ +title: AccountSettingsXrpBlockchain type: object properties: fromAccount: diff --git a/components/schemas/AccountSettingsXrpBlockchainKMS.yml b/components/schemas/AccountSettingsXrpBlockchainKMS.yml index f88fc7f..c69fb0d 100644 --- a/components/schemas/AccountSettingsXrpBlockchainKMS.yml +++ b/components/schemas/AccountSettingsXrpBlockchainKMS.yml @@ -1,3 +1,4 @@ +title: AccountSettingsXrpBlockchainKMS type: object properties: fromAccount: diff --git a/components/schemas/ActivateGasPump.yml b/components/schemas/ActivateGasPump.yml index de02514..e855c34 100644 --- a/components/schemas/ActivateGasPump.yml +++ b/components/schemas/ActivateGasPump.yml @@ -1,3 +1,4 @@ +title: ActivateGasPump type: object properties: chain: diff --git a/components/schemas/ActivateGasPumpCelo.yml b/components/schemas/ActivateGasPumpCelo.yml index 0d23d4b..b8b0f3d 100644 --- a/components/schemas/ActivateGasPumpCelo.yml +++ b/components/schemas/ActivateGasPumpCelo.yml @@ -1,3 +1,4 @@ +title: ActivateGasPumpCelo type: object properties: chain: diff --git a/components/schemas/ActivateGasPumpCeloKMS.yml b/components/schemas/ActivateGasPumpCeloKMS.yml index 1895cda..4c993bb 100644 --- a/components/schemas/ActivateGasPumpCeloKMS.yml +++ b/components/schemas/ActivateGasPumpCeloKMS.yml @@ -1,3 +1,4 @@ +title: ActivateGasPumpCeloKMS type: object properties: chain: diff --git a/components/schemas/ActivateGasPumpKMS.yml b/components/schemas/ActivateGasPumpKMS.yml index a619089..4b61379 100644 --- a/components/schemas/ActivateGasPumpKMS.yml +++ b/components/schemas/ActivateGasPumpKMS.yml @@ -1,3 +1,4 @@ +title: ActivateGasPumpKMS type: object properties: chain: diff --git a/components/schemas/ActivateGasPumpTatum.yml b/components/schemas/ActivateGasPumpTatum.yml index a3e2553..0b294e4 100644 --- a/components/schemas/ActivateGasPumpTatum.yml +++ b/components/schemas/ActivateGasPumpTatum.yml @@ -1,3 +1,4 @@ +title: ActivateGasPumpTatum type: object properties: chain: diff --git a/components/schemas/ActivateGasPumpTron.yml b/components/schemas/ActivateGasPumpTron.yml index 0454a78..3ea66b5 100644 --- a/components/schemas/ActivateGasPumpTron.yml +++ b/components/schemas/ActivateGasPumpTron.yml @@ -1,3 +1,4 @@ +title: ActivateGasPumpTron type: object properties: chain: diff --git a/components/schemas/ActivateGasPumpTronKMS.yml b/components/schemas/ActivateGasPumpTronKMS.yml index ec73548..2e732ac 100644 --- a/components/schemas/ActivateGasPumpTronKMS.yml +++ b/components/schemas/ActivateGasPumpTronKMS.yml @@ -1,3 +1,4 @@ +title: ActivateGasPumpTronKMS type: object properties: chain: diff --git a/components/schemas/Activated.yml b/components/schemas/Activated.yml index 68184f2..245e0d3 100644 --- a/components/schemas/Activated.yml +++ b/components/schemas/Activated.yml @@ -1,3 +1,4 @@ +title: Activated type: object properties: activated: diff --git a/components/schemas/AdaAccountBalance.yml b/components/schemas/AdaAccountBalance.yml index 2fac8be..7bf1c73 100644 --- a/components/schemas/AdaAccountBalance.yml +++ b/components/schemas/AdaAccountBalance.yml @@ -1,3 +1,4 @@ +title: AdaAccountBalance type: array items: type: object diff --git a/components/schemas/AdaBlock.yml b/components/schemas/AdaBlock.yml index 5d74605..3351220 100644 --- a/components/schemas/AdaBlock.yml +++ b/components/schemas/AdaBlock.yml @@ -1,3 +1,4 @@ +title: AdaBlock type: object properties: hash: diff --git a/components/schemas/AdaInfo.yml b/components/schemas/AdaInfo.yml index 9015449..5a1b891 100644 --- a/components/schemas/AdaInfo.yml +++ b/components/schemas/AdaInfo.yml @@ -1,3 +1,4 @@ +title: AdaInfo type: object properties: testnet: diff --git a/components/schemas/AdaTransaction.yml b/components/schemas/AdaTransaction.yml index 2a73b8a..2f8e0a5 100644 --- a/components/schemas/AdaTransaction.yml +++ b/components/schemas/AdaTransaction.yml @@ -1,3 +1,4 @@ +title: AdaTransaction type: object required: - to diff --git a/components/schemas/AdaTransactionFromAddress.yml b/components/schemas/AdaTransactionFromAddress.yml index 4f52489..5596f69 100644 --- a/components/schemas/AdaTransactionFromAddress.yml +++ b/components/schemas/AdaTransactionFromAddress.yml @@ -1,3 +1,4 @@ +title: AdaTransactionFromAddress type: object required: - to diff --git a/components/schemas/AdaTransactionFromAddressKMS.yml b/components/schemas/AdaTransactionFromAddressKMS.yml index 9cdf518..899d619 100644 --- a/components/schemas/AdaTransactionFromAddressKMS.yml +++ b/components/schemas/AdaTransactionFromAddressKMS.yml @@ -1,3 +1,4 @@ +title: AdaTransactionFromAddressKMS type: object required: - to diff --git a/components/schemas/AdaTransactionFromUTXO.yml b/components/schemas/AdaTransactionFromUTXO.yml index 5817bc4..eb0dfa2 100644 --- a/components/schemas/AdaTransactionFromUTXO.yml +++ b/components/schemas/AdaTransactionFromUTXO.yml @@ -1,3 +1,4 @@ +title: AdaTransactionFromUTXO type: object required: - to diff --git a/components/schemas/AdaTransactionFromUTXOKMS.yml b/components/schemas/AdaTransactionFromUTXOKMS.yml index 7326e5d..be70a88 100644 --- a/components/schemas/AdaTransactionFromUTXOKMS.yml +++ b/components/schemas/AdaTransactionFromUTXOKMS.yml @@ -1,3 +1,4 @@ +title: AdaTransactionFromUTXOKMS type: object required: - to diff --git a/components/schemas/AdaTx.yml b/components/schemas/AdaTx.yml index e4eff10..203d349 100644 --- a/components/schemas/AdaTx.yml +++ b/components/schemas/AdaTx.yml @@ -1,3 +1,4 @@ +title: AdaTx type: object properties: hash: diff --git a/components/schemas/AdaUTXO.yml b/components/schemas/AdaUTXO.yml index 6695037..04adb5c 100644 --- a/components/schemas/AdaUTXO.yml +++ b/components/schemas/AdaUTXO.yml @@ -1,3 +1,4 @@ +title: AdaUTXO type: object properties: value: diff --git a/components/schemas/AddMultiTokenMinter.yml b/components/schemas/AddMultiTokenMinter.yml index ad877e4..d59aa52 100644 --- a/components/schemas/AddMultiTokenMinter.yml +++ b/components/schemas/AddMultiTokenMinter.yml @@ -1,3 +1,4 @@ +title: AddMultiTokenMinter type: object properties: chain: diff --git a/components/schemas/AddMultiTokenMinterKMS.yml b/components/schemas/AddMultiTokenMinterKMS.yml index df2fdf9..8060892 100644 --- a/components/schemas/AddMultiTokenMinterKMS.yml +++ b/components/schemas/AddMultiTokenMinterKMS.yml @@ -1,3 +1,4 @@ +title: AddMultiTokenMinterKMS type: object properties: chain: diff --git a/components/schemas/AddNftMinter.yml b/components/schemas/AddNftMinter.yml index 669d804..014fbe0 100644 --- a/components/schemas/AddNftMinter.yml +++ b/components/schemas/AddNftMinter.yml @@ -1,3 +1,4 @@ +title: AddNftMinter type: object properties: chain: diff --git a/components/schemas/AddNftMinterKMS.yml b/components/schemas/AddNftMinterKMS.yml index 3cf6575..58a5728 100644 --- a/components/schemas/AddNftMinterKMS.yml +++ b/components/schemas/AddNftMinterKMS.yml @@ -1,3 +1,4 @@ +title: AddNftMinterKMS type: object properties: chain: diff --git a/components/schemas/Address.yml b/components/schemas/Address.yml index 7ab9133..62d513a 100644 --- a/components/schemas/Address.yml +++ b/components/schemas/Address.yml @@ -1,3 +1,4 @@ +title: Address required: - address - currency diff --git a/components/schemas/AlgoBlock.yml b/components/schemas/AlgoBlock.yml index dcdba64..4def6dd 100644 --- a/components/schemas/AlgoBlock.yml +++ b/components/schemas/AlgoBlock.yml @@ -1,3 +1,4 @@ +title: AlgoBlock type: object properties: genesisHash: diff --git a/components/schemas/AlgoTransactionHashKMS.yml b/components/schemas/AlgoTransactionHashKMS.yml index 33b4fcf..435d730 100644 --- a/components/schemas/AlgoTransactionHashKMS.yml +++ b/components/schemas/AlgoTransactionHashKMS.yml @@ -1,3 +1,4 @@ +title: AlgoTransactionHashKMS type: object properties: txId: diff --git a/components/schemas/AlgoTx.yml b/components/schemas/AlgoTx.yml index 859802c..d80101c 100644 --- a/components/schemas/AlgoTx.yml +++ b/components/schemas/AlgoTx.yml @@ -1,3 +1,4 @@ +title: AlgoTx type: object properties: closeRewards: diff --git a/components/schemas/AlgoTxsWithPagination.yml b/components/schemas/AlgoTxsWithPagination.yml index 9b8b0aa..3d6428b 100644 --- a/components/schemas/AlgoTxsWithPagination.yml +++ b/components/schemas/AlgoTxsWithPagination.yml @@ -1,3 +1,4 @@ +title: AlgoTxsWithPagination type: object properties: nextToken: diff --git a/components/schemas/AlgoWallet.yml b/components/schemas/AlgoWallet.yml index f21e510..0e5cc1c 100644 --- a/components/schemas/AlgoWallet.yml +++ b/components/schemas/AlgoWallet.yml @@ -1,3 +1,4 @@ +title: AlgoWallet type: object properties: address: diff --git a/components/schemas/AlgorandMintedResult.yml b/components/schemas/AlgorandMintedResult.yml index b768354..1d0ac9a 100644 --- a/components/schemas/AlgorandMintedResult.yml +++ b/components/schemas/AlgorandMintedResult.yml @@ -1,3 +1,4 @@ +title: AlgorandMintedResult type: object properties: txId: diff --git a/components/schemas/ApproveCeloErc20.yml b/components/schemas/ApproveCeloErc20.yml index 8da2df6..b340dc3 100644 --- a/components/schemas/ApproveCeloErc20.yml +++ b/components/schemas/ApproveCeloErc20.yml @@ -1,3 +1,4 @@ +title: ApproveCeloErc20 type: object properties: chain: diff --git a/components/schemas/ApproveCeloErc20KMS.yml b/components/schemas/ApproveCeloErc20KMS.yml index 39612c1..959a6c8 100644 --- a/components/schemas/ApproveCeloErc20KMS.yml +++ b/components/schemas/ApproveCeloErc20KMS.yml @@ -1,3 +1,4 @@ +title: ApproveCeloErc20KMS type: object properties: chain: diff --git a/components/schemas/ApproveErc20.yml b/components/schemas/ApproveErc20.yml index d611ac1..9031741 100644 --- a/components/schemas/ApproveErc20.yml +++ b/components/schemas/ApproveErc20.yml @@ -1,3 +1,4 @@ +title: ApproveErc20 type: object properties: chain: diff --git a/components/schemas/ApproveErc20KMS.yml b/components/schemas/ApproveErc20KMS.yml index 1383b0d..f744756 100644 --- a/components/schemas/ApproveErc20KMS.yml +++ b/components/schemas/ApproveErc20KMS.yml @@ -1,3 +1,4 @@ +title: ApproveErc20KMS type: object properties: chain: diff --git a/components/schemas/ApproveNftSpending.yml b/components/schemas/ApproveNftSpending.yml index ecd54f0..b768886 100644 --- a/components/schemas/ApproveNftSpending.yml +++ b/components/schemas/ApproveNftSpending.yml @@ -1,3 +1,4 @@ +title: ApproveNftSpending type: object properties: chain: diff --git a/components/schemas/ApproveNftSpendingCelo.yml b/components/schemas/ApproveNftSpendingCelo.yml index 3e8fe0d..8bfaebe 100644 --- a/components/schemas/ApproveNftSpendingCelo.yml +++ b/components/schemas/ApproveNftSpendingCelo.yml @@ -1,3 +1,4 @@ +title: ApproveNftSpendingCelo type: object properties: chain: diff --git a/components/schemas/ApproveNftSpendingCeloKMS.yml b/components/schemas/ApproveNftSpendingCeloKMS.yml index 9434c7e..fc03700 100644 --- a/components/schemas/ApproveNftSpendingCeloKMS.yml +++ b/components/schemas/ApproveNftSpendingCeloKMS.yml @@ -1,3 +1,4 @@ +title: ApproveNftSpendingCeloKMS type: object properties: chain: diff --git a/components/schemas/ApproveNftSpendingKMS.yml b/components/schemas/ApproveNftSpendingKMS.yml index b5d6122..e5c5ba1 100644 --- a/components/schemas/ApproveNftSpendingKMS.yml +++ b/components/schemas/ApproveNftSpendingKMS.yml @@ -1,3 +1,4 @@ +title: ApproveNftSpendingKMS type: object properties: chain: diff --git a/components/schemas/ApproveTransferCustodialWallet.yml b/components/schemas/ApproveTransferCustodialWallet.yml index 536bb5e..5485f84 100644 --- a/components/schemas/ApproveTransferCustodialWallet.yml +++ b/components/schemas/ApproveTransferCustodialWallet.yml @@ -1,3 +1,4 @@ +title: ApproveTransferCustodialWallet type: object properties: chain: diff --git a/components/schemas/ApproveTransferCustodialWalletCelo.yml b/components/schemas/ApproveTransferCustodialWalletCelo.yml index c3a80c2..b078925 100644 --- a/components/schemas/ApproveTransferCustodialWalletCelo.yml +++ b/components/schemas/ApproveTransferCustodialWalletCelo.yml @@ -1,3 +1,4 @@ +title: ApproveTransferCustodialWalletCelo type: object properties: chain: diff --git a/components/schemas/ApproveTransferCustodialWalletCeloKMS.yml b/components/schemas/ApproveTransferCustodialWalletCeloKMS.yml index 1a08dea..d20ec5c 100644 --- a/components/schemas/ApproveTransferCustodialWalletCeloKMS.yml +++ b/components/schemas/ApproveTransferCustodialWalletCeloKMS.yml @@ -1,3 +1,4 @@ +title: ApproveTransferCustodialWalletCeloKMS type: object properties: chain: diff --git a/components/schemas/ApproveTransferCustodialWalletKMS.yml b/components/schemas/ApproveTransferCustodialWalletKMS.yml index 2efaeb2..21cc81c 100644 --- a/components/schemas/ApproveTransferCustodialWalletKMS.yml +++ b/components/schemas/ApproveTransferCustodialWalletKMS.yml @@ -1,3 +1,4 @@ +title: ApproveTransferCustodialWalletKMS type: object properties: chain: diff --git a/components/schemas/BalanceItem.yml b/components/schemas/BalanceItem.yml index 72ca28e..cdf5781 100644 --- a/components/schemas/BalanceItem.yml +++ b/components/schemas/BalanceItem.yml @@ -1,3 +1,4 @@ +title: BalanceItem oneOf: - $ref: "../migrated_v1.yml#/components/schemas/NativeTokenBalance" - $ref: "../migrated_v1.yml#/components/schemas/NftBalance" diff --git a/components/schemas/BaseBalance.yml b/components/schemas/BaseBalance.yml index c9c9d54..8b1570a 100644 --- a/components/schemas/BaseBalance.yml +++ b/components/schemas/BaseBalance.yml @@ -1,3 +1,4 @@ +title: BaseBalance type: object properties: balance: diff --git a/components/schemas/BaseBlock.yml b/components/schemas/BaseBlock.yml index 3a4d5d8..ecf0a24 100644 --- a/components/schemas/BaseBlock.yml +++ b/components/schemas/BaseBlock.yml @@ -1,3 +1,4 @@ +title: BaseBlock type: object properties: difficulty: diff --git a/components/schemas/BaseEstimateGas.yml b/components/schemas/BaseEstimateGas.yml index 8a1dd14..3c4ba5d 100644 --- a/components/schemas/BaseEstimateGas.yml +++ b/components/schemas/BaseEstimateGas.yml @@ -1,3 +1,4 @@ +title: BaseEstimateGas type: object properties: from: diff --git a/components/schemas/BaseTx.yml b/components/schemas/BaseTx.yml index 77d8401..e20b03e 100644 --- a/components/schemas/BaseTx.yml +++ b/components/schemas/BaseTx.yml @@ -1,3 +1,4 @@ +title: BaseTx type: object properties: blockHash: diff --git a/components/schemas/BatchCreateTransaction.yml b/components/schemas/BatchCreateTransaction.yml index b019931..f33f95b 100644 --- a/components/schemas/BatchCreateTransaction.yml +++ b/components/schemas/BatchCreateTransaction.yml @@ -1,3 +1,4 @@ +title: BatchCreateTransaction properties: senderAccountId: description: Internal sender account ID within Tatum platform diff --git a/components/schemas/BatchTransactionResult.yml b/components/schemas/BatchTransactionResult.yml index 5ca1f9d..68f1ca8 100644 --- a/components/schemas/BatchTransactionResult.yml +++ b/components/schemas/BatchTransactionResult.yml @@ -1,3 +1,4 @@ +title: BatchTransactionResult type: array items: description: diff --git a/components/schemas/BchBlock.yml b/components/schemas/BchBlock.yml index 24debb3..dea3ace 100644 --- a/components/schemas/BchBlock.yml +++ b/components/schemas/BchBlock.yml @@ -1,3 +1,4 @@ +title: BchBlock type: object properties: hash: diff --git a/components/schemas/BchInfo.yml b/components/schemas/BchInfo.yml index d36f86a..7af7776 100644 --- a/components/schemas/BchInfo.yml +++ b/components/schemas/BchInfo.yml @@ -1,3 +1,4 @@ +title: BchInfo type: object properties: chain: diff --git a/components/schemas/BchTransaction.yml b/components/schemas/BchTransaction.yml index 0363dd5..8acd4b8 100644 --- a/components/schemas/BchTransaction.yml +++ b/components/schemas/BchTransaction.yml @@ -1,3 +1,4 @@ +title: BchTransaction type: object required: - to diff --git a/components/schemas/BchTransactionKMS.yml b/components/schemas/BchTransactionKMS.yml index 7fde5b3..5062dac 100644 --- a/components/schemas/BchTransactionKMS.yml +++ b/components/schemas/BchTransactionKMS.yml @@ -1,3 +1,4 @@ +title: BchTransactionKMS type: object required: - to diff --git a/components/schemas/BchTx.yml b/components/schemas/BchTx.yml index 03eef03..4196171 100644 --- a/components/schemas/BchTx.yml +++ b/components/schemas/BchTx.yml @@ -1,3 +1,4 @@ +title: BchTx type: object properties: txid: diff --git a/components/schemas/BidOnAuction.yml b/components/schemas/BidOnAuction.yml index 381bcc6..5a2a2cc 100644 --- a/components/schemas/BidOnAuction.yml +++ b/components/schemas/BidOnAuction.yml @@ -1,3 +1,4 @@ +title: BidOnAuction type: object properties: chain: diff --git a/components/schemas/BidOnAuctionCelo.yml b/components/schemas/BidOnAuctionCelo.yml index f8cd5b1..857f0e8 100644 --- a/components/schemas/BidOnAuctionCelo.yml +++ b/components/schemas/BidOnAuctionCelo.yml @@ -1,3 +1,4 @@ +title: BidOnAuctionCelo type: object properties: chain: diff --git a/components/schemas/BidOnAuctionCeloKMS.yml b/components/schemas/BidOnAuctionCeloKMS.yml index bdfcb81..c771c48 100644 --- a/components/schemas/BidOnAuctionCeloKMS.yml +++ b/components/schemas/BidOnAuctionCeloKMS.yml @@ -1,3 +1,4 @@ +title: BidOnAuctionCeloKMS type: object properties: chain: diff --git a/components/schemas/BidOnAuctionKMS.yml b/components/schemas/BidOnAuctionKMS.yml index dd5a2db..5486830 100644 --- a/components/schemas/BidOnAuctionKMS.yml +++ b/components/schemas/BidOnAuctionKMS.yml @@ -1,3 +1,4 @@ +title: BidOnAuctionKMS type: object properties: chain: diff --git a/components/schemas/BlockAmount.yml b/components/schemas/BlockAmount.yml index 352dc3f..a226a1d 100644 --- a/components/schemas/BlockAmount.yml +++ b/components/schemas/BlockAmount.yml @@ -1,3 +1,4 @@ +title: BlockAmount properties: amount: description: The amount to be blocked on the account diff --git a/components/schemas/BlockItem.yml b/components/schemas/BlockItem.yml index e1aa4e2..be3c3b6 100644 --- a/components/schemas/BlockItem.yml +++ b/components/schemas/BlockItem.yml @@ -1,3 +1,4 @@ +title: BlockItem type: object properties: blockNumber: diff --git a/components/schemas/BlockNumber.yml b/components/schemas/BlockNumber.yml index 5c87fd9..7117341 100644 --- a/components/schemas/BlockNumber.yml +++ b/components/schemas/BlockNumber.yml @@ -1,3 +1,4 @@ +title: BlockNumber type: number example: 16499510 minimum: 0 diff --git a/components/schemas/BlockNumberTo.yml b/components/schemas/BlockNumberTo.yml index a6ef6b2..a33cc35 100644 --- a/components/schemas/BlockNumberTo.yml +++ b/components/schemas/BlockNumberTo.yml @@ -1,3 +1,4 @@ +title: BlockNumberTo type: number example: 16779230 minimum: 0 diff --git a/components/schemas/Blockage.yml b/components/schemas/Blockage.yml index 213e92d..1f9bfc0 100644 --- a/components/schemas/Blockage.yml +++ b/components/schemas/Blockage.yml @@ -1,3 +1,4 @@ +title: Blockage properties: id: description: The ID of the blockage diff --git a/components/schemas/BlockchainFee.yml b/components/schemas/BlockchainFee.yml index db02cae..291a7f6 100644 --- a/components/schemas/BlockchainFee.yml +++ b/components/schemas/BlockchainFee.yml @@ -1,3 +1,4 @@ +title: BlockchainFee description: Recommended fees to perform blockchain transaction properties: fast: diff --git a/components/schemas/BnbAccount.yml b/components/schemas/BnbAccount.yml index 73a78f5..48602ac 100644 --- a/components/schemas/BnbAccount.yml +++ b/components/schemas/BnbAccount.yml @@ -1,3 +1,4 @@ +title: BnbAccount type: object properties: account_number: diff --git a/components/schemas/BnbBlock.yml b/components/schemas/BnbBlock.yml index e522259..35c84a5 100644 --- a/components/schemas/BnbBlock.yml +++ b/components/schemas/BnbBlock.yml @@ -1,3 +1,4 @@ +title: BnbBlock type: object properties: timestamp: diff --git a/components/schemas/BnbTransaction.yml b/components/schemas/BnbTransaction.yml index 60455d9..40e8fd8 100644 --- a/components/schemas/BnbTransaction.yml +++ b/components/schemas/BnbTransaction.yml @@ -1,3 +1,4 @@ +title: BnbTransaction type: object properties: txHash: diff --git a/components/schemas/BnbTx.yml b/components/schemas/BnbTx.yml index 4687840..15a2ecb 100644 --- a/components/schemas/BnbTx.yml +++ b/components/schemas/BnbTx.yml @@ -1,3 +1,4 @@ +title: BnbTx type: object properties: code: diff --git a/components/schemas/BnbTxInAccount.yml b/components/schemas/BnbTxInAccount.yml index bc724bf..c63a399 100644 --- a/components/schemas/BnbTxInAccount.yml +++ b/components/schemas/BnbTxInAccount.yml @@ -1,3 +1,4 @@ +title: BnbTxInAccount type: object properties: total: diff --git a/components/schemas/BnbWallet.yml b/components/schemas/BnbWallet.yml index 3c0b1fd..06848c1 100644 --- a/components/schemas/BnbWallet.yml +++ b/components/schemas/BnbWallet.yml @@ -1,3 +1,4 @@ +title: BnbWallet type: object properties: address: diff --git a/components/schemas/Broadcast.yml b/components/schemas/Broadcast.yml index a4dbdcf..92dba80 100644 --- a/components/schemas/Broadcast.yml +++ b/components/schemas/Broadcast.yml @@ -1,3 +1,4 @@ +title: Broadcast properties: txData: description: Raw signed transaction to be published to network. diff --git a/components/schemas/BroadcastKMS.yml b/components/schemas/BroadcastKMS.yml index a9c3cbb..d339d33 100644 --- a/components/schemas/BroadcastKMS.yml +++ b/components/schemas/BroadcastKMS.yml @@ -1,3 +1,4 @@ +title: BroadcastKMS properties: txData: description: Raw signed transaction to be published to network. diff --git a/components/schemas/BroadcastResponse.yml b/components/schemas/BroadcastResponse.yml index c005bda..2cb8cf1 100644 --- a/components/schemas/BroadcastResponse.yml +++ b/components/schemas/BroadcastResponse.yml @@ -1,3 +1,4 @@ +title: BroadcastResponse properties: completed: description: Flag, if withdrawal is successfully completed within Tatum systems. diff --git a/components/schemas/BroadcastWithdrawal.yml b/components/schemas/BroadcastWithdrawal.yml index 48faa2b..8b14256 100644 --- a/components/schemas/BroadcastWithdrawal.yml +++ b/components/schemas/BroadcastWithdrawal.yml @@ -1,3 +1,4 @@ +title: BroadcastWithdrawal properties: currency: description: diff --git a/components/schemas/BscBalance.yml b/components/schemas/BscBalance.yml index 899c4f5..86f1f4f 100644 --- a/components/schemas/BscBalance.yml +++ b/components/schemas/BscBalance.yml @@ -1,3 +1,4 @@ +title: BscBalance type: object properties: balance: diff --git a/components/schemas/BscBlock.yml b/components/schemas/BscBlock.yml index 9caa20d..d39cb1a 100644 --- a/components/schemas/BscBlock.yml +++ b/components/schemas/BscBlock.yml @@ -1,3 +1,4 @@ +title: BscBlock type: object properties: difficulty: diff --git a/components/schemas/BscEstimateGas.yml b/components/schemas/BscEstimateGas.yml index e119704..6d1c1b3 100644 --- a/components/schemas/BscEstimateGas.yml +++ b/components/schemas/BscEstimateGas.yml @@ -1,3 +1,4 @@ +title: BscEstimateGas type: object properties: from: diff --git a/components/schemas/BscTx.yml b/components/schemas/BscTx.yml index 2c839a8..03b9560 100644 --- a/components/schemas/BscTx.yml +++ b/components/schemas/BscTx.yml @@ -1,3 +1,4 @@ +title: BscTx type: object properties: blockHash: diff --git a/components/schemas/BscTxLog.yml b/components/schemas/BscTxLog.yml index 8eb192b..80bcff7 100644 --- a/components/schemas/BscTxLog.yml +++ b/components/schemas/BscTxLog.yml @@ -1,3 +1,4 @@ +title: BscTxLog type: object properties: address: diff --git a/components/schemas/BtcBasedBalance.yml b/components/schemas/BtcBasedBalance.yml index 792c11a..dbda296 100644 --- a/components/schemas/BtcBasedBalance.yml +++ b/components/schemas/BtcBasedBalance.yml @@ -1,3 +1,4 @@ +title: BtcBasedBalance type: object properties: incoming: diff --git a/components/schemas/BtcBlock.yml b/components/schemas/BtcBlock.yml index 0b86b8e..ebf51f6 100644 --- a/components/schemas/BtcBlock.yml +++ b/components/schemas/BtcBlock.yml @@ -1,3 +1,4 @@ +title: BtcBlock type: object properties: hash: diff --git a/components/schemas/BtcBlockHash.yml b/components/schemas/BtcBlockHash.yml index 82cd3fa..e4a8350 100644 --- a/components/schemas/BtcBlockHash.yml +++ b/components/schemas/BtcBlockHash.yml @@ -1,3 +1,4 @@ +title: BtcBlockHash type: object properties: hash: diff --git a/components/schemas/BtcGetTxByAddressBatch.yml b/components/schemas/BtcGetTxByAddressBatch.yml index a313af1..d362054 100644 --- a/components/schemas/BtcGetTxByAddressBatch.yml +++ b/components/schemas/BtcGetTxByAddressBatch.yml @@ -1,3 +1,4 @@ +title: BtcGetTxByAddressBatch type: object properties: txType: diff --git a/components/schemas/BtcInfo.yml b/components/schemas/BtcInfo.yml index 331fdc3..1bec2ea 100644 --- a/components/schemas/BtcInfo.yml +++ b/components/schemas/BtcInfo.yml @@ -1,3 +1,4 @@ +title: BtcInfo type: object properties: chain: diff --git a/components/schemas/BtcTransactionFromAddress.yml b/components/schemas/BtcTransactionFromAddress.yml index 419d736..9c427e0 100644 --- a/components/schemas/BtcTransactionFromAddress.yml +++ b/components/schemas/BtcTransactionFromAddress.yml @@ -1,3 +1,4 @@ +title: BtcTransactionFromAddress type: object required: - to diff --git a/components/schemas/BtcTransactionFromAddressKMS.yml b/components/schemas/BtcTransactionFromAddressKMS.yml index e663eeb..ca3c9bb 100644 --- a/components/schemas/BtcTransactionFromAddressKMS.yml +++ b/components/schemas/BtcTransactionFromAddressKMS.yml @@ -1,3 +1,4 @@ +title: BtcTransactionFromAddressKMS type: object required: - to diff --git a/components/schemas/BtcTransactionFromAddressKMSSource.yml b/components/schemas/BtcTransactionFromAddressKMSSource.yml index f9d4124..1c01782 100644 --- a/components/schemas/BtcTransactionFromAddressKMSSource.yml +++ b/components/schemas/BtcTransactionFromAddressKMSSource.yml @@ -1,3 +1,4 @@ +title: BtcTransactionFromAddressKMSSource type: object required: - address diff --git a/components/schemas/BtcTransactionFromAddressKMSTarget.yml b/components/schemas/BtcTransactionFromAddressKMSTarget.yml index 28443c3..9504a49 100644 --- a/components/schemas/BtcTransactionFromAddressKMSTarget.yml +++ b/components/schemas/BtcTransactionFromAddressKMSTarget.yml @@ -1,3 +1,4 @@ +title: BtcTransactionFromAddressKMSTarget type: object required: - address diff --git a/components/schemas/BtcTransactionFromAddressSource.yml b/components/schemas/BtcTransactionFromAddressSource.yml index 45ef227..b81d3f9 100644 --- a/components/schemas/BtcTransactionFromAddressSource.yml +++ b/components/schemas/BtcTransactionFromAddressSource.yml @@ -1,3 +1,4 @@ +title: BtcTransactionFromAddressSource type: object required: - address diff --git a/components/schemas/BtcTransactionFromAddressTarget.yml b/components/schemas/BtcTransactionFromAddressTarget.yml index 28443c3..545ca36 100644 --- a/components/schemas/BtcTransactionFromAddressTarget.yml +++ b/components/schemas/BtcTransactionFromAddressTarget.yml @@ -1,3 +1,4 @@ +title: BtcTransactionFromAddressTarget type: object required: - address diff --git a/components/schemas/BtcTransactionFromUTXO.yml b/components/schemas/BtcTransactionFromUTXO.yml index ef83922..be3c54d 100644 --- a/components/schemas/BtcTransactionFromUTXO.yml +++ b/components/schemas/BtcTransactionFromUTXO.yml @@ -1,3 +1,4 @@ +title: BtcTransactionFromUTXO type: object required: - to diff --git a/components/schemas/BtcTransactionFromUTXOKMS.yml b/components/schemas/BtcTransactionFromUTXOKMS.yml index 0d03524..3011921 100644 --- a/components/schemas/BtcTransactionFromUTXOKMS.yml +++ b/components/schemas/BtcTransactionFromUTXOKMS.yml @@ -1,3 +1,4 @@ +title: BtcTransactionFromUTXOKMS type: object required: - to diff --git a/components/schemas/BtcTransactionFromUTXOKMSSource.yml b/components/schemas/BtcTransactionFromUTXOKMSSource.yml index 564e4ba..e668897 100644 --- a/components/schemas/BtcTransactionFromUTXOKMSSource.yml +++ b/components/schemas/BtcTransactionFromUTXOKMSSource.yml @@ -1,3 +1,4 @@ +title: BtcTransactionFromUTXOKMSSource type: object required: - txHash diff --git a/components/schemas/BtcTransactionFromUTXOKMSTarget.yml b/components/schemas/BtcTransactionFromUTXOKMSTarget.yml index 28443c3..e85408a 100644 --- a/components/schemas/BtcTransactionFromUTXOKMSTarget.yml +++ b/components/schemas/BtcTransactionFromUTXOKMSTarget.yml @@ -1,3 +1,4 @@ +title: BtcTransactionFromUTXOKMSTarget type: object required: - address diff --git a/components/schemas/BtcTransactionFromUTXOSource.yml b/components/schemas/BtcTransactionFromUTXOSource.yml index 86580fb..5778851 100644 --- a/components/schemas/BtcTransactionFromUTXOSource.yml +++ b/components/schemas/BtcTransactionFromUTXOSource.yml @@ -1,3 +1,4 @@ +title: BtcTransactionFromUTXOSource type: object required: - txHash diff --git a/components/schemas/BtcTransactionFromUTXOTarget.yml b/components/schemas/BtcTransactionFromUTXOTarget.yml index 28443c3..1cee5b7 100644 --- a/components/schemas/BtcTransactionFromUTXOTarget.yml +++ b/components/schemas/BtcTransactionFromUTXOTarget.yml @@ -1,3 +1,4 @@ +title: BtcTransactionFromUTXOTarget type: object required: - address diff --git a/components/schemas/BtcTx.yml b/components/schemas/BtcTx.yml index df5404e..bcf57ff 100644 --- a/components/schemas/BtcTx.yml +++ b/components/schemas/BtcTx.yml @@ -1,3 +1,4 @@ +title: BtcTx type: object properties: hash: diff --git a/components/schemas/BtcTxInput.yml b/components/schemas/BtcTxInput.yml index 14021dc..1d5026e 100644 --- a/components/schemas/BtcTxInput.yml +++ b/components/schemas/BtcTxInput.yml @@ -1,3 +1,4 @@ +title: BtcTxInput type: object properties: prevout: diff --git a/components/schemas/BtcTxInputCoin.yml b/components/schemas/BtcTxInputCoin.yml index 7c45a5c..6a4a4c1 100644 --- a/components/schemas/BtcTxInputCoin.yml +++ b/components/schemas/BtcTxInputCoin.yml @@ -1,3 +1,4 @@ +title: BtcTxInputCoin properties: version: type: number diff --git a/components/schemas/BtcTxInputPrevOut.yml b/components/schemas/BtcTxInputPrevOut.yml index 49f63ed..b29060b 100644 --- a/components/schemas/BtcTxInputPrevOut.yml +++ b/components/schemas/BtcTxInputPrevOut.yml @@ -1,3 +1,4 @@ +title: BtcTxInputPrevOut properties: hash: type: string diff --git a/components/schemas/BtcTxOutput.yml b/components/schemas/BtcTxOutput.yml index 0201e64..b2938ea 100644 --- a/components/schemas/BtcTxOutput.yml +++ b/components/schemas/BtcTxOutput.yml @@ -1,3 +1,4 @@ +title: BtcTxOutput type: object properties: value: diff --git a/components/schemas/BtcUTXO.yml b/components/schemas/BtcUTXO.yml index c625aba..d1f33ac 100644 --- a/components/schemas/BtcUTXO.yml +++ b/components/schemas/BtcUTXO.yml @@ -1,3 +1,4 @@ +title: BtcUTXO type: object properties: version: diff --git a/components/schemas/BurnErc20Celo.yml b/components/schemas/BurnErc20Celo.yml index 3ff6029..5b5e831 100644 --- a/components/schemas/BurnErc20Celo.yml +++ b/components/schemas/BurnErc20Celo.yml @@ -1,3 +1,4 @@ +title: BurnErc20Celo type: object properties: amount: diff --git a/components/schemas/BurnErc20KMSCelo.yml b/components/schemas/BurnErc20KMSCelo.yml index fce6404..abe80b3 100644 --- a/components/schemas/BurnErc20KMSCelo.yml +++ b/components/schemas/BurnErc20KMSCelo.yml @@ -1,3 +1,4 @@ +title: BurnErc20KMSCelo type: object properties: amount: diff --git a/components/schemas/BurnErc721.yml b/components/schemas/BurnErc721.yml index 13aa90a..3fca40c 100644 --- a/components/schemas/BurnErc721.yml +++ b/components/schemas/BurnErc721.yml @@ -1,3 +1,4 @@ +title: BurnErc721 type: object properties: tokenId: diff --git a/components/schemas/BurnErc721Celo.yml b/components/schemas/BurnErc721Celo.yml index 5923a98..ff531d5 100644 --- a/components/schemas/BurnErc721Celo.yml +++ b/components/schemas/BurnErc721Celo.yml @@ -1,3 +1,4 @@ +title: BurnErc721Celo type: object properties: tokenId: diff --git a/components/schemas/BurnErc721KMS.yml b/components/schemas/BurnErc721KMS.yml index 15c5623..0e3495d 100644 --- a/components/schemas/BurnErc721KMS.yml +++ b/components/schemas/BurnErc721KMS.yml @@ -1,3 +1,4 @@ +title: BurnErc721KMS type: object properties: tokenId: diff --git a/components/schemas/BurnErc721KMSCelo.yml b/components/schemas/BurnErc721KMSCelo.yml index b69e95b..fe4b4f1 100644 --- a/components/schemas/BurnErc721KMSCelo.yml +++ b/components/schemas/BurnErc721KMSCelo.yml @@ -1,3 +1,4 @@ +title: BurnErc721KMSCelo type: object properties: tokenId: diff --git a/components/schemas/BurnMultiToken.yml b/components/schemas/BurnMultiToken.yml index c27e7c7..7b7c917 100644 --- a/components/schemas/BurnMultiToken.yml +++ b/components/schemas/BurnMultiToken.yml @@ -1,3 +1,4 @@ +title: BurnMultiToken type: object properties: chain: diff --git a/components/schemas/BurnMultiTokenBatch.yml b/components/schemas/BurnMultiTokenBatch.yml index f19d46b..a267038 100644 --- a/components/schemas/BurnMultiTokenBatch.yml +++ b/components/schemas/BurnMultiTokenBatch.yml @@ -1,3 +1,4 @@ +title: BurnMultiTokenBatch type: object properties: chain: diff --git a/components/schemas/BurnMultiTokenBatchCelo.yml b/components/schemas/BurnMultiTokenBatchCelo.yml index 7a4d6d1..4d0d5a3 100644 --- a/components/schemas/BurnMultiTokenBatchCelo.yml +++ b/components/schemas/BurnMultiTokenBatchCelo.yml @@ -1,3 +1,4 @@ +title: BurnMultiTokenBatchCelo type: object properties: chain: diff --git a/components/schemas/BurnMultiTokenBatchKMS.yml b/components/schemas/BurnMultiTokenBatchKMS.yml index 1d009e9..42278d1 100644 --- a/components/schemas/BurnMultiTokenBatchKMS.yml +++ b/components/schemas/BurnMultiTokenBatchKMS.yml @@ -1,3 +1,4 @@ +title: BurnMultiTokenBatchKMS type: object properties: chain: diff --git a/components/schemas/BurnMultiTokenBatchKMSCelo.yml b/components/schemas/BurnMultiTokenBatchKMSCelo.yml index 0b58eb0..8c7ec8d 100644 --- a/components/schemas/BurnMultiTokenBatchKMSCelo.yml +++ b/components/schemas/BurnMultiTokenBatchKMSCelo.yml @@ -1,3 +1,4 @@ +title: BurnMultiTokenBatchKMSCelo type: object properties: chain: diff --git a/components/schemas/BurnMultiTokenCelo.yml b/components/schemas/BurnMultiTokenCelo.yml index dec0baf..cd2bbf1 100644 --- a/components/schemas/BurnMultiTokenCelo.yml +++ b/components/schemas/BurnMultiTokenCelo.yml @@ -1,3 +1,4 @@ +title: BurnMultiTokenCelo type: object properties: chain: diff --git a/components/schemas/BurnMultiTokenKMS.yml b/components/schemas/BurnMultiTokenKMS.yml index 14372e5..a623cdf 100644 --- a/components/schemas/BurnMultiTokenKMS.yml +++ b/components/schemas/BurnMultiTokenKMS.yml @@ -1,3 +1,4 @@ +title: BurnMultiTokenKMS type: object properties: chain: diff --git a/components/schemas/BurnMultiTokenKMSCelo.yml b/components/schemas/BurnMultiTokenKMSCelo.yml index 1f34500..0c96483 100644 --- a/components/schemas/BurnMultiTokenKMSCelo.yml +++ b/components/schemas/BurnMultiTokenKMSCelo.yml @@ -1,3 +1,4 @@ +title: BurnMultiTokenKMSCelo type: object properties: chain: diff --git a/components/schemas/BurnNft.yml b/components/schemas/BurnNft.yml index b035ef1..10b0a70 100644 --- a/components/schemas/BurnNft.yml +++ b/components/schemas/BurnNft.yml @@ -1,3 +1,4 @@ +title: BurnNft type: object properties: chain: diff --git a/components/schemas/BurnNftAlgo.yml b/components/schemas/BurnNftAlgo.yml index ca29ac3..a07413a 100644 --- a/components/schemas/BurnNftAlgo.yml +++ b/components/schemas/BurnNftAlgo.yml @@ -1,3 +1,4 @@ +title: BurnNftAlgo type: object properties: chain: diff --git a/components/schemas/BurnNftAlgoKMS.yml b/components/schemas/BurnNftAlgoKMS.yml index b891e1c..087e112 100644 --- a/components/schemas/BurnNftAlgoKMS.yml +++ b/components/schemas/BurnNftAlgoKMS.yml @@ -1,3 +1,4 @@ +title: BurnNftAlgoKMS type: object properties: chain: diff --git a/components/schemas/BurnNftCelo.yml b/components/schemas/BurnNftCelo.yml index fedfaa4..795c9c3 100644 --- a/components/schemas/BurnNftCelo.yml +++ b/components/schemas/BurnNftCelo.yml @@ -1,3 +1,4 @@ +title: BurnNftCelo type: object properties: chain: diff --git a/components/schemas/BurnNftFlowKMS.yml b/components/schemas/BurnNftFlowKMS.yml index ebd28e1..47ed8c7 100644 --- a/components/schemas/BurnNftFlowKMS.yml +++ b/components/schemas/BurnNftFlowKMS.yml @@ -1,3 +1,4 @@ +title: BurnNftFlowKMS type: object properties: chain: diff --git a/components/schemas/BurnNftFlowMnemonic.yml b/components/schemas/BurnNftFlowMnemonic.yml index d63fc66..cdb27b0 100644 --- a/components/schemas/BurnNftFlowMnemonic.yml +++ b/components/schemas/BurnNftFlowMnemonic.yml @@ -1,3 +1,4 @@ +title: BurnNftFlowMnemonic type: object properties: chain: diff --git a/components/schemas/BurnNftFlowPK.yml b/components/schemas/BurnNftFlowPK.yml index 1c676c3..7637f7b 100644 --- a/components/schemas/BurnNftFlowPK.yml +++ b/components/schemas/BurnNftFlowPK.yml @@ -1,3 +1,4 @@ +title: BurnNftFlowPK type: object properties: chain: diff --git a/components/schemas/BurnNftKMS.yml b/components/schemas/BurnNftKMS.yml index 3c63109..fd2488d 100644 --- a/components/schemas/BurnNftKMS.yml +++ b/components/schemas/BurnNftKMS.yml @@ -1,3 +1,4 @@ +title: BurnNftKMS type: object properties: chain: diff --git a/components/schemas/BurnNftKMSCelo.yml b/components/schemas/BurnNftKMSCelo.yml index bca37d1..fc205ea 100644 --- a/components/schemas/BurnNftKMSCelo.yml +++ b/components/schemas/BurnNftKMSCelo.yml @@ -1,3 +1,4 @@ +title: BurnNftKMSCelo type: object properties: chain: diff --git a/components/schemas/BurnNftKMSTron.yml b/components/schemas/BurnNftKMSTron.yml index 87bd530..0ad7cfa 100644 --- a/components/schemas/BurnNftKMSTron.yml +++ b/components/schemas/BurnNftKMSTron.yml @@ -1,3 +1,4 @@ +title: BurnNftKMSTron type: object properties: chain: diff --git a/components/schemas/BurnNftSolana.yml b/components/schemas/BurnNftSolana.yml index c602e21..ac19c0c 100644 --- a/components/schemas/BurnNftSolana.yml +++ b/components/schemas/BurnNftSolana.yml @@ -1,3 +1,4 @@ +title: BurnNftSolana type: object properties: chain: diff --git a/components/schemas/BurnNftSolanaKMS.yml b/components/schemas/BurnNftSolanaKMS.yml index ecb9623..bd7ebe0 100644 --- a/components/schemas/BurnNftSolanaKMS.yml +++ b/components/schemas/BurnNftSolanaKMS.yml @@ -1,3 +1,4 @@ +title: BurnNftSolanaKMS type: object properties: chain: diff --git a/components/schemas/BurnNftTezos.yml b/components/schemas/BurnNftTezos.yml index edd97b4..78d7a1d 100644 --- a/components/schemas/BurnNftTezos.yml +++ b/components/schemas/BurnNftTezos.yml @@ -1,3 +1,4 @@ +title: BurnNftTezos type: object properties: chain: diff --git a/components/schemas/BurnNftTron.yml b/components/schemas/BurnNftTron.yml index bdaeafb..c42d872 100644 --- a/components/schemas/BurnNftTron.yml +++ b/components/schemas/BurnNftTron.yml @@ -1,3 +1,4 @@ +title: BurnNftTron type: object properties: chain: diff --git a/components/schemas/BuyAssetOnMarketplace.yml b/components/schemas/BuyAssetOnMarketplace.yml index 8cca94e..9016587 100644 --- a/components/schemas/BuyAssetOnMarketplace.yml +++ b/components/schemas/BuyAssetOnMarketplace.yml @@ -1,3 +1,4 @@ +title: BuyAssetOnMarketplace type: object properties: chain: diff --git a/components/schemas/BuyAssetOnMarketplaceCelo.yml b/components/schemas/BuyAssetOnMarketplaceCelo.yml index ca0a420..2a1d05d 100644 --- a/components/schemas/BuyAssetOnMarketplaceCelo.yml +++ b/components/schemas/BuyAssetOnMarketplaceCelo.yml @@ -1,3 +1,4 @@ +title: BuyAssetOnMarketplaceCelo type: object properties: chain: diff --git a/components/schemas/BuyAssetOnMarketplaceCeloKMS.yml b/components/schemas/BuyAssetOnMarketplaceCeloKMS.yml index 63be1c0..ff7b34b 100644 --- a/components/schemas/BuyAssetOnMarketplaceCeloKMS.yml +++ b/components/schemas/BuyAssetOnMarketplaceCeloKMS.yml @@ -1,3 +1,4 @@ +title: BuyAssetOnMarketplaceCeloKMS type: object properties: chain: diff --git a/components/schemas/BuyAssetOnMarketplaceKMS.yml b/components/schemas/BuyAssetOnMarketplaceKMS.yml index e8f7289..27c454c 100644 --- a/components/schemas/BuyAssetOnMarketplaceKMS.yml +++ b/components/schemas/BuyAssetOnMarketplaceKMS.yml @@ -1,3 +1,4 @@ +title: BuyAssetOnMarketplaceKMS type: object properties: chain: diff --git a/components/schemas/BuyAssetOnMarketplaceSolana.yml b/components/schemas/BuyAssetOnMarketplaceSolana.yml index be12f45..0edbc14 100644 --- a/components/schemas/BuyAssetOnMarketplaceSolana.yml +++ b/components/schemas/BuyAssetOnMarketplaceSolana.yml @@ -1,3 +1,4 @@ +title: BuyAssetOnMarketplaceSolana type: object properties: chain: diff --git a/components/schemas/BuyAssetOnMarketplaceSolanaKMS.yml b/components/schemas/BuyAssetOnMarketplaceSolanaKMS.yml index b7790d7..207c996 100644 --- a/components/schemas/BuyAssetOnMarketplaceSolanaKMS.yml +++ b/components/schemas/BuyAssetOnMarketplaceSolanaKMS.yml @@ -1,3 +1,4 @@ +title: BuyAssetOnMarketplaceSolanaKMS type: object properties: chain: diff --git a/components/schemas/BuyAssetOnMarketplaceTron.yml b/components/schemas/BuyAssetOnMarketplaceTron.yml index 9fa1123..87deffe 100644 --- a/components/schemas/BuyAssetOnMarketplaceTron.yml +++ b/components/schemas/BuyAssetOnMarketplaceTron.yml @@ -1,3 +1,4 @@ +title: BuyAssetOnMarketplaceTron type: object properties: chain: diff --git a/components/schemas/BuyAssetOnMarketplaceTronKMS.yml b/components/schemas/BuyAssetOnMarketplaceTronKMS.yml index eb48d4e..32a7949 100644 --- a/components/schemas/BuyAssetOnMarketplaceTronKMS.yml +++ b/components/schemas/BuyAssetOnMarketplaceTronKMS.yml @@ -1,3 +1,4 @@ +title: BuyAssetOnMarketplaceTronKMS type: object properties: chain: diff --git a/components/schemas/CallBaseSmartContractMethod.yml b/components/schemas/CallBaseSmartContractMethod.yml index 063e5dc..6c1278d 100644 --- a/components/schemas/CallBaseSmartContractMethod.yml +++ b/components/schemas/CallBaseSmartContractMethod.yml @@ -1,3 +1,4 @@ +title: CallBaseSmartContractMethod type: object properties: contractAddress: diff --git a/components/schemas/CallBaseSmartContractMethodCaller.yml b/components/schemas/CallBaseSmartContractMethodCaller.yml index 28cc330..915c2c7 100644 --- a/components/schemas/CallBaseSmartContractMethodCaller.yml +++ b/components/schemas/CallBaseSmartContractMethodCaller.yml @@ -1,3 +1,4 @@ +title: CallBaseSmartContractMethodCaller type: object properties: caller: diff --git a/components/schemas/CallBaseSmartContractMethodKMS.yml b/components/schemas/CallBaseSmartContractMethodKMS.yml index 994549c..57b4220 100644 --- a/components/schemas/CallBaseSmartContractMethodKMS.yml +++ b/components/schemas/CallBaseSmartContractMethodKMS.yml @@ -1,3 +1,4 @@ +title: CallBaseSmartContractMethodKMS type: object properties: contractAddress: diff --git a/components/schemas/CallBaseSmartContractReadMethod.yml b/components/schemas/CallBaseSmartContractReadMethod.yml index 7aefd5b..0a3501f 100644 --- a/components/schemas/CallBaseSmartContractReadMethod.yml +++ b/components/schemas/CallBaseSmartContractReadMethod.yml @@ -1,3 +1,4 @@ +title: CallBaseSmartContractReadMethod type: object properties: contractAddress: diff --git a/components/schemas/CallBscSmartContractMethod.yml b/components/schemas/CallBscSmartContractMethod.yml index a0f4f87..0327d6a 100644 --- a/components/schemas/CallBscSmartContractMethod.yml +++ b/components/schemas/CallBscSmartContractMethod.yml @@ -1,3 +1,4 @@ +title: CallBscSmartContractMethod type: object properties: contractAddress: diff --git a/components/schemas/CallBscSmartContractMethodCaller.yml b/components/schemas/CallBscSmartContractMethodCaller.yml index 28cc330..1de3071 100644 --- a/components/schemas/CallBscSmartContractMethodCaller.yml +++ b/components/schemas/CallBscSmartContractMethodCaller.yml @@ -1,3 +1,4 @@ +title: CallBscSmartContractMethodCaller type: object properties: caller: diff --git a/components/schemas/CallBscSmartContractMethodKMS.yml b/components/schemas/CallBscSmartContractMethodKMS.yml index 59e89d9..acd85ed 100644 --- a/components/schemas/CallBscSmartContractMethodKMS.yml +++ b/components/schemas/CallBscSmartContractMethodKMS.yml @@ -1,3 +1,4 @@ +title: CallBscSmartContractMethodKMS type: object properties: contractAddress: diff --git a/components/schemas/CallBscSmartContractReadMethod.yml b/components/schemas/CallBscSmartContractReadMethod.yml index 7aefd5b..6a863cd 100644 --- a/components/schemas/CallBscSmartContractReadMethod.yml +++ b/components/schemas/CallBscSmartContractReadMethod.yml @@ -1,3 +1,4 @@ +title: CallBscSmartContractReadMethod type: object properties: contractAddress: diff --git a/components/schemas/CallCeloReadSmartContractMethod.yml b/components/schemas/CallCeloReadSmartContractMethod.yml index 6943235..195712f 100644 --- a/components/schemas/CallCeloReadSmartContractMethod.yml +++ b/components/schemas/CallCeloReadSmartContractMethod.yml @@ -1,3 +1,4 @@ +title: CallCeloReadSmartContractMethod type: object properties: contractAddress: diff --git a/components/schemas/CallCeloSmartContractMethod.yml b/components/schemas/CallCeloSmartContractMethod.yml index 6a5b179..9de8c02 100644 --- a/components/schemas/CallCeloSmartContractMethod.yml +++ b/components/schemas/CallCeloSmartContractMethod.yml @@ -1,3 +1,4 @@ +title: CallCeloSmartContractMethod type: object properties: contractAddress: diff --git a/components/schemas/CallCeloSmartContractMethodKMS.yml b/components/schemas/CallCeloSmartContractMethodKMS.yml index f117760..0452926 100644 --- a/components/schemas/CallCeloSmartContractMethodKMS.yml +++ b/components/schemas/CallCeloSmartContractMethodKMS.yml @@ -1,3 +1,4 @@ +title: CallCeloSmartContractMethodKMS type: object properties: contractAddress: diff --git a/components/schemas/CallCronosSmartContractMethod.yml b/components/schemas/CallCronosSmartContractMethod.yml index a65abd2..20e9f19 100644 --- a/components/schemas/CallCronosSmartContractMethod.yml +++ b/components/schemas/CallCronosSmartContractMethod.yml @@ -1,3 +1,4 @@ +title: CallCronosSmartContractMethod type: object properties: contractAddress: diff --git a/components/schemas/CallCronosSmartContractMethodCaller.yml b/components/schemas/CallCronosSmartContractMethodCaller.yml index 28cc330..4a404ce 100644 --- a/components/schemas/CallCronosSmartContractMethodCaller.yml +++ b/components/schemas/CallCronosSmartContractMethodCaller.yml @@ -1,3 +1,4 @@ +title: CallCronosSmartContractMethodCaller type: object properties: caller: diff --git a/components/schemas/CallCronosSmartContractMethodKMS.yml b/components/schemas/CallCronosSmartContractMethodKMS.yml index 255670a..ec4d62b 100644 --- a/components/schemas/CallCronosSmartContractMethodKMS.yml +++ b/components/schemas/CallCronosSmartContractMethodKMS.yml @@ -1,3 +1,4 @@ +title: CallCronosSmartContractMethodKMS type: object properties: contractAddress: diff --git a/components/schemas/CallCronosSmartContractReadMethod.yml b/components/schemas/CallCronosSmartContractReadMethod.yml index 7aefd5b..ac67a0c 100644 --- a/components/schemas/CallCronosSmartContractReadMethod.yml +++ b/components/schemas/CallCronosSmartContractReadMethod.yml @@ -1,3 +1,4 @@ +title: CallCronosSmartContractReadMethod type: object properties: contractAddress: diff --git a/components/schemas/CallEthSmartContractMethodCaller.yml b/components/schemas/CallEthSmartContractMethodCaller.yml index 28cc330..5e92112 100644 --- a/components/schemas/CallEthSmartContractMethodCaller.yml +++ b/components/schemas/CallEthSmartContractMethodCaller.yml @@ -1,3 +1,4 @@ +title: CallEthSmartContractMethodCaller type: object properties: caller: diff --git a/components/schemas/CallFlareSmartContractMethod.yml b/components/schemas/CallFlareSmartContractMethod.yml index 78e7c62..002a966 100644 --- a/components/schemas/CallFlareSmartContractMethod.yml +++ b/components/schemas/CallFlareSmartContractMethod.yml @@ -1,3 +1,4 @@ +title: CallFlareSmartContractMethod type: object properties: contractAddress: diff --git a/components/schemas/CallFlareSmartContractMethodCaller.yml b/components/schemas/CallFlareSmartContractMethodCaller.yml index 28cc330..687c6b5 100644 --- a/components/schemas/CallFlareSmartContractMethodCaller.yml +++ b/components/schemas/CallFlareSmartContractMethodCaller.yml @@ -1,3 +1,4 @@ +title: CallFlareSmartContractMethodCaller type: object properties: caller: diff --git a/components/schemas/CallFlareSmartContractMethodKMS.yml b/components/schemas/CallFlareSmartContractMethodKMS.yml index 8e32250..9941242 100644 --- a/components/schemas/CallFlareSmartContractMethodKMS.yml +++ b/components/schemas/CallFlareSmartContractMethodKMS.yml @@ -1,3 +1,4 @@ +title: CallFlareSmartContractMethodKMS type: object properties: contractAddress: diff --git a/components/schemas/CallFlareSmartContractReadMethod.yml b/components/schemas/CallFlareSmartContractReadMethod.yml index 7aefd5b..f8c56d8 100644 --- a/components/schemas/CallFlareSmartContractReadMethod.yml +++ b/components/schemas/CallFlareSmartContractReadMethod.yml @@ -1,3 +1,4 @@ +title: CallFlareSmartContractReadMethod type: object properties: contractAddress: diff --git a/components/schemas/CallKcsSmartContractMethod.yml b/components/schemas/CallKcsSmartContractMethod.yml index 49270b0..0e9e91d 100644 --- a/components/schemas/CallKcsSmartContractMethod.yml +++ b/components/schemas/CallKcsSmartContractMethod.yml @@ -1,3 +1,4 @@ +title: CallKcsSmartContractMethod type: object properties: contractAddress: diff --git a/components/schemas/CallKcsSmartContractMethodKMS.yml b/components/schemas/CallKcsSmartContractMethodKMS.yml index 1cacc8f..c1160e3 100644 --- a/components/schemas/CallKcsSmartContractMethodKMS.yml +++ b/components/schemas/CallKcsSmartContractMethodKMS.yml @@ -1,3 +1,4 @@ +title: CallKcsSmartContractMethodKMS type: object properties: contractAddress: diff --git a/components/schemas/CallKcsSmartContractReadMethod.yml b/components/schemas/CallKcsSmartContractReadMethod.yml index 7aefd5b..e62a943 100644 --- a/components/schemas/CallKcsSmartContractReadMethod.yml +++ b/components/schemas/CallKcsSmartContractReadMethod.yml @@ -1,3 +1,4 @@ +title: CallKcsSmartContractReadMethod type: object properties: contractAddress: diff --git a/components/schemas/CallKlaytnSmartContractMethod.yml b/components/schemas/CallKlaytnSmartContractMethod.yml index 568c060..2089b20 100644 --- a/components/schemas/CallKlaytnSmartContractMethod.yml +++ b/components/schemas/CallKlaytnSmartContractMethod.yml @@ -1,3 +1,4 @@ +title: CallKlaytnSmartContractMethod type: object properties: contractAddress: diff --git a/components/schemas/CallKlaytnSmartContractMethodKMS.yml b/components/schemas/CallKlaytnSmartContractMethodKMS.yml index 32d0ba0..256ef2d 100644 --- a/components/schemas/CallKlaytnSmartContractMethodKMS.yml +++ b/components/schemas/CallKlaytnSmartContractMethodKMS.yml @@ -1,3 +1,4 @@ +title: CallKlaytnSmartContractMethodKMS type: object properties: contractAddress: diff --git a/components/schemas/CallKlaytnSmartContractReadMethod.yml b/components/schemas/CallKlaytnSmartContractReadMethod.yml index 7aefd5b..9331a0b 100644 --- a/components/schemas/CallKlaytnSmartContractReadMethod.yml +++ b/components/schemas/CallKlaytnSmartContractReadMethod.yml @@ -1,3 +1,4 @@ +title: CallKlaytnSmartContractReadMethod type: object properties: contractAddress: diff --git a/components/schemas/CallOneReadSmartContractMethod.yml b/components/schemas/CallOneReadSmartContractMethod.yml index 7aefd5b..0d4eeae 100644 --- a/components/schemas/CallOneReadSmartContractMethod.yml +++ b/components/schemas/CallOneReadSmartContractMethod.yml @@ -1,3 +1,4 @@ +title: CallOneReadSmartContractMethod type: object properties: contractAddress: diff --git a/components/schemas/CallOneSmartContractMethod.yml b/components/schemas/CallOneSmartContractMethod.yml index d0c99be..67d958f 100644 --- a/components/schemas/CallOneSmartContractMethod.yml +++ b/components/schemas/CallOneSmartContractMethod.yml @@ -1,3 +1,4 @@ +title: CallOneSmartContractMethod type: object properties: contractAddress: diff --git a/components/schemas/CallOneSmartContractMethodKMS.yml b/components/schemas/CallOneSmartContractMethodKMS.yml index a1418a8..131b294 100644 --- a/components/schemas/CallOneSmartContractMethodKMS.yml +++ b/components/schemas/CallOneSmartContractMethodKMS.yml @@ -1,3 +1,4 @@ +title: CallOneSmartContractMethodKMS type: object properties: contractAddress: diff --git a/components/schemas/CallPolygonSmartContractMethod.yml b/components/schemas/CallPolygonSmartContractMethod.yml index ed8e63a..05a07e3 100644 --- a/components/schemas/CallPolygonSmartContractMethod.yml +++ b/components/schemas/CallPolygonSmartContractMethod.yml @@ -1,3 +1,4 @@ +title: CallPolygonSmartContractMethod type: object properties: contractAddress: diff --git a/components/schemas/CallPolygonSmartContractMethodCaller.yml b/components/schemas/CallPolygonSmartContractMethodCaller.yml index 28cc330..a6e6cee 100644 --- a/components/schemas/CallPolygonSmartContractMethodCaller.yml +++ b/components/schemas/CallPolygonSmartContractMethodCaller.yml @@ -1,3 +1,4 @@ +title: CallPolygonSmartContractMethodCaller type: object properties: caller: diff --git a/components/schemas/CallPolygonSmartContractMethodKMS.yml b/components/schemas/CallPolygonSmartContractMethodKMS.yml index 17062da..8b67a37 100644 --- a/components/schemas/CallPolygonSmartContractMethodKMS.yml +++ b/components/schemas/CallPolygonSmartContractMethodKMS.yml @@ -1,3 +1,4 @@ +title: CallPolygonSmartContractMethodKMS type: object properties: contractAddress: diff --git a/components/schemas/CallPolygonSmartContractReadMethod.yml b/components/schemas/CallPolygonSmartContractReadMethod.yml index 2d9637f..2c7935e 100644 --- a/components/schemas/CallPolygonSmartContractReadMethod.yml +++ b/components/schemas/CallPolygonSmartContractReadMethod.yml @@ -1,3 +1,4 @@ +title: CallPolygonSmartContractReadMethod type: object properties: contractAddress: diff --git a/components/schemas/CallReadSmartContractMethod.yml b/components/schemas/CallReadSmartContractMethod.yml index faca45f..356edd6 100644 --- a/components/schemas/CallReadSmartContractMethod.yml +++ b/components/schemas/CallReadSmartContractMethod.yml @@ -1,3 +1,4 @@ +title: CallReadSmartContractMethod type: object properties: contractAddress: diff --git a/components/schemas/CallSmartContractMethod.yml b/components/schemas/CallSmartContractMethod.yml index b118aac..097ccaf 100644 --- a/components/schemas/CallSmartContractMethod.yml +++ b/components/schemas/CallSmartContractMethod.yml @@ -1,3 +1,4 @@ +title: CallSmartContractMethod type: object properties: contractAddress: diff --git a/components/schemas/CallSmartContractMethodKMS.yml b/components/schemas/CallSmartContractMethodKMS.yml index e92848a..434018b 100644 --- a/components/schemas/CallSmartContractMethodKMS.yml +++ b/components/schemas/CallSmartContractMethodKMS.yml @@ -1,3 +1,4 @@ +title: CallSmartContractMethodKMS type: object properties: contractAddress: diff --git a/components/schemas/CallXdcReadSmartContractMethod.yml b/components/schemas/CallXdcReadSmartContractMethod.yml index 033d039..c6344d5 100644 --- a/components/schemas/CallXdcReadSmartContractMethod.yml +++ b/components/schemas/CallXdcReadSmartContractMethod.yml @@ -1,3 +1,4 @@ +title: CallXdcReadSmartContractMethod type: object properties: contractAddress: diff --git a/components/schemas/CallXdcSmartContractMethod.yml b/components/schemas/CallXdcSmartContractMethod.yml index 5ddd280..76fc448 100644 --- a/components/schemas/CallXdcSmartContractMethod.yml +++ b/components/schemas/CallXdcSmartContractMethod.yml @@ -1,3 +1,4 @@ +title: CallXdcSmartContractMethod type: object properties: contractAddress: diff --git a/components/schemas/CallXdcSmartContractMethodKMS.yml b/components/schemas/CallXdcSmartContractMethodKMS.yml index 55bdaaf..f541a4f 100644 --- a/components/schemas/CallXdcSmartContractMethodKMS.yml +++ b/components/schemas/CallXdcSmartContractMethodKMS.yml @@ -1,3 +1,4 @@ +title: CallXdcSmartContractMethodKMS type: object properties: contractAddress: diff --git a/components/schemas/CancelAuction.yml b/components/schemas/CancelAuction.yml index 75b51f5..9d3763e 100644 --- a/components/schemas/CancelAuction.yml +++ b/components/schemas/CancelAuction.yml @@ -1,3 +1,4 @@ +title: CancelAuction type: object properties: chain: diff --git a/components/schemas/CancelAuctionCelo.yml b/components/schemas/CancelAuctionCelo.yml index 757e11e..b2123d7 100644 --- a/components/schemas/CancelAuctionCelo.yml +++ b/components/schemas/CancelAuctionCelo.yml @@ -1,3 +1,4 @@ +title: CancelAuctionCelo type: object properties: chain: diff --git a/components/schemas/CancelAuctionCeloKMS.yml b/components/schemas/CancelAuctionCeloKMS.yml index 33b5f4b..aaac347 100644 --- a/components/schemas/CancelAuctionCeloKMS.yml +++ b/components/schemas/CancelAuctionCeloKMS.yml @@ -1,3 +1,4 @@ +title: CancelAuctionCeloKMS type: object properties: chain: diff --git a/components/schemas/CancelAuctionKMS.yml b/components/schemas/CancelAuctionKMS.yml index 2e417bc..cff75c0 100644 --- a/components/schemas/CancelAuctionKMS.yml +++ b/components/schemas/CancelAuctionKMS.yml @@ -1,3 +1,4 @@ +title: CancelAuctionKMS type: object properties: chain: diff --git a/components/schemas/CancelSellAssetOnMarketplace.yml b/components/schemas/CancelSellAssetOnMarketplace.yml index 956bca7..838b3af 100644 --- a/components/schemas/CancelSellAssetOnMarketplace.yml +++ b/components/schemas/CancelSellAssetOnMarketplace.yml @@ -1,3 +1,4 @@ +title: CancelSellAssetOnMarketplace type: object properties: chain: diff --git a/components/schemas/CancelSellAssetOnMarketplaceCelo.yml b/components/schemas/CancelSellAssetOnMarketplaceCelo.yml index 78410ce..867f7d9 100644 --- a/components/schemas/CancelSellAssetOnMarketplaceCelo.yml +++ b/components/schemas/CancelSellAssetOnMarketplaceCelo.yml @@ -1,3 +1,4 @@ +title: CancelSellAssetOnMarketplaceCelo type: object properties: chain: diff --git a/components/schemas/CancelSellAssetOnMarketplaceCeloKMS.yml b/components/schemas/CancelSellAssetOnMarketplaceCeloKMS.yml index 431b2dc..fc28995 100644 --- a/components/schemas/CancelSellAssetOnMarketplaceCeloKMS.yml +++ b/components/schemas/CancelSellAssetOnMarketplaceCeloKMS.yml @@ -1,3 +1,4 @@ +title: CancelSellAssetOnMarketplaceCeloKMS type: object properties: chain: diff --git a/components/schemas/CancelSellAssetOnMarketplaceKMS.yml b/components/schemas/CancelSellAssetOnMarketplaceKMS.yml index fca3d44..f460c2b 100644 --- a/components/schemas/CancelSellAssetOnMarketplaceKMS.yml +++ b/components/schemas/CancelSellAssetOnMarketplaceKMS.yml @@ -1,3 +1,4 @@ +title: CancelSellAssetOnMarketplaceKMS type: object properties: chain: diff --git a/components/schemas/CancelSellAssetOnMarketplaceSolana.yml b/components/schemas/CancelSellAssetOnMarketplaceSolana.yml index ef86bb6..588a903 100644 --- a/components/schemas/CancelSellAssetOnMarketplaceSolana.yml +++ b/components/schemas/CancelSellAssetOnMarketplaceSolana.yml @@ -1,3 +1,4 @@ +title: CancelSellAssetOnMarketplaceSolana type: object properties: chain: diff --git a/components/schemas/CancelSellAssetOnMarketplaceSolanaKMS.yml b/components/schemas/CancelSellAssetOnMarketplaceSolanaKMS.yml index 191673d..c231440 100644 --- a/components/schemas/CancelSellAssetOnMarketplaceSolanaKMS.yml +++ b/components/schemas/CancelSellAssetOnMarketplaceSolanaKMS.yml @@ -1,3 +1,4 @@ +title: CancelSellAssetOnMarketplaceSolanaKMS type: object properties: chain: diff --git a/components/schemas/CancelSellAssetOnMarketplaceTron.yml b/components/schemas/CancelSellAssetOnMarketplaceTron.yml index 73a4d08..cf3cd29 100644 --- a/components/schemas/CancelSellAssetOnMarketplaceTron.yml +++ b/components/schemas/CancelSellAssetOnMarketplaceTron.yml @@ -1,3 +1,4 @@ +title: CancelSellAssetOnMarketplaceTron type: object properties: chain: diff --git a/components/schemas/CancelSellAssetOnMarketplaceTronKMS.yml b/components/schemas/CancelSellAssetOnMarketplaceTronKMS.yml index d5ac39c..fa02496 100644 --- a/components/schemas/CancelSellAssetOnMarketplaceTronKMS.yml +++ b/components/schemas/CancelSellAssetOnMarketplaceTronKMS.yml @@ -1,3 +1,4 @@ +title: CancelSellAssetOnMarketplaceTronKMS type: object properties: chain: diff --git a/components/schemas/CeloBlock.yml b/components/schemas/CeloBlock.yml index b50dc05..911d33d 100644 --- a/components/schemas/CeloBlock.yml +++ b/components/schemas/CeloBlock.yml @@ -1,3 +1,4 @@ +title: CeloBlock type: object properties: difficulty: diff --git a/components/schemas/CeloEstimateGas.yml b/components/schemas/CeloEstimateGas.yml index a64c9b2..84b9528 100644 --- a/components/schemas/CeloEstimateGas.yml +++ b/components/schemas/CeloEstimateGas.yml @@ -1,3 +1,4 @@ +title: CeloEstimateGas type: object properties: from: diff --git a/components/schemas/CeloTx.yml b/components/schemas/CeloTx.yml index 06de033..49a40e4 100644 --- a/components/schemas/CeloTx.yml +++ b/components/schemas/CeloTx.yml @@ -1,3 +1,4 @@ +title: CeloTx type: object properties: blockHash: diff --git a/components/schemas/Chain.yml b/components/schemas/Chain.yml index 93d02d4..5247394 100644 --- a/components/schemas/Chain.yml +++ b/components/schemas/Chain.yml @@ -1,3 +1,4 @@ +title: Chain type: string description: Name of the chain. example: ethereum diff --git a/components/schemas/ChainBurnAlgoErc20.yml b/components/schemas/ChainBurnAlgoErc20.yml index d37c78c..a100be3 100644 --- a/components/schemas/ChainBurnAlgoErc20.yml +++ b/components/schemas/ChainBurnAlgoErc20.yml @@ -1,3 +1,4 @@ +title: ChainBurnAlgoErc20 type: object properties: chain: diff --git a/components/schemas/ChainBurnAlgoErc20KMS.yml b/components/schemas/ChainBurnAlgoErc20KMS.yml index dbda055..fd5a38e 100644 --- a/components/schemas/ChainBurnAlgoErc20KMS.yml +++ b/components/schemas/ChainBurnAlgoErc20KMS.yml @@ -1,3 +1,4 @@ +title: ChainBurnAlgoErc20KMS type: object properties: chain: diff --git a/components/schemas/ChainBurnCeloErc20.yml b/components/schemas/ChainBurnCeloErc20.yml index 8588150..c2ea4cc 100644 --- a/components/schemas/ChainBurnCeloErc20.yml +++ b/components/schemas/ChainBurnCeloErc20.yml @@ -1,3 +1,4 @@ +title: ChainBurnCeloErc20 type: object properties: chain: diff --git a/components/schemas/ChainBurnCeloErc20KMS.yml b/components/schemas/ChainBurnCeloErc20KMS.yml index e06e472..ebb4d27 100644 --- a/components/schemas/ChainBurnCeloErc20KMS.yml +++ b/components/schemas/ChainBurnCeloErc20KMS.yml @@ -1,3 +1,4 @@ +title: ChainBurnCeloErc20KMS type: object properties: chain: diff --git a/components/schemas/ChainBurnErc20.yml b/components/schemas/ChainBurnErc20.yml index b9b4a77..f6e2e4a 100644 --- a/components/schemas/ChainBurnErc20.yml +++ b/components/schemas/ChainBurnErc20.yml @@ -1,3 +1,4 @@ +title: ChainBurnErc20 type: object properties: chain: diff --git a/components/schemas/ChainBurnErc20KMS.yml b/components/schemas/ChainBurnErc20KMS.yml index caa8f53..d9f4e4c 100644 --- a/components/schemas/ChainBurnErc20KMS.yml +++ b/components/schemas/ChainBurnErc20KMS.yml @@ -1,3 +1,4 @@ +title: ChainBurnErc20KMS type: object properties: chain: diff --git a/components/schemas/ChainBurnKcsErc20.yml b/components/schemas/ChainBurnKcsErc20.yml index 345c664..690588f 100644 --- a/components/schemas/ChainBurnKcsErc20.yml +++ b/components/schemas/ChainBurnKcsErc20.yml @@ -1,3 +1,4 @@ +title: ChainBurnKcsErc20 type: object properties: chain: diff --git a/components/schemas/ChainBurnKcsErc20KMS.yml b/components/schemas/ChainBurnKcsErc20KMS.yml index 0e92958..d45bbd7 100644 --- a/components/schemas/ChainBurnKcsErc20KMS.yml +++ b/components/schemas/ChainBurnKcsErc20KMS.yml @@ -1,3 +1,4 @@ +title: ChainBurnKcsErc20KMS type: object properties: chain: diff --git a/components/schemas/ChainCallSmartContractMethod.yml b/components/schemas/ChainCallSmartContractMethod.yml index b21b041..7abc4d2 100644 --- a/components/schemas/ChainCallSmartContractMethod.yml +++ b/components/schemas/ChainCallSmartContractMethod.yml @@ -1,3 +1,4 @@ +title: ChainCallSmartContractMethod type: object properties: chain: diff --git a/components/schemas/ChainDeployAlgoErc20.yml b/components/schemas/ChainDeployAlgoErc20.yml index f67ad6b..b746ff2 100644 --- a/components/schemas/ChainDeployAlgoErc20.yml +++ b/components/schemas/ChainDeployAlgoErc20.yml @@ -1,3 +1,4 @@ +title: ChainDeployAlgoErc20 type: object properties: chain: diff --git a/components/schemas/ChainDeployAlgoErc20KMS.yml b/components/schemas/ChainDeployAlgoErc20KMS.yml index 89511d9..3d1265a 100644 --- a/components/schemas/ChainDeployAlgoErc20KMS.yml +++ b/components/schemas/ChainDeployAlgoErc20KMS.yml @@ -1,3 +1,4 @@ +title: ChainDeployAlgoErc20KMS type: object properties: chain: diff --git a/components/schemas/ChainDeployCeloErc20.yml b/components/schemas/ChainDeployCeloErc20.yml index 50dfd99..e396e39 100644 --- a/components/schemas/ChainDeployCeloErc20.yml +++ b/components/schemas/ChainDeployCeloErc20.yml @@ -1,3 +1,4 @@ +title: ChainDeployCeloErc20 type: object properties: chain: diff --git a/components/schemas/ChainDeployCeloErc20KMS.yml b/components/schemas/ChainDeployCeloErc20KMS.yml index 649469e..760a526 100644 --- a/components/schemas/ChainDeployCeloErc20KMS.yml +++ b/components/schemas/ChainDeployCeloErc20KMS.yml @@ -1,3 +1,4 @@ +title: ChainDeployCeloErc20KMS type: object properties: chain: diff --git a/components/schemas/ChainDeployErc20.yml b/components/schemas/ChainDeployErc20.yml index 9760849..c355a5d 100644 --- a/components/schemas/ChainDeployErc20.yml +++ b/components/schemas/ChainDeployErc20.yml @@ -1,3 +1,4 @@ +title: ChainDeployErc20 type: object properties: chain: diff --git a/components/schemas/ChainDeployErc20KMS.yml b/components/schemas/ChainDeployErc20KMS.yml index 4086583..c7d19ea 100644 --- a/components/schemas/ChainDeployErc20KMS.yml +++ b/components/schemas/ChainDeployErc20KMS.yml @@ -1,3 +1,4 @@ +title: ChainDeployErc20KMS type: object properties: chain: diff --git a/components/schemas/ChainDeployKcsErc20.yml b/components/schemas/ChainDeployKcsErc20.yml index 3ce8026..0b7c03b 100644 --- a/components/schemas/ChainDeployKcsErc20.yml +++ b/components/schemas/ChainDeployKcsErc20.yml @@ -1,3 +1,4 @@ +title: ChainDeployKcsErc20 type: object properties: chain: diff --git a/components/schemas/ChainDeployKcsErc20KMS.yml b/components/schemas/ChainDeployKcsErc20KMS.yml index 025fba7..4240263 100644 --- a/components/schemas/ChainDeployKcsErc20KMS.yml +++ b/components/schemas/ChainDeployKcsErc20KMS.yml @@ -1,3 +1,4 @@ +title: ChainDeployKcsErc20KMS type: object properties: chain: diff --git a/components/schemas/ChainDeploySolanaSpl.yml b/components/schemas/ChainDeploySolanaSpl.yml index 644db70..45ede86 100644 --- a/components/schemas/ChainDeploySolanaSpl.yml +++ b/components/schemas/ChainDeploySolanaSpl.yml @@ -1,3 +1,4 @@ +title: ChainDeploySolanaSpl type: object properties: chain: diff --git a/components/schemas/ChainDeploySolanaSplKMS.yml b/components/schemas/ChainDeploySolanaSplKMS.yml index 67fcfce..f63b332 100644 --- a/components/schemas/ChainDeploySolanaSplKMS.yml +++ b/components/schemas/ChainDeploySolanaSplKMS.yml @@ -1,3 +1,4 @@ +title: ChainDeploySolanaSplKMS type: object properties: chain: diff --git a/components/schemas/ChainEnum.yml b/components/schemas/ChainEnum.yml index 242aaf4..a5b8aa5 100644 --- a/components/schemas/ChainEnum.yml +++ b/components/schemas/ChainEnum.yml @@ -1,3 +1,4 @@ +title: ChainEnum type: string example: ethereum enum: diff --git a/components/schemas/ChainEnumExtended.yml b/components/schemas/ChainEnumExtended.yml index f55a430..be49e4b 100644 --- a/components/schemas/ChainEnumExtended.yml +++ b/components/schemas/ChainEnumExtended.yml @@ -1,3 +1,4 @@ +title: ChainEnumExtended type: string example: ethereum enum: diff --git a/components/schemas/ChainMintCeloErc20.yml b/components/schemas/ChainMintCeloErc20.yml index b9ae6f8..e892db2 100644 --- a/components/schemas/ChainMintCeloErc20.yml +++ b/components/schemas/ChainMintCeloErc20.yml @@ -1,3 +1,4 @@ +title: ChainMintCeloErc20 type: object properties: chain: diff --git a/components/schemas/ChainMintCeloErc20KMS.yml b/components/schemas/ChainMintCeloErc20KMS.yml index a6e5ff7..db76cba 100644 --- a/components/schemas/ChainMintCeloErc20KMS.yml +++ b/components/schemas/ChainMintCeloErc20KMS.yml @@ -1,3 +1,4 @@ +title: ChainMintCeloErc20KMS type: object properties: chain: diff --git a/components/schemas/ChainMintErc20.yml b/components/schemas/ChainMintErc20.yml index fe30aa7..0676b86 100644 --- a/components/schemas/ChainMintErc20.yml +++ b/components/schemas/ChainMintErc20.yml @@ -1,3 +1,4 @@ +title: ChainMintErc20 type: object properties: chain: diff --git a/components/schemas/ChainMintErc20KMS.yml b/components/schemas/ChainMintErc20KMS.yml index ec91287..5aef8c2 100644 --- a/components/schemas/ChainMintErc20KMS.yml +++ b/components/schemas/ChainMintErc20KMS.yml @@ -1,3 +1,4 @@ +title: ChainMintErc20KMS type: object properties: chain: diff --git a/components/schemas/ChainMintKcsErc20.yml b/components/schemas/ChainMintKcsErc20.yml index 6528840..e723bb4 100644 --- a/components/schemas/ChainMintKcsErc20.yml +++ b/components/schemas/ChainMintKcsErc20.yml @@ -1,3 +1,4 @@ +title: ChainMintKcsErc20 type: object properties: chain: diff --git a/components/schemas/ChainMintKcsErc20KMS.yml b/components/schemas/ChainMintKcsErc20KMS.yml index f6ef5fd..af411ee 100644 --- a/components/schemas/ChainMintKcsErc20KMS.yml +++ b/components/schemas/ChainMintKcsErc20KMS.yml @@ -1,3 +1,4 @@ +title: ChainMintKcsErc20KMS type: object properties: chain: diff --git a/components/schemas/ChainTransferAlgoErc20.yml b/components/schemas/ChainTransferAlgoErc20.yml index 431c740..815e949 100644 --- a/components/schemas/ChainTransferAlgoErc20.yml +++ b/components/schemas/ChainTransferAlgoErc20.yml @@ -1,3 +1,4 @@ +title: ChainTransferAlgoErc20 type: object properties: chain: diff --git a/components/schemas/ChainTransferAlgoErc20KMS.yml b/components/schemas/ChainTransferAlgoErc20KMS.yml index c2454f9..e34f8c7 100644 --- a/components/schemas/ChainTransferAlgoErc20KMS.yml +++ b/components/schemas/ChainTransferAlgoErc20KMS.yml @@ -1,3 +1,4 @@ +title: ChainTransferAlgoErc20KMS type: object properties: chain: diff --git a/components/schemas/ChainTransferBscBep20.yml b/components/schemas/ChainTransferBscBep20.yml index 8a9485d..d61167f 100644 --- a/components/schemas/ChainTransferBscBep20.yml +++ b/components/schemas/ChainTransferBscBep20.yml @@ -1,3 +1,4 @@ +title: ChainTransferBscBep20 type: object properties: chain: diff --git a/components/schemas/ChainTransferBscBep20KMS.yml b/components/schemas/ChainTransferBscBep20KMS.yml index ac210eb..34c5487 100644 --- a/components/schemas/ChainTransferBscBep20KMS.yml +++ b/components/schemas/ChainTransferBscBep20KMS.yml @@ -1,3 +1,4 @@ +title: ChainTransferBscBep20KMS type: object properties: chain: diff --git a/components/schemas/ChainTransferCeloErc20Token.yml b/components/schemas/ChainTransferCeloErc20Token.yml index a6344a9..d55eea3 100644 --- a/components/schemas/ChainTransferCeloErc20Token.yml +++ b/components/schemas/ChainTransferCeloErc20Token.yml @@ -1,3 +1,4 @@ +title: ChainTransferCeloErc20Token type: object properties: chain: diff --git a/components/schemas/ChainTransferCeloErc20TokenKMS.yml b/components/schemas/ChainTransferCeloErc20TokenKMS.yml index 9c94545..c45977a 100644 --- a/components/schemas/ChainTransferCeloErc20TokenKMS.yml +++ b/components/schemas/ChainTransferCeloErc20TokenKMS.yml @@ -1,3 +1,4 @@ +title: ChainTransferCeloErc20TokenKMS type: object properties: chain: diff --git a/components/schemas/ChainTransferEthErc20.yml b/components/schemas/ChainTransferEthErc20.yml index e65084f..386268b 100644 --- a/components/schemas/ChainTransferEthErc20.yml +++ b/components/schemas/ChainTransferEthErc20.yml @@ -1,3 +1,4 @@ +title: ChainTransferEthErc20 type: object properties: chain: diff --git a/components/schemas/ChainTransferEthErc20KMS.yml b/components/schemas/ChainTransferEthErc20KMS.yml index c2eee6d..adf796d 100644 --- a/components/schemas/ChainTransferEthErc20KMS.yml +++ b/components/schemas/ChainTransferEthErc20KMS.yml @@ -1,3 +1,4 @@ +title: ChainTransferEthErc20KMS type: object properties: chain: diff --git a/components/schemas/ChainTransferKcsEthErc20.yml b/components/schemas/ChainTransferKcsEthErc20.yml index a42b824..3b7e9e4 100644 --- a/components/schemas/ChainTransferKcsEthErc20.yml +++ b/components/schemas/ChainTransferKcsEthErc20.yml @@ -1,3 +1,4 @@ +title: ChainTransferKcsEthErc20 type: object properties: chain: diff --git a/components/schemas/ChainTransferKcsEthErc20KMS.yml b/components/schemas/ChainTransferKcsEthErc20KMS.yml index fb603e1..0f1d2b0 100644 --- a/components/schemas/ChainTransferKcsEthErc20KMS.yml +++ b/components/schemas/ChainTransferKcsEthErc20KMS.yml @@ -1,3 +1,4 @@ +title: ChainTransferKcsEthErc20KMS type: object properties: chain: diff --git a/components/schemas/ChainTransferSolanaSpl.yml b/components/schemas/ChainTransferSolanaSpl.yml index 7c41f7e..2503bce 100644 --- a/components/schemas/ChainTransferSolanaSpl.yml +++ b/components/schemas/ChainTransferSolanaSpl.yml @@ -1,3 +1,4 @@ +title: ChainTransferSolanaSpl type: object properties: chain: diff --git a/components/schemas/ChainTransferSolanaSplKMS.yml b/components/schemas/ChainTransferSolanaSplKMS.yml index c92fbbb..45aad48 100644 --- a/components/schemas/ChainTransferSolanaSplKMS.yml +++ b/components/schemas/ChainTransferSolanaSplKMS.yml @@ -1,3 +1,4 @@ +title: ChainTransferSolanaSplKMS type: object properties: chain: diff --git a/components/schemas/ChainUtxoEnum.yml b/components/schemas/ChainUtxoEnum.yml index 36dd9b3..5552f49 100644 --- a/components/schemas/ChainUtxoEnum.yml +++ b/components/schemas/ChainUtxoEnum.yml @@ -1,3 +1,4 @@ +title: ChainUtxoEnum description: The blockchain to work with. type: string example: bitcoin diff --git a/components/schemas/Chart.yml b/components/schemas/Chart.yml index bbcd068..6c7acb7 100644 --- a/components/schemas/Chart.yml +++ b/components/schemas/Chart.yml @@ -1,3 +1,4 @@ +title: Chart type: object description: 1 point in the chart. This point represents the tick in the grapch based diff --git a/components/schemas/ChartRequest.yml b/components/schemas/ChartRequest.yml index 1c7383e..2792977 100644 --- a/components/schemas/ChartRequest.yml +++ b/components/schemas/ChartRequest.yml @@ -1,3 +1,4 @@ +title: ChartRequest type: object required: - pair diff --git a/components/schemas/Consumption.yml b/components/schemas/Consumption.yml index 4ec8d21..5e52f31 100644 --- a/components/schemas/Consumption.yml +++ b/components/schemas/Consumption.yml @@ -1,3 +1,4 @@ +title: Consumption type: object properties: day: diff --git a/components/schemas/CountryCode.yml b/components/schemas/CountryCode.yml index 0cbed2e..e96c1ba 100644 --- a/components/schemas/CountryCode.yml +++ b/components/schemas/CountryCode.yml @@ -1,3 +1,4 @@ +title: CountryCode type: string enum: - AD diff --git a/components/schemas/CreateAccount.yml b/components/schemas/CreateAccount.yml index 2cb3f15..6ca669a 100644 --- a/components/schemas/CreateAccount.yml +++ b/components/schemas/CreateAccount.yml @@ -1,3 +1,4 @@ +title: CreateAccount properties: currency: description: '

The currency for the virtual account

diff --git a/components/schemas/CreateAccountBatch.yml b/components/schemas/CreateAccountBatch.yml index 84983e3..22f98d4 100644 --- a/components/schemas/CreateAccountBatch.yml +++ b/components/schemas/CreateAccountBatch.yml @@ -1,3 +1,4 @@ +title: CreateAccountBatch type: object properties: accounts: diff --git a/components/schemas/CreateAccountXpub.yml b/components/schemas/CreateAccountXpub.yml index a4f8167..912e932 100644 --- a/components/schemas/CreateAccountXpub.yml +++ b/components/schemas/CreateAccountXpub.yml @@ -1,3 +1,4 @@ +title: CreateAccountXpub properties: currency: description: '

The currency for the virtual account

diff --git a/components/schemas/CreateAuction.yml b/components/schemas/CreateAuction.yml index b14d7f9..3d86f09 100644 --- a/components/schemas/CreateAuction.yml +++ b/components/schemas/CreateAuction.yml @@ -1,3 +1,4 @@ +title: CreateAuction type: object properties: chain: diff --git a/components/schemas/CreateAuctionCelo.yml b/components/schemas/CreateAuctionCelo.yml index 0ae6afb..6824c1d 100644 --- a/components/schemas/CreateAuctionCelo.yml +++ b/components/schemas/CreateAuctionCelo.yml @@ -1,3 +1,4 @@ +title: CreateAuctionCelo type: object properties: chain: diff --git a/components/schemas/CreateAuctionCeloKMS.yml b/components/schemas/CreateAuctionCeloKMS.yml index 6d2fbe0..7578425 100644 --- a/components/schemas/CreateAuctionCeloKMS.yml +++ b/components/schemas/CreateAuctionCeloKMS.yml @@ -1,3 +1,4 @@ +title: CreateAuctionCeloKMS type: object properties: chain: diff --git a/components/schemas/CreateAuctionKMS.yml b/components/schemas/CreateAuctionKMS.yml index 4b1ab8e..fe9541f 100644 --- a/components/schemas/CreateAuctionKMS.yml +++ b/components/schemas/CreateAuctionKMS.yml @@ -1,3 +1,4 @@ +title: CreateAuctionKMS type: object properties: chain: diff --git a/components/schemas/CreateBnbAsset.yml b/components/schemas/CreateBnbAsset.yml index 4f89a5e..33b792a 100644 --- a/components/schemas/CreateBnbAsset.yml +++ b/components/schemas/CreateBnbAsset.yml @@ -1,3 +1,4 @@ +title: CreateBnbAsset type: object properties: token: diff --git a/components/schemas/CreateContractAddressLogEventSubscription.yml b/components/schemas/CreateContractAddressLogEventSubscription.yml index 1f42f9f..c7c4e7b 100644 --- a/components/schemas/CreateContractAddressLogEventSubscription.yml +++ b/components/schemas/CreateContractAddressLogEventSubscription.yml @@ -1,3 +1,4 @@ +title: CreateContractAddressLogEventSubscription type: object required: - type diff --git a/components/schemas/CreateFutureTrade.yml b/components/schemas/CreateFutureTrade.yml index 7dcc0ee..af23f02 100644 --- a/components/schemas/CreateFutureTrade.yml +++ b/components/schemas/CreateFutureTrade.yml @@ -1,3 +1,4 @@ +title: CreateFutureTrade type: object required: - type diff --git a/components/schemas/CreateGasPump.yml b/components/schemas/CreateGasPump.yml index d009dc3..2a5e55c 100644 --- a/components/schemas/CreateGasPump.yml +++ b/components/schemas/CreateGasPump.yml @@ -1,3 +1,4 @@ +title: CreateGasPump type: object properties: chain: diff --git a/components/schemas/CreateRecord.yml b/components/schemas/CreateRecord.yml index d82ff3b..7ff622a 100644 --- a/components/schemas/CreateRecord.yml +++ b/components/schemas/CreateRecord.yml @@ -1,3 +1,4 @@ +title: CreateRecord type: object properties: data: diff --git a/components/schemas/CreateRecordCelo.yml b/components/schemas/CreateRecordCelo.yml index 3534e98..4ffeeeb 100644 --- a/components/schemas/CreateRecordCelo.yml +++ b/components/schemas/CreateRecordCelo.yml @@ -1,3 +1,4 @@ +title: CreateRecordCelo type: object properties: data: diff --git a/components/schemas/CreateRecordKMS.yml b/components/schemas/CreateRecordKMS.yml index d1add49..7155f3c 100644 --- a/components/schemas/CreateRecordKMS.yml +++ b/components/schemas/CreateRecordKMS.yml @@ -1,3 +1,4 @@ +title: CreateRecordKMS type: object properties: data: diff --git a/components/schemas/CreateSubscriptionBalance.yml b/components/schemas/CreateSubscriptionBalance.yml index 5eaf11d..9d6e00c 100644 --- a/components/schemas/CreateSubscriptionBalance.yml +++ b/components/schemas/CreateSubscriptionBalance.yml @@ -1,3 +1,4 @@ +title: CreateSubscriptionBalance type: object required: - type diff --git a/components/schemas/CreateSubscriptionContractLogEvent.yml b/components/schemas/CreateSubscriptionContractLogEvent.yml index deee963..32938ed 100644 --- a/components/schemas/CreateSubscriptionContractLogEvent.yml +++ b/components/schemas/CreateSubscriptionContractLogEvent.yml @@ -1,3 +1,4 @@ +title: CreateSubscriptionContractLogEvent type: object required: - type diff --git a/components/schemas/CreateSubscriptionIncoming.yml b/components/schemas/CreateSubscriptionIncoming.yml index fc3d870..9410320 100644 --- a/components/schemas/CreateSubscriptionIncoming.yml +++ b/components/schemas/CreateSubscriptionIncoming.yml @@ -1,3 +1,4 @@ +title: CreateSubscriptionIncoming type: object required: - type diff --git a/components/schemas/CreateSubscriptionInterval.yml b/components/schemas/CreateSubscriptionInterval.yml index 73cc43e..3560730 100644 --- a/components/schemas/CreateSubscriptionInterval.yml +++ b/components/schemas/CreateSubscriptionInterval.yml @@ -1,3 +1,4 @@ +title: CreateSubscriptionInterval type: object required: - type diff --git a/components/schemas/CreateSubscriptionKMSError.yml b/components/schemas/CreateSubscriptionKMSError.yml index a297939..0686f59 100644 --- a/components/schemas/CreateSubscriptionKMSError.yml +++ b/components/schemas/CreateSubscriptionKMSError.yml @@ -1,3 +1,4 @@ +title: CreateSubscriptionKMSError type: object required: - type diff --git a/components/schemas/CreateSubscriptionKMSSuccess.yml b/components/schemas/CreateSubscriptionKMSSuccess.yml index 8e6030b..b0c2ee9 100644 --- a/components/schemas/CreateSubscriptionKMSSuccess.yml +++ b/components/schemas/CreateSubscriptionKMSSuccess.yml @@ -1,3 +1,4 @@ +title: CreateSubscriptionKMSSuccess type: object required: - type diff --git a/components/schemas/CreateSubscriptionMultiTokenTransferEvent.yml b/components/schemas/CreateSubscriptionMultiTokenTransferEvent.yml index 4fe2825..b7eefb6 100644 --- a/components/schemas/CreateSubscriptionMultiTokenTransferEvent.yml +++ b/components/schemas/CreateSubscriptionMultiTokenTransferEvent.yml @@ -1,3 +1,4 @@ +title: CreateSubscriptionMultiTokenTransferEvent type: object required: - type diff --git a/components/schemas/CreateSubscriptionNftTransferEvent.yml b/components/schemas/CreateSubscriptionNftTransferEvent.yml index 6176b3f..74fcafa 100644 --- a/components/schemas/CreateSubscriptionNftTransferEvent.yml +++ b/components/schemas/CreateSubscriptionNftTransferEvent.yml @@ -1,3 +1,4 @@ +title: CreateSubscriptionNftTransferEvent type: object required: - type diff --git a/components/schemas/CreateSubscriptionNotification.yml b/components/schemas/CreateSubscriptionNotification.yml index 021499a..488af58 100644 --- a/components/schemas/CreateSubscriptionNotification.yml +++ b/components/schemas/CreateSubscriptionNotification.yml @@ -1,3 +1,4 @@ +title: CreateSubscriptionNotification type: object required: - type diff --git a/components/schemas/CreateSubscriptionPartialTradeMatch.yml b/components/schemas/CreateSubscriptionPartialTradeMatch.yml index 555f3d5..15df83c 100644 --- a/components/schemas/CreateSubscriptionPartialTradeMatch.yml +++ b/components/schemas/CreateSubscriptionPartialTradeMatch.yml @@ -1,3 +1,4 @@ +title: CreateSubscriptionPartialTradeMatch type: object required: - type diff --git a/components/schemas/CreateSubscriptionPending.yml b/components/schemas/CreateSubscriptionPending.yml index fed46bc..67f5390 100644 --- a/components/schemas/CreateSubscriptionPending.yml +++ b/components/schemas/CreateSubscriptionPending.yml @@ -1,3 +1,4 @@ +title: CreateSubscriptionPending type: object required: - type diff --git a/components/schemas/CreateSubscriptionTradeMatch.yml b/components/schemas/CreateSubscriptionTradeMatch.yml index 53627d7..3eff124 100644 --- a/components/schemas/CreateSubscriptionTradeMatch.yml +++ b/components/schemas/CreateSubscriptionTradeMatch.yml @@ -1,3 +1,4 @@ +title: CreateSubscriptionTradeMatch type: object required: - type diff --git a/components/schemas/CreateSubscriptionTxInTheBlock.yml b/components/schemas/CreateSubscriptionTxInTheBlock.yml index 7371b84..1a9c210 100644 --- a/components/schemas/CreateSubscriptionTxInTheBlock.yml +++ b/components/schemas/CreateSubscriptionTxInTheBlock.yml @@ -1,3 +1,4 @@ +title: CreateSubscriptionTxInTheBlock type: object required: - type diff --git a/components/schemas/CreateTrade.yml b/components/schemas/CreateTrade.yml index 1b12a45..d1543ca 100644 --- a/components/schemas/CreateTrade.yml +++ b/components/schemas/CreateTrade.yml @@ -1,3 +1,4 @@ +title: CreateTrade type: object required: - type diff --git a/components/schemas/CreateTransaction.yml b/components/schemas/CreateTransaction.yml index e706c5d..227eb6c 100644 --- a/components/schemas/CreateTransaction.yml +++ b/components/schemas/CreateTransaction.yml @@ -1,3 +1,4 @@ +title: CreateTransaction properties: senderAccountId: description: Internal sender account ID within Tatum platform diff --git a/components/schemas/CreateTronTrc10Blockchain.yml b/components/schemas/CreateTronTrc10Blockchain.yml index 924aa5d..ff67ae1 100644 --- a/components/schemas/CreateTronTrc10Blockchain.yml +++ b/components/schemas/CreateTronTrc10Blockchain.yml @@ -1,3 +1,4 @@ +title: CreateTronTrc10Blockchain type: object properties: fromPrivateKey: diff --git a/components/schemas/CreateTronTrc10BlockchainKMS.yml b/components/schemas/CreateTronTrc10BlockchainKMS.yml index 634204d..47c3948 100644 --- a/components/schemas/CreateTronTrc10BlockchainKMS.yml +++ b/components/schemas/CreateTronTrc10BlockchainKMS.yml @@ -1,3 +1,4 @@ +title: CreateTronTrc10BlockchainKMS type: object properties: from: diff --git a/components/schemas/CreateTronTrc20Blockchain.yml b/components/schemas/CreateTronTrc20Blockchain.yml index be6d4c6..43d60ca 100644 --- a/components/schemas/CreateTronTrc20Blockchain.yml +++ b/components/schemas/CreateTronTrc20Blockchain.yml @@ -1,3 +1,4 @@ +title: CreateTronTrc20Blockchain type: object properties: fromPrivateKey: diff --git a/components/schemas/CreateTronTrc20BlockchainKMS.yml b/components/schemas/CreateTronTrc20BlockchainKMS.yml index bff37a4..4053569 100644 --- a/components/schemas/CreateTronTrc20BlockchainKMS.yml +++ b/components/schemas/CreateTronTrc20BlockchainKMS.yml @@ -1,3 +1,4 @@ +title: CreateTronTrc20BlockchainKMS type: object properties: from: diff --git a/components/schemas/CreateXlmAsset.yml b/components/schemas/CreateXlmAsset.yml index d612745..be0c954 100644 --- a/components/schemas/CreateXlmAsset.yml +++ b/components/schemas/CreateXlmAsset.yml @@ -1,3 +1,4 @@ +title: CreateXlmAsset type: object properties: issuerAccount: diff --git a/components/schemas/CreateXrpAsset.yml b/components/schemas/CreateXrpAsset.yml index 5baeeb5..cbf9ca8 100644 --- a/components/schemas/CreateXrpAsset.yml +++ b/components/schemas/CreateXrpAsset.yml @@ -1,3 +1,4 @@ +title: CreateXrpAsset type: object properties: issuerAccount: diff --git a/components/schemas/CronosBalance.yml b/components/schemas/CronosBalance.yml index cfb6455..7f92847 100644 --- a/components/schemas/CronosBalance.yml +++ b/components/schemas/CronosBalance.yml @@ -1,3 +1,4 @@ +title: CronosBalance type: object properties: balance: diff --git a/components/schemas/CronosBlock.yml b/components/schemas/CronosBlock.yml index f54813a..f297f21 100644 --- a/components/schemas/CronosBlock.yml +++ b/components/schemas/CronosBlock.yml @@ -1,3 +1,4 @@ +title: CronosBlock type: object properties: difficulty: diff --git a/components/schemas/CronosEstimateGas.yml b/components/schemas/CronosEstimateGas.yml index d1577fd..c4a4ef7 100644 --- a/components/schemas/CronosEstimateGas.yml +++ b/components/schemas/CronosEstimateGas.yml @@ -1,3 +1,4 @@ +title: CronosEstimateGas type: object properties: from: diff --git a/components/schemas/CronosTx.yml b/components/schemas/CronosTx.yml index 77d8401..ebc0e43 100644 --- a/components/schemas/CronosTx.yml +++ b/components/schemas/CronosTx.yml @@ -1,3 +1,4 @@ +title: CronosTx type: object properties: blockHash: diff --git a/components/schemas/Cursor.yml b/components/schemas/Cursor.yml index 9f5223f..075d29a 100644 --- a/components/schemas/Cursor.yml +++ b/components/schemas/Cursor.yml @@ -1,3 +1,4 @@ +title: Cursor type: string description: "Cursor pagination, used to get next page or previous page of results.\ diff --git a/components/schemas/CustodialManagedAddress.yml b/components/schemas/CustodialManagedAddress.yml index 3a0767a..68d70a0 100644 --- a/components/schemas/CustodialManagedAddress.yml +++ b/components/schemas/CustodialManagedAddress.yml @@ -1,3 +1,4 @@ +title: CustodialManagedAddress type: object required: - address diff --git a/components/schemas/CustomFee.yml b/components/schemas/CustomFee.yml index afb7f16..960f0d8 100644 --- a/components/schemas/CustomFee.yml +++ b/components/schemas/CustomFee.yml @@ -1,3 +1,4 @@ +title: CustomFee description: The custom defined fee; if not present, will be calculated automatically type: object required: diff --git a/components/schemas/Customer.yml b/components/schemas/Customer.yml index 310992b..5a1a2a9 100644 --- a/components/schemas/Customer.yml +++ b/components/schemas/Customer.yml @@ -1,3 +1,4 @@ +title: Customer required: - active - id diff --git a/components/schemas/CustomerRegistration.yml b/components/schemas/CustomerRegistration.yml index 7aed14a..d5da755 100644 --- a/components/schemas/CustomerRegistration.yml +++ b/components/schemas/CustomerRegistration.yml @@ -1,3 +1,4 @@ +title: CustomerRegistration properties: externalId: description: diff --git a/components/schemas/CustomerUpdate.yml b/components/schemas/CustomerUpdate.yml index 6ada873..9fa5c87 100644 --- a/components/schemas/CustomerUpdate.yml +++ b/components/schemas/CustomerUpdate.yml @@ -1,3 +1,4 @@ +title: CustomerUpdate properties: externalId: description: External customer ID. If not set, it will not be updated. diff --git a/components/schemas/Data.yml b/components/schemas/Data.yml index dc2c593..25225c6 100644 --- a/components/schemas/Data.yml +++ b/components/schemas/Data.yml @@ -1,3 +1,4 @@ +title: Data type: object properties: data: diff --git a/components/schemas/DecodedDataCommon.yml b/components/schemas/DecodedDataCommon.yml index 5a525ab..bdceb75 100644 --- a/components/schemas/DecodedDataCommon.yml +++ b/components/schemas/DecodedDataCommon.yml @@ -1,3 +1,4 @@ +title: DecodedDataCommon type: object description: Common properties for decoded data events. properties: diff --git a/components/schemas/DeployAbstractContract.yml b/components/schemas/DeployAbstractContract.yml index 4689ffe..b48156c 100644 --- a/components/schemas/DeployAbstractContract.yml +++ b/components/schemas/DeployAbstractContract.yml @@ -1,3 +1,4 @@ +title: DeployAbstractContract type: object required: - chain diff --git a/components/schemas/DeployAlgoErc20OffchainKMSAddress.yml b/components/schemas/DeployAlgoErc20OffchainKMSAddress.yml index 5b010ca..dde92c0 100644 --- a/components/schemas/DeployAlgoErc20OffchainKMSAddress.yml +++ b/components/schemas/DeployAlgoErc20OffchainKMSAddress.yml @@ -1,3 +1,4 @@ +title: DeployAlgoErc20OffchainKMSAddress type: object properties: symbol: diff --git a/components/schemas/DeployAlgoErc20OffchainMnemonicAddress.yml b/components/schemas/DeployAlgoErc20OffchainMnemonicAddress.yml index 9511994..faaf90c 100644 --- a/components/schemas/DeployAlgoErc20OffchainMnemonicAddress.yml +++ b/components/schemas/DeployAlgoErc20OffchainMnemonicAddress.yml @@ -1,3 +1,4 @@ +title: DeployAlgoErc20OffchainMnemonicAddress type: object properties: symbol: diff --git a/components/schemas/DeployAlgoErc20OffchainPKAddress.yml b/components/schemas/DeployAlgoErc20OffchainPKAddress.yml index 2401096..a47c35f 100644 --- a/components/schemas/DeployAlgoErc20OffchainPKAddress.yml +++ b/components/schemas/DeployAlgoErc20OffchainPKAddress.yml @@ -1,3 +1,4 @@ +title: DeployAlgoErc20OffchainPKAddress type: object properties: symbol: diff --git a/components/schemas/DeployAlgoErc20Response.yml b/components/schemas/DeployAlgoErc20Response.yml index 73e16ff..395cc70 100644 --- a/components/schemas/DeployAlgoErc20Response.yml +++ b/components/schemas/DeployAlgoErc20Response.yml @@ -1,3 +1,4 @@ +title: DeployAlgoErc20Response properties: accountId: description: diff --git a/components/schemas/DeployAlgoErc20SignatureResponse.yml b/components/schemas/DeployAlgoErc20SignatureResponse.yml index 8b2e56e..2fe078c 100644 --- a/components/schemas/DeployAlgoErc20SignatureResponse.yml +++ b/components/schemas/DeployAlgoErc20SignatureResponse.yml @@ -1,3 +1,4 @@ +title: DeployAlgoErc20SignatureResponse properties: accountId: description: diff --git a/components/schemas/DeployBep20.yml b/components/schemas/DeployBep20.yml index f114dbb..f4f6711 100644 --- a/components/schemas/DeployBep20.yml +++ b/components/schemas/DeployBep20.yml @@ -1,3 +1,4 @@ +title: DeployBep20 type: object properties: symbol: diff --git a/components/schemas/DeployBep20KMS.yml b/components/schemas/DeployBep20KMS.yml index b8c5716..bab17cb 100644 --- a/components/schemas/DeployBep20KMS.yml +++ b/components/schemas/DeployBep20KMS.yml @@ -1,3 +1,4 @@ +title: DeployBep20KMS type: object properties: symbol: diff --git a/components/schemas/DeployCeloErc20OffchainKMSAddress.yml b/components/schemas/DeployCeloErc20OffchainKMSAddress.yml index a8b578a..afd1fd9 100644 --- a/components/schemas/DeployCeloErc20OffchainKMSAddress.yml +++ b/components/schemas/DeployCeloErc20OffchainKMSAddress.yml @@ -1,3 +1,4 @@ +title: DeployCeloErc20OffchainKMSAddress allOf: - type: object required: diff --git a/components/schemas/DeployCeloErc20OffchainKMSXpub.yml b/components/schemas/DeployCeloErc20OffchainKMSXpub.yml index 8e8392a..0a5ec04 100644 --- a/components/schemas/DeployCeloErc20OffchainKMSXpub.yml +++ b/components/schemas/DeployCeloErc20OffchainKMSXpub.yml @@ -1,3 +1,4 @@ +title: DeployCeloErc20OffchainKMSXpub allOf: - type: object required: diff --git a/components/schemas/DeployCeloErc20OffchainMnemXpub.yml b/components/schemas/DeployCeloErc20OffchainMnemXpub.yml index a395492..d83f6b1 100644 --- a/components/schemas/DeployCeloErc20OffchainMnemXpub.yml +++ b/components/schemas/DeployCeloErc20OffchainMnemXpub.yml @@ -1,3 +1,4 @@ +title: DeployCeloErc20OffchainMnemXpub allOf: - type: object required: diff --git a/components/schemas/DeployCeloErc20OffchainMnemonicAddress.yml b/components/schemas/DeployCeloErc20OffchainMnemonicAddress.yml index ab821ef..8a19346 100644 --- a/components/schemas/DeployCeloErc20OffchainMnemonicAddress.yml +++ b/components/schemas/DeployCeloErc20OffchainMnemonicAddress.yml @@ -1,3 +1,4 @@ +title: DeployCeloErc20OffchainMnemonicAddress allOf: - type: object required: diff --git a/components/schemas/DeployCeloErc20OffchainPKAddress.yml b/components/schemas/DeployCeloErc20OffchainPKAddress.yml index a765106..ba99070 100644 --- a/components/schemas/DeployCeloErc20OffchainPKAddress.yml +++ b/components/schemas/DeployCeloErc20OffchainPKAddress.yml @@ -1,3 +1,4 @@ +title: DeployCeloErc20OffchainPKAddress allOf: - type: object required: diff --git a/components/schemas/DeployCeloErc20OffchainPKXpub.yml b/components/schemas/DeployCeloErc20OffchainPKXpub.yml index ecc5ed9..416ba2c 100644 --- a/components/schemas/DeployCeloErc20OffchainPKXpub.yml +++ b/components/schemas/DeployCeloErc20OffchainPKXpub.yml @@ -1,3 +1,4 @@ +title: DeployCeloErc20OffchainPKXpub allOf: - type: object required: diff --git a/components/schemas/DeployErc1155Contract.yml b/components/schemas/DeployErc1155Contract.yml index a90dd0c..b4432ae 100644 --- a/components/schemas/DeployErc1155Contract.yml +++ b/components/schemas/DeployErc1155Contract.yml @@ -1,3 +1,4 @@ +title: DeployErc1155Contract allOf: - $ref: "../migrated_v1.yml#/components/schemas/DeployAbstractContract" - type: object diff --git a/components/schemas/DeployErc20.yml b/components/schemas/DeployErc20.yml index f8689a6..635041d 100644 --- a/components/schemas/DeployErc20.yml +++ b/components/schemas/DeployErc20.yml @@ -1,3 +1,4 @@ +title: DeployErc20 type: object properties: symbol: diff --git a/components/schemas/DeployErc20Celo.yml b/components/schemas/DeployErc20Celo.yml index 099375c..225e827 100644 --- a/components/schemas/DeployErc20Celo.yml +++ b/components/schemas/DeployErc20Celo.yml @@ -1,3 +1,4 @@ +title: DeployErc20Celo type: object properties: symbol: diff --git a/components/schemas/DeployErc20Contract.yml b/components/schemas/DeployErc20Contract.yml index 6faddd6..adce7d7 100644 --- a/components/schemas/DeployErc20Contract.yml +++ b/components/schemas/DeployErc20Contract.yml @@ -1,3 +1,4 @@ +title: DeployErc20Contract allOf: - $ref: "../migrated_v1.yml#/components/schemas/DeployAbstractContract" - type: object diff --git a/components/schemas/DeployErc20KMS.yml b/components/schemas/DeployErc20KMS.yml index bc7d6b1..490c6a8 100644 --- a/components/schemas/DeployErc20KMS.yml +++ b/components/schemas/DeployErc20KMS.yml @@ -1,3 +1,4 @@ +title: DeployErc20KMS type: object properties: symbol: diff --git a/components/schemas/DeployErc20KMSCelo.yml b/components/schemas/DeployErc20KMSCelo.yml index 7dd06f1..8cd65a4 100644 --- a/components/schemas/DeployErc20KMSCelo.yml +++ b/components/schemas/DeployErc20KMSCelo.yml @@ -1,3 +1,4 @@ +title: DeployErc20KMSCelo type: object properties: symbol: diff --git a/components/schemas/DeployErc20OffchainKMSAddress.yml b/components/schemas/DeployErc20OffchainKMSAddress.yml index d2129bd..eed34d9 100644 --- a/components/schemas/DeployErc20OffchainKMSAddress.yml +++ b/components/schemas/DeployErc20OffchainKMSAddress.yml @@ -1,3 +1,4 @@ +title: DeployErc20OffchainKMSAddress type: object properties: symbol: diff --git a/components/schemas/DeployErc20OffchainKMSXpub.yml b/components/schemas/DeployErc20OffchainKMSXpub.yml index 03ccdb5..10847fd 100644 --- a/components/schemas/DeployErc20OffchainKMSXpub.yml +++ b/components/schemas/DeployErc20OffchainKMSXpub.yml @@ -1,3 +1,4 @@ +title: DeployErc20OffchainKMSXpub type: object properties: symbol: diff --git a/components/schemas/DeployErc20OffchainMnemXpub.yml b/components/schemas/DeployErc20OffchainMnemXpub.yml index 43e5bb9..87f9d1f 100644 --- a/components/schemas/DeployErc20OffchainMnemXpub.yml +++ b/components/schemas/DeployErc20OffchainMnemXpub.yml @@ -1,3 +1,4 @@ +title: DeployErc20OffchainMnemXpub type: object properties: symbol: diff --git a/components/schemas/DeployErc20OffchainMnemonicAddress.yml b/components/schemas/DeployErc20OffchainMnemonicAddress.yml index cd3c566..de73d1c 100644 --- a/components/schemas/DeployErc20OffchainMnemonicAddress.yml +++ b/components/schemas/DeployErc20OffchainMnemonicAddress.yml @@ -1,3 +1,4 @@ +title: DeployErc20OffchainMnemonicAddress type: object properties: symbol: diff --git a/components/schemas/DeployErc20OffchainPKAddress.yml b/components/schemas/DeployErc20OffchainPKAddress.yml index 273ca4f..a0f54e9 100644 --- a/components/schemas/DeployErc20OffchainPKAddress.yml +++ b/components/schemas/DeployErc20OffchainPKAddress.yml @@ -1,3 +1,4 @@ +title: DeployErc20OffchainPKAddress type: object properties: symbol: diff --git a/components/schemas/DeployErc20OffchainPKXpub.yml b/components/schemas/DeployErc20OffchainPKXpub.yml index 686114d..27df2a3 100644 --- a/components/schemas/DeployErc20OffchainPKXpub.yml +++ b/components/schemas/DeployErc20OffchainPKXpub.yml @@ -1,3 +1,4 @@ +title: DeployErc20OffchainPKXpub type: object properties: symbol: diff --git a/components/schemas/DeployErc20Response.yml b/components/schemas/DeployErc20Response.yml index 6a3be6f..94288fb 100644 --- a/components/schemas/DeployErc20Response.yml +++ b/components/schemas/DeployErc20Response.yml @@ -1,3 +1,4 @@ +title: DeployErc20Response properties: accountId: description: diff --git a/components/schemas/DeployErc20SignatureResponse.yml b/components/schemas/DeployErc20SignatureResponse.yml index 3d1a974..157ccc7 100644 --- a/components/schemas/DeployErc20SignatureResponse.yml +++ b/components/schemas/DeployErc20SignatureResponse.yml @@ -1,3 +1,4 @@ +title: DeployErc20SignatureResponse properties: accountId: description: diff --git a/components/schemas/DeployErc721.yml b/components/schemas/DeployErc721.yml index b8fb7c6..39eb630 100644 --- a/components/schemas/DeployErc721.yml +++ b/components/schemas/DeployErc721.yml @@ -1,3 +1,4 @@ +title: DeployErc721 type: object properties: name: diff --git a/components/schemas/DeployErc721Celo.yml b/components/schemas/DeployErc721Celo.yml index 5bd6a69..4d02c43 100644 --- a/components/schemas/DeployErc721Celo.yml +++ b/components/schemas/DeployErc721Celo.yml @@ -1,3 +1,4 @@ +title: DeployErc721Celo type: object properties: name: diff --git a/components/schemas/DeployErc721CeloKMS.yml b/components/schemas/DeployErc721CeloKMS.yml index ae24400..85b8392 100644 --- a/components/schemas/DeployErc721CeloKMS.yml +++ b/components/schemas/DeployErc721CeloKMS.yml @@ -1,3 +1,4 @@ +title: DeployErc721CeloKMS type: object properties: name: diff --git a/components/schemas/DeployErc721Contract.yml b/components/schemas/DeployErc721Contract.yml index 04659cd..0aad52f 100644 --- a/components/schemas/DeployErc721Contract.yml +++ b/components/schemas/DeployErc721Contract.yml @@ -1,3 +1,4 @@ +title: DeployErc721Contract allOf: - $ref: "../migrated_v1.yml#/components/schemas/DeployAbstractContract" - type: object diff --git a/components/schemas/DeployErc721KMS.yml b/components/schemas/DeployErc721KMS.yml index 5f3fb88..99026fd 100644 --- a/components/schemas/DeployErc721KMS.yml +++ b/components/schemas/DeployErc721KMS.yml @@ -1,3 +1,4 @@ +title: DeployErc721KMS type: object properties: name: diff --git a/components/schemas/DeployKCSErc20OffchainKMSAddress.yml b/components/schemas/DeployKCSErc20OffchainKMSAddress.yml index d809b0c..28e0145 100644 --- a/components/schemas/DeployKCSErc20OffchainKMSAddress.yml +++ b/components/schemas/DeployKCSErc20OffchainKMSAddress.yml @@ -1,3 +1,4 @@ +title: DeployKCSErc20OffchainKMSAddress type: object properties: symbol: diff --git a/components/schemas/DeployKCSErc20OffchainKMSXpub.yml b/components/schemas/DeployKCSErc20OffchainKMSXpub.yml index 75ba547..1afcec3 100644 --- a/components/schemas/DeployKCSErc20OffchainKMSXpub.yml +++ b/components/schemas/DeployKCSErc20OffchainKMSXpub.yml @@ -1,3 +1,4 @@ +title: DeployKCSErc20OffchainKMSXpub type: object properties: symbol: diff --git a/components/schemas/DeployKCSErc20OffchainMnemXpub.yml b/components/schemas/DeployKCSErc20OffchainMnemXpub.yml index e3800c3..4025f47 100644 --- a/components/schemas/DeployKCSErc20OffchainMnemXpub.yml +++ b/components/schemas/DeployKCSErc20OffchainMnemXpub.yml @@ -1,3 +1,4 @@ +title: DeployKCSErc20OffchainMnemXpub type: object properties: symbol: diff --git a/components/schemas/DeployKCSErc20OffchainMnemonicAddress.yml b/components/schemas/DeployKCSErc20OffchainMnemonicAddress.yml index dc67d9b..3fb2fae 100644 --- a/components/schemas/DeployKCSErc20OffchainMnemonicAddress.yml +++ b/components/schemas/DeployKCSErc20OffchainMnemonicAddress.yml @@ -1,3 +1,4 @@ +title: DeployKCSErc20OffchainMnemonicAddress type: object properties: symbol: diff --git a/components/schemas/DeployKCSErc20OffchainPKAddress.yml b/components/schemas/DeployKCSErc20OffchainPKAddress.yml index 50f6fda..43075b1 100644 --- a/components/schemas/DeployKCSErc20OffchainPKAddress.yml +++ b/components/schemas/DeployKCSErc20OffchainPKAddress.yml @@ -1,3 +1,4 @@ +title: DeployKCSErc20OffchainPKAddress type: object properties: symbol: diff --git a/components/schemas/DeployKCSErc20OffchainPKXpub.yml b/components/schemas/DeployKCSErc20OffchainPKXpub.yml index c3fb5ca..75fbc12 100644 --- a/components/schemas/DeployKCSErc20OffchainPKXpub.yml +++ b/components/schemas/DeployKCSErc20OffchainPKXpub.yml @@ -1,3 +1,4 @@ +title: DeployKCSErc20OffchainPKXpub type: object properties: symbol: diff --git a/components/schemas/DeployMultiToken.yml b/components/schemas/DeployMultiToken.yml index bf9a310..1f36070 100644 --- a/components/schemas/DeployMultiToken.yml +++ b/components/schemas/DeployMultiToken.yml @@ -1,3 +1,4 @@ +title: DeployMultiToken type: object properties: chain: diff --git a/components/schemas/DeployMultiTokenCelo.yml b/components/schemas/DeployMultiTokenCelo.yml index 30c7984..53c7a50 100644 --- a/components/schemas/DeployMultiTokenCelo.yml +++ b/components/schemas/DeployMultiTokenCelo.yml @@ -1,3 +1,4 @@ +title: DeployMultiTokenCelo type: object properties: chain: diff --git a/components/schemas/DeployMultiTokenCeloKMS.yml b/components/schemas/DeployMultiTokenCeloKMS.yml index 9508442..4115560 100644 --- a/components/schemas/DeployMultiTokenCeloKMS.yml +++ b/components/schemas/DeployMultiTokenCeloKMS.yml @@ -1,3 +1,4 @@ +title: DeployMultiTokenCeloKMS type: object properties: chain: diff --git a/components/schemas/DeployMultiTokenKMS.yml b/components/schemas/DeployMultiTokenKMS.yml index 4e3186f..8b96231 100644 --- a/components/schemas/DeployMultiTokenKMS.yml +++ b/components/schemas/DeployMultiTokenKMS.yml @@ -1,3 +1,4 @@ +title: DeployMultiTokenKMS type: object properties: chain: diff --git a/components/schemas/DeployNft.yml b/components/schemas/DeployNft.yml index 831e623..e70cf45 100644 --- a/components/schemas/DeployNft.yml +++ b/components/schemas/DeployNft.yml @@ -1,3 +1,4 @@ +title: DeployNft type: object properties: chain: diff --git a/components/schemas/DeployNftCelo.yml b/components/schemas/DeployNftCelo.yml index cd7c8bd..01877a4 100644 --- a/components/schemas/DeployNftCelo.yml +++ b/components/schemas/DeployNftCelo.yml @@ -1,3 +1,4 @@ +title: DeployNftCelo type: object properties: chain: diff --git a/components/schemas/DeployNftCeloKMS.yml b/components/schemas/DeployNftCeloKMS.yml index 7c42922..f9c0657 100644 --- a/components/schemas/DeployNftCeloKMS.yml +++ b/components/schemas/DeployNftCeloKMS.yml @@ -1,3 +1,4 @@ +title: DeployNftCeloKMS type: object properties: chain: diff --git a/components/schemas/DeployNftFlowKMS.yml b/components/schemas/DeployNftFlowKMS.yml index 509fc92..a09640d 100644 --- a/components/schemas/DeployNftFlowKMS.yml +++ b/components/schemas/DeployNftFlowKMS.yml @@ -1,3 +1,4 @@ +title: DeployNftFlowKMS type: object properties: chain: diff --git a/components/schemas/DeployNftFlowMnemonic.yml b/components/schemas/DeployNftFlowMnemonic.yml index ced692e..c273238 100644 --- a/components/schemas/DeployNftFlowMnemonic.yml +++ b/components/schemas/DeployNftFlowMnemonic.yml @@ -1,3 +1,4 @@ +title: DeployNftFlowMnemonic type: object properties: chain: diff --git a/components/schemas/DeployNftFlowPK.yml b/components/schemas/DeployNftFlowPK.yml index f5815ad..2eefb11 100644 --- a/components/schemas/DeployNftFlowPK.yml +++ b/components/schemas/DeployNftFlowPK.yml @@ -1,3 +1,4 @@ +title: DeployNftFlowPK type: object properties: chain: diff --git a/components/schemas/DeployNftKMS.yml b/components/schemas/DeployNftKMS.yml index 4849e13..e57048d 100644 --- a/components/schemas/DeployNftKMS.yml +++ b/components/schemas/DeployNftKMS.yml @@ -1,3 +1,4 @@ +title: DeployNftKMS type: object properties: chain: diff --git a/components/schemas/DeployNftTezos.yml b/components/schemas/DeployNftTezos.yml index 4f004a2..c8790b3 100644 --- a/components/schemas/DeployNftTezos.yml +++ b/components/schemas/DeployNftTezos.yml @@ -1,3 +1,4 @@ +title: DeployNftTezos type: object properties: chain: diff --git a/components/schemas/DeployNftTron.yml b/components/schemas/DeployNftTron.yml index 7b1a912..7d95b21 100644 --- a/components/schemas/DeployNftTron.yml +++ b/components/schemas/DeployNftTron.yml @@ -1,3 +1,4 @@ +title: DeployNftTron type: object properties: chain: diff --git a/components/schemas/DeployNftTronKMS.yml b/components/schemas/DeployNftTronKMS.yml index d0febd7..795d206 100644 --- a/components/schemas/DeployNftTronKMS.yml +++ b/components/schemas/DeployNftTronKMS.yml @@ -1,3 +1,4 @@ +title: DeployNftTronKMS type: object properties: chain: diff --git a/components/schemas/DeployTrcOffchainKMSAddress.yml b/components/schemas/DeployTrcOffchainKMSAddress.yml index 1bc3332..c182357 100644 --- a/components/schemas/DeployTrcOffchainKMSAddress.yml +++ b/components/schemas/DeployTrcOffchainKMSAddress.yml @@ -1,3 +1,4 @@ +title: DeployTrcOffchainKMSAddress type: object properties: symbol: diff --git a/components/schemas/DeployTrcOffchainKMSXpub.yml b/components/schemas/DeployTrcOffchainKMSXpub.yml index 16f76c5..3948810 100644 --- a/components/schemas/DeployTrcOffchainKMSXpub.yml +++ b/components/schemas/DeployTrcOffchainKMSXpub.yml @@ -1,3 +1,4 @@ +title: DeployTrcOffchainKMSXpub type: object properties: symbol: diff --git a/components/schemas/DeployTrcOffchainMnemXpub.yml b/components/schemas/DeployTrcOffchainMnemXpub.yml index 0189871..ba52edc 100644 --- a/components/schemas/DeployTrcOffchainMnemXpub.yml +++ b/components/schemas/DeployTrcOffchainMnemXpub.yml @@ -1,3 +1,4 @@ +title: DeployTrcOffchainMnemXpub type: object properties: symbol: diff --git a/components/schemas/DeployTrcOffchainMnemonicAddress.yml b/components/schemas/DeployTrcOffchainMnemonicAddress.yml index 75e08d6..3c6661d 100644 --- a/components/schemas/DeployTrcOffchainMnemonicAddress.yml +++ b/components/schemas/DeployTrcOffchainMnemonicAddress.yml @@ -1,3 +1,4 @@ +title: DeployTrcOffchainMnemonicAddress type: object properties: symbol: diff --git a/components/schemas/DeployTrcOffchainPKAddress.yml b/components/schemas/DeployTrcOffchainPKAddress.yml index 400281c..9cc2355 100644 --- a/components/schemas/DeployTrcOffchainPKAddress.yml +++ b/components/schemas/DeployTrcOffchainPKAddress.yml @@ -1,3 +1,4 @@ +title: DeployTrcOffchainPKAddress type: object properties: symbol: diff --git a/components/schemas/DeployTrcOffchainPKXpub.yml b/components/schemas/DeployTrcOffchainPKXpub.yml index 2ebb796..c4f41d6 100644 --- a/components/schemas/DeployTrcOffchainPKXpub.yml +++ b/components/schemas/DeployTrcOffchainPKXpub.yml @@ -1,3 +1,4 @@ +title: DeployTrcOffchainPKXpub type: object properties: symbol: diff --git a/components/schemas/Deposit.yml b/components/schemas/Deposit.yml index 84a2b67..37b20b3 100644 --- a/components/schemas/Deposit.yml +++ b/components/schemas/Deposit.yml @@ -1,3 +1,4 @@ +title: Deposit required: - txId - address diff --git a/components/schemas/DogeBlock.yml b/components/schemas/DogeBlock.yml index 2da6495..f45ef23 100644 --- a/components/schemas/DogeBlock.yml +++ b/components/schemas/DogeBlock.yml @@ -1,3 +1,4 @@ +title: DogeBlock type: object properties: hash: diff --git a/components/schemas/DogeInfo.yml b/components/schemas/DogeInfo.yml index 312a31e..ddc9ca3 100644 --- a/components/schemas/DogeInfo.yml +++ b/components/schemas/DogeInfo.yml @@ -1,3 +1,4 @@ +title: DogeInfo type: object properties: chain: diff --git a/components/schemas/DogeTransactionAddress.yml b/components/schemas/DogeTransactionAddress.yml index 1cb4ecc..bf71e90 100644 --- a/components/schemas/DogeTransactionAddress.yml +++ b/components/schemas/DogeTransactionAddress.yml @@ -1,3 +1,4 @@ +title: DogeTransactionAddress type: object required: - to diff --git a/components/schemas/DogeTransactionAddressKMS.yml b/components/schemas/DogeTransactionAddressKMS.yml index 900520c..aa68687 100644 --- a/components/schemas/DogeTransactionAddressKMS.yml +++ b/components/schemas/DogeTransactionAddressKMS.yml @@ -1,3 +1,4 @@ +title: DogeTransactionAddressKMS type: object required: - to diff --git a/components/schemas/DogeTransactionUTXO.yml b/components/schemas/DogeTransactionUTXO.yml index cdf58ae..ecabdbc 100644 --- a/components/schemas/DogeTransactionUTXO.yml +++ b/components/schemas/DogeTransactionUTXO.yml @@ -1,3 +1,4 @@ +title: DogeTransactionUTXO type: object required: - to diff --git a/components/schemas/DogeTransactionUTXOKMS.yml b/components/schemas/DogeTransactionUTXOKMS.yml index a8fe71b..f3015e5 100644 --- a/components/schemas/DogeTransactionUTXOKMS.yml +++ b/components/schemas/DogeTransactionUTXOKMS.yml @@ -1,3 +1,4 @@ +title: DogeTransactionUTXOKMS type: object required: - to diff --git a/components/schemas/DogeTx.yml b/components/schemas/DogeTx.yml index e913259..db8862a 100644 --- a/components/schemas/DogeTx.yml +++ b/components/schemas/DogeTx.yml @@ -1,3 +1,4 @@ +title: DogeTx type: object properties: hash: diff --git a/components/schemas/DogeTxByAddress.yml b/components/schemas/DogeTxByAddress.yml index bef7e6f..0f1cf6b 100644 --- a/components/schemas/DogeTxByAddress.yml +++ b/components/schemas/DogeTxByAddress.yml @@ -1,3 +1,4 @@ +title: DogeTxByAddress type: object properties: hash: diff --git a/components/schemas/DogeUTXO.yml b/components/schemas/DogeUTXO.yml index e692155..5459628 100644 --- a/components/schemas/DogeUTXO.yml +++ b/components/schemas/DogeUTXO.yml @@ -1,3 +1,4 @@ +title: DogeUTXO type: object properties: scriptPubKey: diff --git a/components/schemas/EgldBlock.yml b/components/schemas/EgldBlock.yml index c5596e1..cda4b49 100644 --- a/components/schemas/EgldBlock.yml +++ b/components/schemas/EgldBlock.yml @@ -1,3 +1,4 @@ +title: EgldBlock type: object properties: nonce: diff --git a/components/schemas/EgldShardBlock.yml b/components/schemas/EgldShardBlock.yml index 1dc8c3a..a42d11f 100644 --- a/components/schemas/EgldShardBlock.yml +++ b/components/schemas/EgldShardBlock.yml @@ -1,3 +1,4 @@ +title: EgldShardBlock type: object properties: hash: diff --git a/components/schemas/EgldTx.yml b/components/schemas/EgldTx.yml index 12aa340..ffb6abd 100644 --- a/components/schemas/EgldTx.yml +++ b/components/schemas/EgldTx.yml @@ -1,3 +1,4 @@ +title: EgldTx type: object properties: type: diff --git a/components/schemas/EntitiesCount.yml b/components/schemas/EntitiesCount.yml index f727ae7..b4ad852 100644 --- a/components/schemas/EntitiesCount.yml +++ b/components/schemas/EntitiesCount.yml @@ -1,3 +1,4 @@ +title: EntitiesCount type: object properties: total: diff --git a/components/schemas/Erc20.yml b/components/schemas/Erc20.yml index 09c3991..2558840 100644 --- a/components/schemas/Erc20.yml +++ b/components/schemas/Erc20.yml @@ -1,3 +1,4 @@ +title: Erc20 properties: symbol: description: diff --git a/components/schemas/Erc20Address.yml b/components/schemas/Erc20Address.yml index 3f1177b..bfe2e48 100644 --- a/components/schemas/Erc20Address.yml +++ b/components/schemas/Erc20Address.yml @@ -1,3 +1,4 @@ +title: Erc20Address properties: symbol: description: diff --git a/components/schemas/Erc20Balance.yml b/components/schemas/Erc20Balance.yml index ec2a182..73338e5 100644 --- a/components/schemas/Erc20Balance.yml +++ b/components/schemas/Erc20Balance.yml @@ -1,3 +1,4 @@ +title: Erc20Balance type: object properties: balance: diff --git a/components/schemas/Erc20BalanceForAddress.yml b/components/schemas/Erc20BalanceForAddress.yml index 23f1abb..98c0bcc 100644 --- a/components/schemas/Erc20BalanceForAddress.yml +++ b/components/schemas/Erc20BalanceForAddress.yml @@ -1,3 +1,4 @@ +title: Erc20BalanceForAddress type: object properties: contractAddress: diff --git a/components/schemas/Erc20Currency.yml b/components/schemas/Erc20Currency.yml index 5855325..9417e63 100644 --- a/components/schemas/Erc20Currency.yml +++ b/components/schemas/Erc20Currency.yml @@ -1,3 +1,4 @@ +title: Erc20Currency enum: - BAT - BUSD diff --git a/components/schemas/Erc20Response.yml b/components/schemas/Erc20Response.yml index f463556..e44326f 100644 --- a/components/schemas/Erc20Response.yml +++ b/components/schemas/Erc20Response.yml @@ -1,3 +1,4 @@ +title: Erc20Response properties: accountId: description: diff --git a/components/schemas/Error.yml b/components/schemas/Error.yml index be509cf..b0ebf63 100644 --- a/components/schemas/Error.yml +++ b/components/schemas/Error.yml @@ -1,3 +1,4 @@ +title: Error properties: errorCode: description: payment.amount.notNull diff --git a/components/schemas/Error400.yml b/components/schemas/Error400.yml index bea2252..ded9c78 100644 --- a/components/schemas/Error400.yml +++ b/components/schemas/Error400.yml @@ -1,3 +1,4 @@ +title: Error400 properties: errorCode: example: validation.failed diff --git a/components/schemas/Error401.yml b/components/schemas/Error401.yml index fd75de3..9664865 100644 --- a/components/schemas/Error401.yml +++ b/components/schemas/Error401.yml @@ -1,3 +1,4 @@ +title: Error401 properties: message: example: Unauthorized diff --git a/components/schemas/Error401Invalid.yml b/components/schemas/Error401Invalid.yml index e7e98c5..51f2285 100644 --- a/components/schemas/Error401Invalid.yml +++ b/components/schemas/Error401Invalid.yml @@ -1,3 +1,4 @@ +title: Error401Invalid properties: errorCode: example: subscription.invalid diff --git a/components/schemas/Error401NotActive.yml b/components/schemas/Error401NotActive.yml index 265e4b6..a63475d 100644 --- a/components/schemas/Error401NotActive.yml +++ b/components/schemas/Error401NotActive.yml @@ -1,3 +1,4 @@ +title: Error401NotActive properties: errorCode: example: subscription.not.active diff --git a/components/schemas/Error403.yml b/components/schemas/Error403.yml index 06d3b8d..a349841 100644 --- a/components/schemas/Error403.yml +++ b/components/schemas/Error403.yml @@ -1,3 +1,4 @@ +title: Error403 properties: message: example: Forbidden diff --git a/components/schemas/Error403AccountActive.yml b/components/schemas/Error403AccountActive.yml index 62f0c85..53f8f61 100644 --- a/components/schemas/Error403AccountActive.yml +++ b/components/schemas/Error403AccountActive.yml @@ -1,3 +1,4 @@ +title: Error403AccountActive properties: errorCode: description: account.active diff --git a/components/schemas/Error403AccountAddressGeneral.yml b/components/schemas/Error403AccountAddressGeneral.yml index 8b81862..369b449 100644 --- a/components/schemas/Error403AccountAddressGeneral.yml +++ b/components/schemas/Error403AccountAddressGeneral.yml @@ -1,3 +1,4 @@ +title: Error403AccountAddressGeneral properties: errorCode: description: Address.generation.failed diff --git a/components/schemas/Error403AccountBalanceNonZero.yml b/components/schemas/Error403AccountBalanceNonZero.yml index 1b2f294..c39cc66 100644 --- a/components/schemas/Error403AccountBalanceNonZero.yml +++ b/components/schemas/Error403AccountBalanceNonZero.yml @@ -1,3 +1,4 @@ +title: Error403AccountBalanceNonZero properties: errorCode: description: account.balance.non.zero diff --git a/components/schemas/Error403AccountCurrency.yml b/components/schemas/Error403AccountCurrency.yml index 40b2d8e..fdcd080 100644 --- a/components/schemas/Error403AccountCurrency.yml +++ b/components/schemas/Error403AccountCurrency.yml @@ -1,3 +1,4 @@ +title: Error403AccountCurrency properties: errorCode: description: ledger.currency.invalid diff --git a/components/schemas/Error403AccountCurrencyVC.yml b/components/schemas/Error403AccountCurrencyVC.yml index 57dabe7..e0af627 100644 --- a/components/schemas/Error403AccountCurrencyVC.yml +++ b/components/schemas/Error403AccountCurrencyVC.yml @@ -1,3 +1,4 @@ +title: Error403AccountCurrencyVC properties: errorCode: description: account.currency.missing diff --git a/components/schemas/Error403AccountCustomerInactive.yml b/components/schemas/Error403AccountCustomerInactive.yml index 6d07b67..a5ca046 100644 --- a/components/schemas/Error403AccountCustomerInactive.yml +++ b/components/schemas/Error403AccountCustomerInactive.yml @@ -1,3 +1,4 @@ +title: Error403AccountCustomerInactive properties: errorCode: description: account.customer.inactive diff --git a/components/schemas/Error403AccountFrozen.yml b/components/schemas/Error403AccountFrozen.yml index 240ea31..0687e3e 100644 --- a/components/schemas/Error403AccountFrozen.yml +++ b/components/schemas/Error403AccountFrozen.yml @@ -1,3 +1,4 @@ +title: Error403AccountFrozen properties: errorCode: description: account.frozen diff --git a/components/schemas/Error403AccountInactive.yml b/components/schemas/Error403AccountInactive.yml index 089ed0b..1f734b1 100644 --- a/components/schemas/Error403AccountInactive.yml +++ b/components/schemas/Error403AccountInactive.yml @@ -1,3 +1,4 @@ +title: Error403AccountInactive properties: errorCode: description: account.inactive diff --git a/components/schemas/Error403AccountIncompatibleXpub.yml b/components/schemas/Error403AccountIncompatibleXpub.yml index bf9a516..9364595 100644 --- a/components/schemas/Error403AccountIncompatibleXpub.yml +++ b/components/schemas/Error403AccountIncompatibleXpub.yml @@ -1,3 +1,4 @@ +title: Error403AccountIncompatibleXpub properties: errorCode: description: account.xpub.incompatible diff --git a/components/schemas/Error403AccountIncompatibleXpubBtc.yml b/components/schemas/Error403AccountIncompatibleXpubBtc.yml index 38205a0..fffb35f 100644 --- a/components/schemas/Error403AccountIncompatibleXpubBtc.yml +++ b/components/schemas/Error403AccountIncompatibleXpubBtc.yml @@ -1,3 +1,4 @@ +title: Error403AccountIncompatibleXpubBtc properties: errorCode: description: Address.generation.failed.wrong.xpub diff --git a/components/schemas/Error403AccountNotExists.yml b/components/schemas/Error403AccountNotExists.yml index 372a521..0323d64 100644 --- a/components/schemas/Error403AccountNotExists.yml +++ b/components/schemas/Error403AccountNotExists.yml @@ -1,3 +1,4 @@ +title: Error403AccountNotExists properties: errorCode: description: account.not.exists diff --git a/components/schemas/Error403AccountNotFrozen.yml b/components/schemas/Error403AccountNotFrozen.yml index 5716bdb..2e33325 100644 --- a/components/schemas/Error403AccountNotFrozen.yml +++ b/components/schemas/Error403AccountNotFrozen.yml @@ -1,3 +1,4 @@ +title: Error403AccountNotFrozen properties: errorCode: description: account.not.frozen diff --git a/components/schemas/Error403AccountTestnet.yml b/components/schemas/Error403AccountTestnet.yml index dd2c637..6180366 100644 --- a/components/schemas/Error403AccountTestnet.yml +++ b/components/schemas/Error403AccountTestnet.yml @@ -1,3 +1,4 @@ +title: Error403AccountTestnet properties: errorCode: description: account.blockchain.testnet diff --git a/components/schemas/Error403AccountXpub.yml b/components/schemas/Error403AccountXpub.yml index dd33c6b..daddc09 100644 --- a/components/schemas/Error403AccountXpub.yml +++ b/components/schemas/Error403AccountXpub.yml @@ -1,3 +1,4 @@ +title: Error403AccountXpub properties: errorCode: description: account.xpub.present diff --git a/components/schemas/Error403AddressAccountXpubMissing.yml b/components/schemas/Error403AddressAccountXpubMissing.yml index a6306cf..7dff862 100644 --- a/components/schemas/Error403AddressAccountXpubMissing.yml +++ b/components/schemas/Error403AddressAccountXpubMissing.yml @@ -1,3 +1,4 @@ +title: Error403AddressAccountXpubMissing properties: errorCode: description: account.xpub.missing diff --git a/components/schemas/Error403AddressAccountXpubUsed.yml b/components/schemas/Error403AddressAccountXpubUsed.yml index a9912df..4278afc 100644 --- a/components/schemas/Error403AddressAccountXpubUsed.yml +++ b/components/schemas/Error403AddressAccountXpubUsed.yml @@ -1,3 +1,4 @@ +title: Error403AddressAccountXpubUsed properties: errorCode: description: xpub.used diff --git a/components/schemas/Error403AddressIndexUsed.yml b/components/schemas/Error403AddressIndexUsed.yml index 2f4876a..bd3b3b5 100644 --- a/components/schemas/Error403AddressIndexUsed.yml +++ b/components/schemas/Error403AddressIndexUsed.yml @@ -1,3 +1,4 @@ +title: Error403AddressIndexUsed properties: errorCode: description: Address.index.used diff --git a/components/schemas/Error403AddressNotFound.yml b/components/schemas/Error403AddressNotFound.yml index 1c57f42..caf89e4 100644 --- a/components/schemas/Error403AddressNotFound.yml +++ b/components/schemas/Error403AddressNotFound.yml @@ -1,3 +1,4 @@ +title: Error403AddressNotFound properties: errorCode: description: Address.not.found diff --git a/components/schemas/Error403AddressUsed.yml b/components/schemas/Error403AddressUsed.yml index 9fc32d8..4624a4a 100644 --- a/components/schemas/Error403AddressUsed.yml +++ b/components/schemas/Error403AddressUsed.yml @@ -1,3 +1,4 @@ +title: Error403AddressUsed properties: errorCode: description: Address.used diff --git a/components/schemas/Error403AddressXpub.yml b/components/schemas/Error403AddressXpub.yml index 7cdcb1c..7a186a8 100644 --- a/components/schemas/Error403AddressXpub.yml +++ b/components/schemas/Error403AddressXpub.yml @@ -1,3 +1,4 @@ +title: Error403AddressXpub properties: errorCode: description: account.xpub.present diff --git a/components/schemas/Error403AmountFormat.yml b/components/schemas/Error403AmountFormat.yml index 5fdad4c..75be79f 100644 --- a/components/schemas/Error403AmountFormat.yml +++ b/components/schemas/Error403AmountFormat.yml @@ -1,3 +1,4 @@ +title: Error403AmountFormat properties: errorCode: description: amount.format diff --git a/components/schemas/Error403BaseBep20NotFound.yml b/components/schemas/Error403BaseBep20NotFound.yml index 2b3b8b6..2a1d344 100644 --- a/components/schemas/Error403BaseBep20NotFound.yml +++ b/components/schemas/Error403BaseBep20NotFound.yml @@ -1,3 +1,4 @@ +title: Error403BaseBep20NotFound properties: errorCode: description: erc20.token.notFound diff --git a/components/schemas/Error403BaseBep20Set.yml b/components/schemas/Error403BaseBep20Set.yml index 941d974..0d8c423 100644 --- a/components/schemas/Error403BaseBep20Set.yml +++ b/components/schemas/Error403BaseBep20Set.yml @@ -1,3 +1,4 @@ +title: Error403BaseBep20Set properties: errorCode: description: erc20.address.set diff --git a/components/schemas/Error403BaseBep20Unsupported.yml b/components/schemas/Error403BaseBep20Unsupported.yml index 92690a5..6f4a3a6 100644 --- a/components/schemas/Error403BaseBep20Unsupported.yml +++ b/components/schemas/Error403BaseBep20Unsupported.yml @@ -1,3 +1,4 @@ +title: Error403BaseBep20Unsupported properties: errorCode: description: base.bep20.unsupported diff --git a/components/schemas/Error403BaseBroadcast.yml b/components/schemas/Error403BaseBroadcast.yml index e591eaf..9ae3854 100644 --- a/components/schemas/Error403BaseBroadcast.yml +++ b/components/schemas/Error403BaseBroadcast.yml @@ -1,3 +1,4 @@ +title: Error403BaseBroadcast properties: errorCode: description: base.broadcast.failed diff --git a/components/schemas/Error403BaseErc20TxSign.yml b/components/schemas/Error403BaseErc20TxSign.yml index 062e539..da019b0 100644 --- a/components/schemas/Error403BaseErc20TxSign.yml +++ b/components/schemas/Error403BaseErc20TxSign.yml @@ -1,3 +1,4 @@ +title: Error403BaseErc20TxSign properties: errorCode: description: base.bep20.sign diff --git a/components/schemas/Error403BaseGasCalculation.yml b/components/schemas/Error403BaseGasCalculation.yml index f9264f0..281def2 100644 --- a/components/schemas/Error403BaseGasCalculation.yml +++ b/components/schemas/Error403BaseGasCalculation.yml @@ -1,3 +1,4 @@ +title: Error403BaseGasCalculation properties: errorCode: description: base.transaction.gas diff --git a/components/schemas/Error403BaseGasPrice.yml b/components/schemas/Error403BaseGasPrice.yml index df25954..de65cec 100644 --- a/components/schemas/Error403BaseGasPrice.yml +++ b/components/schemas/Error403BaseGasPrice.yml @@ -1,3 +1,4 @@ +title: Error403BaseGasPrice properties: errorCode: description: gas.price.failed diff --git a/components/schemas/Error403BaseMnemonicPrivateKey.yml b/components/schemas/Error403BaseMnemonicPrivateKey.yml index 77020a9..d57b614 100644 --- a/components/schemas/Error403BaseMnemonicPrivateKey.yml +++ b/components/schemas/Error403BaseMnemonicPrivateKey.yml @@ -1,3 +1,4 @@ +title: Error403BaseMnemonicPrivateKey properties: errorCode: description: private.mnemonic.missing diff --git a/components/schemas/Error403BaseScBody.yml b/components/schemas/Error403BaseScBody.yml index 097487e..f805491 100644 --- a/components/schemas/Error403BaseScBody.yml +++ b/components/schemas/Error403BaseScBody.yml @@ -1,3 +1,4 @@ +title: Error403BaseScBody properties: errorCode: description: base.sc.invalid diff --git a/components/schemas/Error403BaseTxBody.yml b/components/schemas/Error403BaseTxBody.yml index a56ff9b..403f074 100644 --- a/components/schemas/Error403BaseTxBody.yml +++ b/components/schemas/Error403BaseTxBody.yml @@ -1,3 +1,4 @@ +title: Error403BaseTxBody properties: errorCode: description: base.transaction.body diff --git a/components/schemas/Error403BaseTxHash.yml b/components/schemas/Error403BaseTxHash.yml index 617b85c..6a2d748 100644 --- a/components/schemas/Error403BaseTxHash.yml +++ b/components/schemas/Error403BaseTxHash.yml @@ -1,3 +1,4 @@ +title: Error403BaseTxHash properties: errorCode: description: base.transaction.hash diff --git a/components/schemas/Error403BaseTxSign.yml b/components/schemas/Error403BaseTxSign.yml index dd58c17..b253726 100644 --- a/components/schemas/Error403BaseTxSign.yml +++ b/components/schemas/Error403BaseTxSign.yml @@ -1,3 +1,4 @@ +title: Error403BaseTxSign properties: errorCode: description: base.transaction.sign diff --git a/components/schemas/Error403BcashBroadcast.yml b/components/schemas/Error403BcashBroadcast.yml index 7a58a9a..f1057d1 100644 --- a/components/schemas/Error403BcashBroadcast.yml +++ b/components/schemas/Error403BcashBroadcast.yml @@ -1,3 +1,4 @@ +title: Error403BcashBroadcast properties: errorCode: description: bch.broadcast.failed diff --git a/components/schemas/Error403BlockDelete.yml b/components/schemas/Error403BlockDelete.yml index 1c1c488..e8f85fa 100644 --- a/components/schemas/Error403BlockDelete.yml +++ b/components/schemas/Error403BlockDelete.yml @@ -1,3 +1,4 @@ +title: Error403BlockDelete properties: errorCode: description: customer.blockage.inactive diff --git a/components/schemas/Error403BlockageAmount.yml b/components/schemas/Error403BlockageAmount.yml index 0f1b98d..282c33d 100644 --- a/components/schemas/Error403BlockageAmount.yml +++ b/components/schemas/Error403BlockageAmount.yml @@ -1,3 +1,4 @@ +title: Error403BlockageAmount properties: errorCode: description: blockage.amount.exceeded diff --git a/components/schemas/Error403BlockageNotExists.yml b/components/schemas/Error403BlockageNotExists.yml index 22bcb1c..ccd6639 100644 --- a/components/schemas/Error403BlockageNotExists.yml +++ b/components/schemas/Error403BlockageNotExists.yml @@ -1,3 +1,4 @@ +title: Error403BlockageNotExists properties: errorCode: description: blockage.not.exists diff --git a/components/schemas/Error403BlockchainPrivateFailed.yml b/components/schemas/Error403BlockchainPrivateFailed.yml index 5fe3dd7..dd3efca 100644 --- a/components/schemas/Error403BlockchainPrivateFailed.yml +++ b/components/schemas/Error403BlockchainPrivateFailed.yml @@ -1,3 +1,4 @@ +title: Error403BlockchainPrivateFailed properties: errorCode: description: key.generation.failed.wrong.mnemonic diff --git a/components/schemas/Error403BnbAddressFailed.yml b/components/schemas/Error403BnbAddressFailed.yml index 2a8e860..d4a51c6 100644 --- a/components/schemas/Error403BnbAddressFailed.yml +++ b/components/schemas/Error403BnbAddressFailed.yml @@ -1,3 +1,4 @@ +title: Error403BnbAddressFailed properties: errorCode: description: Address.bnb.generation.failed.wrong.xpub diff --git a/components/schemas/Error403BnbBroadcatSigFailed.yml b/components/schemas/Error403BnbBroadcatSigFailed.yml index 6e10e7d..91d470e 100644 --- a/components/schemas/Error403BnbBroadcatSigFailed.yml +++ b/components/schemas/Error403BnbBroadcatSigFailed.yml @@ -1,3 +1,4 @@ +title: Error403BnbBroadcatSigFailed properties: errorCode: description: bnb.broadcast.bad.signature diff --git a/components/schemas/Error403BnbFailed.yml b/components/schemas/Error403BnbFailed.yml index a82bc63..641c6dd 100644 --- a/components/schemas/Error403BnbFailed.yml +++ b/components/schemas/Error403BnbFailed.yml @@ -1,3 +1,4 @@ +title: Error403BnbFailed properties: errorCode: description: bnb.failed diff --git a/components/schemas/Error403BnbTxFailed.yml b/components/schemas/Error403BnbTxFailed.yml index 50e7738..467bd98 100644 --- a/components/schemas/Error403BnbTxFailed.yml +++ b/components/schemas/Error403BnbTxFailed.yml @@ -1,3 +1,4 @@ +title: Error403BnbTxFailed properties: errorCode: description: bnb.transfer.failed diff --git a/components/schemas/Error403BnbTxStateFailed.yml b/components/schemas/Error403BnbTxStateFailed.yml index 5b625a3..6188b3c 100644 --- a/components/schemas/Error403BnbTxStateFailed.yml +++ b/components/schemas/Error403BnbTxStateFailed.yml @@ -1,3 +1,4 @@ +title: Error403BnbTxStateFailed properties: errorCode: description: bnb.broadcast.failed.tx.state diff --git a/components/schemas/Error403Broadcast.yml b/components/schemas/Error403Broadcast.yml index be8d01e..eb1c966 100644 --- a/components/schemas/Error403Broadcast.yml +++ b/components/schemas/Error403Broadcast.yml @@ -1,3 +1,4 @@ +title: Error403Broadcast properties: errorCode: description: blockchain.broadcast.error diff --git a/components/schemas/Error403BscBep20NotFound.yml b/components/schemas/Error403BscBep20NotFound.yml index 0190247..1a22894 100644 --- a/components/schemas/Error403BscBep20NotFound.yml +++ b/components/schemas/Error403BscBep20NotFound.yml @@ -1,3 +1,4 @@ +title: Error403BscBep20NotFound properties: errorCode: description: erc20.token.notFound diff --git a/components/schemas/Error403BscBep20Set.yml b/components/schemas/Error403BscBep20Set.yml index c1ccb3b..1a7ce37 100644 --- a/components/schemas/Error403BscBep20Set.yml +++ b/components/schemas/Error403BscBep20Set.yml @@ -1,3 +1,4 @@ +title: Error403BscBep20Set properties: errorCode: description: erc20.address.set diff --git a/components/schemas/Error403BscBep20Unsupported.yml b/components/schemas/Error403BscBep20Unsupported.yml index 91ec391..cc29ad9 100644 --- a/components/schemas/Error403BscBep20Unsupported.yml +++ b/components/schemas/Error403BscBep20Unsupported.yml @@ -1,3 +1,4 @@ +title: Error403BscBep20Unsupported properties: errorCode: description: bsc.bep20.unsupported diff --git a/components/schemas/Error403BscBroadcast.yml b/components/schemas/Error403BscBroadcast.yml index 761cd38..20b9409 100644 --- a/components/schemas/Error403BscBroadcast.yml +++ b/components/schemas/Error403BscBroadcast.yml @@ -1,3 +1,4 @@ +title: Error403BscBroadcast properties: errorCode: description: bsc.broadcast.failed diff --git a/components/schemas/Error403BscErc20TxSign.yml b/components/schemas/Error403BscErc20TxSign.yml index 207f422..7fbc889 100644 --- a/components/schemas/Error403BscErc20TxSign.yml +++ b/components/schemas/Error403BscErc20TxSign.yml @@ -1,3 +1,4 @@ +title: Error403BscErc20TxSign properties: errorCode: description: bsc.bep20.sign diff --git a/components/schemas/Error403BscGasCalculation.yml b/components/schemas/Error403BscGasCalculation.yml index e715971..de21d6f 100644 --- a/components/schemas/Error403BscGasCalculation.yml +++ b/components/schemas/Error403BscGasCalculation.yml @@ -1,3 +1,4 @@ +title: Error403BscGasCalculation properties: errorCode: description: bsc.transaction.gas diff --git a/components/schemas/Error403BscGasPrice.yml b/components/schemas/Error403BscGasPrice.yml index df25954..0c79a06 100644 --- a/components/schemas/Error403BscGasPrice.yml +++ b/components/schemas/Error403BscGasPrice.yml @@ -1,3 +1,4 @@ +title: Error403BscGasPrice properties: errorCode: description: gas.price.failed diff --git a/components/schemas/Error403BscMnemonicPrivateKey.yml b/components/schemas/Error403BscMnemonicPrivateKey.yml index 77020a9..512313a 100644 --- a/components/schemas/Error403BscMnemonicPrivateKey.yml +++ b/components/schemas/Error403BscMnemonicPrivateKey.yml @@ -1,3 +1,4 @@ +title: Error403BscMnemonicPrivateKey properties: errorCode: description: private.mnemonic.missing diff --git a/components/schemas/Error403BscScBody.yml b/components/schemas/Error403BscScBody.yml index 9210b85..20ef7ae 100644 --- a/components/schemas/Error403BscScBody.yml +++ b/components/schemas/Error403BscScBody.yml @@ -1,3 +1,4 @@ +title: Error403BscScBody properties: errorCode: description: bsc.sc.invalid diff --git a/components/schemas/Error403BscTxBody.yml b/components/schemas/Error403BscTxBody.yml index c286878..ca9d4fe 100644 --- a/components/schemas/Error403BscTxBody.yml +++ b/components/schemas/Error403BscTxBody.yml @@ -1,3 +1,4 @@ +title: Error403BscTxBody properties: errorCode: description: bsc.transaction.body diff --git a/components/schemas/Error403BscTxHash.yml b/components/schemas/Error403BscTxHash.yml index 8a1a59f..15d541c 100644 --- a/components/schemas/Error403BscTxHash.yml +++ b/components/schemas/Error403BscTxHash.yml @@ -1,3 +1,4 @@ +title: Error403BscTxHash properties: errorCode: description: bsc.transaction.hash diff --git a/components/schemas/Error403BscTxSign.yml b/components/schemas/Error403BscTxSign.yml index afd9ae6..e20277d 100644 --- a/components/schemas/Error403BscTxSign.yml +++ b/components/schemas/Error403BscTxSign.yml @@ -1,3 +1,4 @@ +title: Error403BscTxSign properties: errorCode: description: bsc.transaction.sign diff --git a/components/schemas/Error403BtcBlockchain.yml b/components/schemas/Error403BtcBlockchain.yml index 21359ff..84076df 100644 --- a/components/schemas/Error403BtcBlockchain.yml +++ b/components/schemas/Error403BtcBlockchain.yml @@ -1,3 +1,4 @@ +title: Error403BtcBlockchain properties: errorCode: description: blockchain.error.code diff --git a/components/schemas/Error403BtcMnemonicTxFailed.yml b/components/schemas/Error403BtcMnemonicTxFailed.yml index dc21e43..c55a267 100644 --- a/components/schemas/Error403BtcMnemonicTxFailed.yml +++ b/components/schemas/Error403BtcMnemonicTxFailed.yml @@ -1,3 +1,4 @@ +title: Error403BtcMnemonicTxFailed properties: errorCode: description: transaction.preparation.failed diff --git a/components/schemas/Error403BtcTx.yml b/components/schemas/Error403BtcTx.yml index 8e331c7..e5cb086 100644 --- a/components/schemas/Error403BtcTx.yml +++ b/components/schemas/Error403BtcTx.yml @@ -1,3 +1,4 @@ +title: Error403BtcTx properties: errorCode: description: transaction.invalid.body diff --git a/components/schemas/Error403BtcTxFailed.yml b/components/schemas/Error403BtcTxFailed.yml index 9db4795..8fc5661 100644 --- a/components/schemas/Error403BtcTxFailed.yml +++ b/components/schemas/Error403BtcTxFailed.yml @@ -1,3 +1,4 @@ +title: Error403BtcTxFailed properties: errorCode: description: transaction.failed diff --git a/components/schemas/Error403BtcTxUtxoFailed.yml b/components/schemas/Error403BtcTxUtxoFailed.yml index a13c8a4..71eb06a 100644 --- a/components/schemas/Error403BtcTxUtxoFailed.yml +++ b/components/schemas/Error403BtcTxUtxoFailed.yml @@ -1,3 +1,4 @@ +title: Error403BtcTxUtxoFailed properties: errorCode: description: transaction.preparation.failed.utxo diff --git a/components/schemas/Error403BtcUTXO.yml b/components/schemas/Error403BtcUTXO.yml index ccd4b4c..9b4c0f9 100644 --- a/components/schemas/Error403BtcUTXO.yml +++ b/components/schemas/Error403BtcUTXO.yml @@ -1,3 +1,4 @@ +title: Error403BtcUTXO properties: errorCode: description: tx.hash.index.spent diff --git a/components/schemas/Error403Celo.yml b/components/schemas/Error403Celo.yml index 2207351..b1a191e 100644 --- a/components/schemas/Error403Celo.yml +++ b/components/schemas/Error403Celo.yml @@ -1,3 +1,4 @@ +title: Error403Celo properties: errorCode: description: celo.error diff --git a/components/schemas/Error403CeloGasCalculation.yml b/components/schemas/Error403CeloGasCalculation.yml index d1f6b33..d490137 100644 --- a/components/schemas/Error403CeloGasCalculation.yml +++ b/components/schemas/Error403CeloGasCalculation.yml @@ -1,3 +1,4 @@ +title: Error403CeloGasCalculation properties: errorCode: description: celo.transaction.gas diff --git a/components/schemas/Error403CeloTxBody.yml b/components/schemas/Error403CeloTxBody.yml index 231adb9..9b82296 100644 --- a/components/schemas/Error403CeloTxBody.yml +++ b/components/schemas/Error403CeloTxBody.yml @@ -1,3 +1,4 @@ +title: Error403CeloTxBody properties: errorCode: description: celo.transaction.body diff --git a/components/schemas/Error403ChainNotSupported.yml b/components/schemas/Error403ChainNotSupported.yml index 4abce55..8320ad0 100644 --- a/components/schemas/Error403ChainNotSupported.yml +++ b/components/schemas/Error403ChainNotSupported.yml @@ -1,3 +1,4 @@ +title: Error403ChainNotSupported properties: errorCode: description: chain.not.supported diff --git a/components/schemas/Error403ComplianceBtc.yml b/components/schemas/Error403ComplianceBtc.yml index 9af6ab9..dad1427 100644 --- a/components/schemas/Error403ComplianceBtc.yml +++ b/components/schemas/Error403ComplianceBtc.yml @@ -1,3 +1,4 @@ +title: Error403ComplianceBtc properties: errorCode: description: compliance.country.btc.not.supported diff --git a/components/schemas/Error403ComplianceEth.yml b/components/schemas/Error403ComplianceEth.yml index 3c3971f..f261e89 100644 --- a/components/schemas/Error403ComplianceEth.yml +++ b/components/schemas/Error403ComplianceEth.yml @@ -1,3 +1,4 @@ +title: Error403ComplianceEth properties: errorCode: description: compliance.country.eth.not.supported diff --git a/components/schemas/Error403CronosBep20NotFound.yml b/components/schemas/Error403CronosBep20NotFound.yml index 2b3b8b6..88d3b75 100644 --- a/components/schemas/Error403CronosBep20NotFound.yml +++ b/components/schemas/Error403CronosBep20NotFound.yml @@ -1,3 +1,4 @@ +title: Error403CronosBep20NotFound properties: errorCode: description: erc20.token.notFound diff --git a/components/schemas/Error403CronosBep20Set.yml b/components/schemas/Error403CronosBep20Set.yml index 941d974..26e573a 100644 --- a/components/schemas/Error403CronosBep20Set.yml +++ b/components/schemas/Error403CronosBep20Set.yml @@ -1,3 +1,4 @@ +title: Error403CronosBep20Set properties: errorCode: description: erc20.address.set diff --git a/components/schemas/Error403CronosBep20Unsupported.yml b/components/schemas/Error403CronosBep20Unsupported.yml index a2da8a9..efcdf40 100644 --- a/components/schemas/Error403CronosBep20Unsupported.yml +++ b/components/schemas/Error403CronosBep20Unsupported.yml @@ -1,3 +1,4 @@ +title: Error403CronosBep20Unsupported properties: errorCode: description: cronos.bep20.unsupported diff --git a/components/schemas/Error403CronosBroadcast.yml b/components/schemas/Error403CronosBroadcast.yml index dc93696..e52da49 100644 --- a/components/schemas/Error403CronosBroadcast.yml +++ b/components/schemas/Error403CronosBroadcast.yml @@ -1,3 +1,4 @@ +title: Error403CronosBroadcast properties: errorCode: description: cronos.broadcast.failed diff --git a/components/schemas/Error403CronosErc20TxSign.yml b/components/schemas/Error403CronosErc20TxSign.yml index f40354d..5aef417 100644 --- a/components/schemas/Error403CronosErc20TxSign.yml +++ b/components/schemas/Error403CronosErc20TxSign.yml @@ -1,3 +1,4 @@ +title: Error403CronosErc20TxSign properties: errorCode: description: cronos.bep20.sign diff --git a/components/schemas/Error403CronosGasCalculation.yml b/components/schemas/Error403CronosGasCalculation.yml index 9eabd96..018caa8 100644 --- a/components/schemas/Error403CronosGasCalculation.yml +++ b/components/schemas/Error403CronosGasCalculation.yml @@ -1,3 +1,4 @@ +title: Error403CronosGasCalculation properties: errorCode: description: cronos.transaction.gas diff --git a/components/schemas/Error403CronosGasPrice.yml b/components/schemas/Error403CronosGasPrice.yml index df25954..8cd34d8 100644 --- a/components/schemas/Error403CronosGasPrice.yml +++ b/components/schemas/Error403CronosGasPrice.yml @@ -1,3 +1,4 @@ +title: Error403CronosGasPrice properties: errorCode: description: gas.price.failed diff --git a/components/schemas/Error403CronosMnemonicPrivateKey.yml b/components/schemas/Error403CronosMnemonicPrivateKey.yml index 77020a9..b0fa733 100644 --- a/components/schemas/Error403CronosMnemonicPrivateKey.yml +++ b/components/schemas/Error403CronosMnemonicPrivateKey.yml @@ -1,3 +1,4 @@ +title: Error403CronosMnemonicPrivateKey properties: errorCode: description: private.mnemonic.missing diff --git a/components/schemas/Error403CronosScBody.yml b/components/schemas/Error403CronosScBody.yml index 9798aa6..619cc3d 100644 --- a/components/schemas/Error403CronosScBody.yml +++ b/components/schemas/Error403CronosScBody.yml @@ -1,3 +1,4 @@ +title: Error403CronosScBody properties: errorCode: description: cronos.sc.invalid diff --git a/components/schemas/Error403CronosTxBody.yml b/components/schemas/Error403CronosTxBody.yml index 6150b4f..f02caf2 100644 --- a/components/schemas/Error403CronosTxBody.yml +++ b/components/schemas/Error403CronosTxBody.yml @@ -1,3 +1,4 @@ +title: Error403CronosTxBody properties: errorCode: description: cronos.transaction.body diff --git a/components/schemas/Error403CronosTxHash.yml b/components/schemas/Error403CronosTxHash.yml index ca945cc..a700e0c 100644 --- a/components/schemas/Error403CronosTxHash.yml +++ b/components/schemas/Error403CronosTxHash.yml @@ -1,3 +1,4 @@ +title: Error403CronosTxHash properties: errorCode: description: cronos.transaction.hash diff --git a/components/schemas/Error403CronosTxSign.yml b/components/schemas/Error403CronosTxSign.yml index 3febf4d..4a31b90 100644 --- a/components/schemas/Error403CronosTxSign.yml +++ b/components/schemas/Error403CronosTxSign.yml @@ -1,3 +1,4 @@ +title: Error403CronosTxSign properties: errorCode: description: cronos.transaction.sign diff --git a/components/schemas/Error403CustomerActive.yml b/components/schemas/Error403CustomerActive.yml index d78be63..4370fcc 100644 --- a/components/schemas/Error403CustomerActive.yml +++ b/components/schemas/Error403CustomerActive.yml @@ -1,3 +1,4 @@ +title: Error403CustomerActive properties: errorCode: description: customer.active diff --git a/components/schemas/Error403CustomerDeactivateActiveAccounts.yml b/components/schemas/Error403CustomerDeactivateActiveAccounts.yml index 21bca40..22f1423 100644 --- a/components/schemas/Error403CustomerDeactivateActiveAccounts.yml +++ b/components/schemas/Error403CustomerDeactivateActiveAccounts.yml @@ -1,3 +1,4 @@ +title: Error403CustomerDeactivateActiveAccounts properties: errorCode: description: customer.deactivate.account.active diff --git a/components/schemas/Error403CustomerDisabled.yml b/components/schemas/Error403CustomerDisabled.yml index 14a6f7a..017e4a6 100644 --- a/components/schemas/Error403CustomerDisabled.yml +++ b/components/schemas/Error403CustomerDisabled.yml @@ -1,3 +1,4 @@ +title: Error403CustomerDisabled properties: errorCode: description: customer.disabled diff --git a/components/schemas/Error403CustomerEnabled.yml b/components/schemas/Error403CustomerEnabled.yml index d036ae8..85ecd2d 100644 --- a/components/schemas/Error403CustomerEnabled.yml +++ b/components/schemas/Error403CustomerEnabled.yml @@ -1,3 +1,4 @@ +title: Error403CustomerEnabled properties: errorCode: description: customer.enabled diff --git a/components/schemas/Error403CustomerInactive.yml b/components/schemas/Error403CustomerInactive.yml index 3e2b420..89dbfca 100644 --- a/components/schemas/Error403CustomerInactive.yml +++ b/components/schemas/Error403CustomerInactive.yml @@ -1,3 +1,4 @@ +title: Error403CustomerInactive properties: errorCode: description: customer.inactive diff --git a/components/schemas/Error403CustomerInternalNotExists.yml b/components/schemas/Error403CustomerInternalNotExists.yml index 3849109..8615982 100644 --- a/components/schemas/Error403CustomerInternalNotExists.yml +++ b/components/schemas/Error403CustomerInternalNotExists.yml @@ -1,3 +1,4 @@ +title: Error403CustomerInternalNotExists properties: errorCode: description: customer.internal.not.exists diff --git a/components/schemas/Error403CustomerNotActive.yml b/components/schemas/Error403CustomerNotActive.yml index 602f907..21ca91c 100644 --- a/components/schemas/Error403CustomerNotActive.yml +++ b/components/schemas/Error403CustomerNotActive.yml @@ -1,3 +1,4 @@ +title: Error403CustomerNotActive properties: errorCode: description: customer.not.active diff --git a/components/schemas/Error403CustomerNotExists.yml b/components/schemas/Error403CustomerNotExists.yml index e4978ec..6af621c 100644 --- a/components/schemas/Error403CustomerNotExists.yml +++ b/components/schemas/Error403CustomerNotExists.yml @@ -1,3 +1,4 @@ +title: Error403CustomerNotExists properties: errorCode: description: customer.not.exists diff --git a/components/schemas/Error403EgldBroadcast.yml b/components/schemas/Error403EgldBroadcast.yml index b7ee38e..f0eead4 100644 --- a/components/schemas/Error403EgldBroadcast.yml +++ b/components/schemas/Error403EgldBroadcast.yml @@ -1,3 +1,4 @@ +title: Error403EgldBroadcast properties: errorCode: description: egld.broadcast.failed diff --git a/components/schemas/Error403EgldGasCalculation.yml b/components/schemas/Error403EgldGasCalculation.yml index 1891e9c..6aac538 100644 --- a/components/schemas/Error403EgldGasCalculation.yml +++ b/components/schemas/Error403EgldGasCalculation.yml @@ -1,3 +1,4 @@ +title: Error403EgldGasCalculation properties: errorCode: description: egld.transaction.gas diff --git a/components/schemas/Error403EgldTxHash.yml b/components/schemas/Error403EgldTxHash.yml index be50548..fd61504 100644 --- a/components/schemas/Error403EgldTxHash.yml +++ b/components/schemas/Error403EgldTxHash.yml @@ -1,3 +1,4 @@ +title: Error403EgldTxHash properties: errorCode: description: egld.transaction.hash diff --git a/components/schemas/Error403EgldTxSign.yml b/components/schemas/Error403EgldTxSign.yml index 23c75e7..37ed3f9 100644 --- a/components/schemas/Error403EgldTxSign.yml +++ b/components/schemas/Error403EgldTxSign.yml @@ -1,3 +1,4 @@ +title: Error403EgldTxSign properties: errorCode: description: egld.transaction.sign diff --git a/components/schemas/Error403Erc20NameDuplicate.yml b/components/schemas/Error403Erc20NameDuplicate.yml index ff1afc4..846db22 100644 --- a/components/schemas/Error403Erc20NameDuplicate.yml +++ b/components/schemas/Error403Erc20NameDuplicate.yml @@ -1,3 +1,4 @@ +title: Error403Erc20NameDuplicate properties: errorCode: description: erc20.duplicate.name diff --git a/components/schemas/Error403Erc20Prefix.yml b/components/schemas/Error403Erc20Prefix.yml index 756570b..206e75f 100644 --- a/components/schemas/Error403Erc20Prefix.yml +++ b/components/schemas/Error403Erc20Prefix.yml @@ -1,3 +1,4 @@ +title: Error403Erc20Prefix properties: errorCode: description: erc20.symbol.prefix diff --git a/components/schemas/Error403Erc20XpubBoth.yml b/components/schemas/Error403Erc20XpubBoth.yml index e673b17..59fd148 100644 --- a/components/schemas/Error403Erc20XpubBoth.yml +++ b/components/schemas/Error403Erc20XpubBoth.yml @@ -1,3 +1,4 @@ +title: Error403Erc20XpubBoth properties: errorCode: description: erc20.address.xpub.both diff --git a/components/schemas/Error403Erc20XpubMissing.yml b/components/schemas/Error403Erc20XpubMissing.yml index eb36a04..ae933c0 100644 --- a/components/schemas/Error403Erc20XpubMissing.yml +++ b/components/schemas/Error403Erc20XpubMissing.yml @@ -1,3 +1,4 @@ +title: Error403Erc20XpubMissing properties: errorCode: description: erc20.address.xpub.missing diff --git a/components/schemas/Error403EthBroadcast.yml b/components/schemas/Error403EthBroadcast.yml index 4cf8a1e..2818e30 100644 --- a/components/schemas/Error403EthBroadcast.yml +++ b/components/schemas/Error403EthBroadcast.yml @@ -1,3 +1,4 @@ +title: Error403EthBroadcast properties: errorCode: description: ethereum.broadcast.failed diff --git a/components/schemas/Error403EthErc20NotFound.yml b/components/schemas/Error403EthErc20NotFound.yml index 2b3b8b6..fd87d30 100644 --- a/components/schemas/Error403EthErc20NotFound.yml +++ b/components/schemas/Error403EthErc20NotFound.yml @@ -1,3 +1,4 @@ +title: Error403EthErc20NotFound properties: errorCode: description: erc20.token.notFound diff --git a/components/schemas/Error403EthErc20Set.yml b/components/schemas/Error403EthErc20Set.yml index 941d974..cb0ac2f 100644 --- a/components/schemas/Error403EthErc20Set.yml +++ b/components/schemas/Error403EthErc20Set.yml @@ -1,3 +1,4 @@ +title: Error403EthErc20Set properties: errorCode: description: erc20.address.set diff --git a/components/schemas/Error403EthErc20TxSign.yml b/components/schemas/Error403EthErc20TxSign.yml index 406e9d5..dbef9b7 100644 --- a/components/schemas/Error403EthErc20TxSign.yml +++ b/components/schemas/Error403EthErc20TxSign.yml @@ -1,3 +1,4 @@ +title: Error403EthErc20TxSign properties: errorCode: description: eth.erc20.sign diff --git a/components/schemas/Error403EthErc20Unsupported.yml b/components/schemas/Error403EthErc20Unsupported.yml index 6b5eb2a..ec859ba 100644 --- a/components/schemas/Error403EthErc20Unsupported.yml +++ b/components/schemas/Error403EthErc20Unsupported.yml @@ -1,3 +1,4 @@ +title: Error403EthErc20Unsupported properties: errorCode: description: eth.erc20.unsupported diff --git a/components/schemas/Error403EthErc721Call.yml b/components/schemas/Error403EthErc721Call.yml index ca2587e..7df568f 100644 --- a/components/schemas/Error403EthErc721Call.yml +++ b/components/schemas/Error403EthErc721Call.yml @@ -1,3 +1,4 @@ +title: Error403EthErc721Call properties: errorCode: description: eth.erc721.failed diff --git a/components/schemas/Error403EthErc721TxSign.yml b/components/schemas/Error403EthErc721TxSign.yml index ee106ea..84e8401 100644 --- a/components/schemas/Error403EthErc721TxSign.yml +++ b/components/schemas/Error403EthErc721TxSign.yml @@ -1,3 +1,4 @@ +title: Error403EthErc721TxSign properties: errorCode: description: eth.erc721.sign diff --git a/components/schemas/Error403EthGasCalculation.yml b/components/schemas/Error403EthGasCalculation.yml index 52129e4..dc51232 100644 --- a/components/schemas/Error403EthGasCalculation.yml +++ b/components/schemas/Error403EthGasCalculation.yml @@ -1,3 +1,4 @@ +title: Error403EthGasCalculation properties: errorCode: description: eth.transaction.gas diff --git a/components/schemas/Error403EthGasPrice.yml b/components/schemas/Error403EthGasPrice.yml index df25954..6f2057f 100644 --- a/components/schemas/Error403EthGasPrice.yml +++ b/components/schemas/Error403EthGasPrice.yml @@ -1,3 +1,4 @@ +title: Error403EthGasPrice properties: errorCode: description: gas.price.failed diff --git a/components/schemas/Error403EthMnemonicPrivateKey.yml b/components/schemas/Error403EthMnemonicPrivateKey.yml index 77020a9..17789a1 100644 --- a/components/schemas/Error403EthMnemonicPrivateKey.yml +++ b/components/schemas/Error403EthMnemonicPrivateKey.yml @@ -1,3 +1,4 @@ +title: Error403EthMnemonicPrivateKey properties: errorCode: description: private.mnemonic.missing diff --git a/components/schemas/Error403EthScBody.yml b/components/schemas/Error403EthScBody.yml index 7164441..8e6a76b 100644 --- a/components/schemas/Error403EthScBody.yml +++ b/components/schemas/Error403EthScBody.yml @@ -1,3 +1,4 @@ +title: Error403EthScBody properties: errorCode: description: ethereum.sc.invalid diff --git a/components/schemas/Error403EthTxBody.yml b/components/schemas/Error403EthTxBody.yml index 32cea07..28fd415 100644 --- a/components/schemas/Error403EthTxBody.yml +++ b/components/schemas/Error403EthTxBody.yml @@ -1,3 +1,4 @@ +title: Error403EthTxBody properties: errorCode: description: ethereum.transaction.body diff --git a/components/schemas/Error403EthTxHash.yml b/components/schemas/Error403EthTxHash.yml index 5d1bf1c..c719ac0 100644 --- a/components/schemas/Error403EthTxHash.yml +++ b/components/schemas/Error403EthTxHash.yml @@ -1,3 +1,4 @@ +title: Error403EthTxHash properties: errorCode: description: eth.transaction.hash diff --git a/components/schemas/Error403EthTxSign.yml b/components/schemas/Error403EthTxSign.yml index b163fc1..63b3289 100644 --- a/components/schemas/Error403EthTxSign.yml +++ b/components/schemas/Error403EthTxSign.yml @@ -1,3 +1,4 @@ +title: Error403EthTxSign properties: errorCode: description: eth.transaction.sign diff --git a/components/schemas/Error403FeeFormat.yml b/components/schemas/Error403FeeFormat.yml index da33cda..f1c912f 100644 --- a/components/schemas/Error403FeeFormat.yml +++ b/components/schemas/Error403FeeFormat.yml @@ -1,3 +1,4 @@ +title: Error403FeeFormat properties: errorCode: description: fee.format diff --git a/components/schemas/Error403FlareBep20NotFound.yml b/components/schemas/Error403FlareBep20NotFound.yml index 2b3b8b6..b66d055 100644 --- a/components/schemas/Error403FlareBep20NotFound.yml +++ b/components/schemas/Error403FlareBep20NotFound.yml @@ -1,3 +1,4 @@ +title: Error403FlareBep20NotFound properties: errorCode: description: erc20.token.notFound diff --git a/components/schemas/Error403FlareBep20Set.yml b/components/schemas/Error403FlareBep20Set.yml index 941d974..5d60e1b 100644 --- a/components/schemas/Error403FlareBep20Set.yml +++ b/components/schemas/Error403FlareBep20Set.yml @@ -1,3 +1,4 @@ +title: Error403FlareBep20Set properties: errorCode: description: erc20.address.set diff --git a/components/schemas/Error403FlareBep20Unsupported.yml b/components/schemas/Error403FlareBep20Unsupported.yml index cabde19..9a275aa 100644 --- a/components/schemas/Error403FlareBep20Unsupported.yml +++ b/components/schemas/Error403FlareBep20Unsupported.yml @@ -1,3 +1,4 @@ +title: Error403FlareBep20Unsupported properties: errorCode: description: flare.bep20.unsupported diff --git a/components/schemas/Error403FlareBroadcast.yml b/components/schemas/Error403FlareBroadcast.yml index 212b2cc..d053704 100644 --- a/components/schemas/Error403FlareBroadcast.yml +++ b/components/schemas/Error403FlareBroadcast.yml @@ -1,3 +1,4 @@ +title: Error403FlareBroadcast properties: errorCode: description: flare.broadcast.failed diff --git a/components/schemas/Error403FlareErc20TxSign.yml b/components/schemas/Error403FlareErc20TxSign.yml index 23d6195..6be1d0a 100644 --- a/components/schemas/Error403FlareErc20TxSign.yml +++ b/components/schemas/Error403FlareErc20TxSign.yml @@ -1,3 +1,4 @@ +title: Error403FlareErc20TxSign properties: errorCode: description: flare.bep20.sign diff --git a/components/schemas/Error403FlareGasCalculation.yml b/components/schemas/Error403FlareGasCalculation.yml index fb8576d..2442ea1 100644 --- a/components/schemas/Error403FlareGasCalculation.yml +++ b/components/schemas/Error403FlareGasCalculation.yml @@ -1,3 +1,4 @@ +title: Error403FlareGasCalculation properties: errorCode: description: flare.transaction.gas diff --git a/components/schemas/Error403FlareGasPrice.yml b/components/schemas/Error403FlareGasPrice.yml index df25954..ccfa61a 100644 --- a/components/schemas/Error403FlareGasPrice.yml +++ b/components/schemas/Error403FlareGasPrice.yml @@ -1,3 +1,4 @@ +title: Error403FlareGasPrice properties: errorCode: description: gas.price.failed diff --git a/components/schemas/Error403FlareMnemonicPrivateKey.yml b/components/schemas/Error403FlareMnemonicPrivateKey.yml index 77020a9..4076744 100644 --- a/components/schemas/Error403FlareMnemonicPrivateKey.yml +++ b/components/schemas/Error403FlareMnemonicPrivateKey.yml @@ -1,3 +1,4 @@ +title: Error403FlareMnemonicPrivateKey properties: errorCode: description: private.mnemonic.missing diff --git a/components/schemas/Error403FlareScBody.yml b/components/schemas/Error403FlareScBody.yml index ab1e40a..2f84365 100644 --- a/components/schemas/Error403FlareScBody.yml +++ b/components/schemas/Error403FlareScBody.yml @@ -1,3 +1,4 @@ +title: Error403FlareScBody properties: errorCode: description: flare.sc.invalid diff --git a/components/schemas/Error403FlareTxBody.yml b/components/schemas/Error403FlareTxBody.yml index c5d018c..f495647 100644 --- a/components/schemas/Error403FlareTxBody.yml +++ b/components/schemas/Error403FlareTxBody.yml @@ -1,3 +1,4 @@ +title: Error403FlareTxBody properties: errorCode: description: flare.transaction.body diff --git a/components/schemas/Error403FlareTxHash.yml b/components/schemas/Error403FlareTxHash.yml index c2f7543..d06a0e2 100644 --- a/components/schemas/Error403FlareTxHash.yml +++ b/components/schemas/Error403FlareTxHash.yml @@ -1,3 +1,4 @@ +title: Error403FlareTxHash properties: errorCode: description: flare.transaction.hash diff --git a/components/schemas/Error403FlareTxSign.yml b/components/schemas/Error403FlareTxSign.yml index e66a4c8..859dcff 100644 --- a/components/schemas/Error403FlareTxSign.yml +++ b/components/schemas/Error403FlareTxSign.yml @@ -1,3 +1,4 @@ +title: Error403FlareTxSign properties: errorCode: description: flare.transaction.sign diff --git a/components/schemas/Error403KMSNotExists.yml b/components/schemas/Error403KMSNotExists.yml index 068362f..c8bd2e3 100644 --- a/components/schemas/Error403KMSNotExists.yml +++ b/components/schemas/Error403KMSNotExists.yml @@ -1,3 +1,4 @@ +title: Error403KMSNotExists properties: errorCode: description: kms.missing diff --git a/components/schemas/Error403KcsBep20NotFound.yml b/components/schemas/Error403KcsBep20NotFound.yml index 2b3b8b6..9740863 100644 --- a/components/schemas/Error403KcsBep20NotFound.yml +++ b/components/schemas/Error403KcsBep20NotFound.yml @@ -1,3 +1,4 @@ +title: Error403KcsBep20NotFound properties: errorCode: description: erc20.token.notFound diff --git a/components/schemas/Error403KcsBep20Set.yml b/components/schemas/Error403KcsBep20Set.yml index 941d974..37ff181 100644 --- a/components/schemas/Error403KcsBep20Set.yml +++ b/components/schemas/Error403KcsBep20Set.yml @@ -1,3 +1,4 @@ +title: Error403KcsBep20Set properties: errorCode: description: erc20.address.set diff --git a/components/schemas/Error403KcsBep20Unsupported.yml b/components/schemas/Error403KcsBep20Unsupported.yml index 9c534de..8f789a9 100644 --- a/components/schemas/Error403KcsBep20Unsupported.yml +++ b/components/schemas/Error403KcsBep20Unsupported.yml @@ -1,3 +1,4 @@ +title: Error403KcsBep20Unsupported properties: errorCode: description: kcs.bep20.unsupported diff --git a/components/schemas/Error403KcsBroadcast.yml b/components/schemas/Error403KcsBroadcast.yml index a1a578f..08f5525 100644 --- a/components/schemas/Error403KcsBroadcast.yml +++ b/components/schemas/Error403KcsBroadcast.yml @@ -1,3 +1,4 @@ +title: Error403KcsBroadcast properties: errorCode: description: kcs.broadcast.failed diff --git a/components/schemas/Error403KcsErc20TxSign.yml b/components/schemas/Error403KcsErc20TxSign.yml index 1b768cf..7cc2e3d 100644 --- a/components/schemas/Error403KcsErc20TxSign.yml +++ b/components/schemas/Error403KcsErc20TxSign.yml @@ -1,3 +1,4 @@ +title: Error403KcsErc20TxSign properties: errorCode: description: kcs.bep20.sign diff --git a/components/schemas/Error403KcsGasCalculation.yml b/components/schemas/Error403KcsGasCalculation.yml index 8f05965..c2daa07 100644 --- a/components/schemas/Error403KcsGasCalculation.yml +++ b/components/schemas/Error403KcsGasCalculation.yml @@ -1,3 +1,4 @@ +title: Error403KcsGasCalculation properties: errorCode: description: kcs.transaction.gas diff --git a/components/schemas/Error403KcsGasPrice.yml b/components/schemas/Error403KcsGasPrice.yml index df25954..7611a41 100644 --- a/components/schemas/Error403KcsGasPrice.yml +++ b/components/schemas/Error403KcsGasPrice.yml @@ -1,3 +1,4 @@ +title: Error403KcsGasPrice properties: errorCode: description: gas.price.failed diff --git a/components/schemas/Error403KcsMnemonicPrivateKey.yml b/components/schemas/Error403KcsMnemonicPrivateKey.yml index 77020a9..2d38c9e 100644 --- a/components/schemas/Error403KcsMnemonicPrivateKey.yml +++ b/components/schemas/Error403KcsMnemonicPrivateKey.yml @@ -1,3 +1,4 @@ +title: Error403KcsMnemonicPrivateKey properties: errorCode: description: private.mnemonic.missing diff --git a/components/schemas/Error403KcsScBody.yml b/components/schemas/Error403KcsScBody.yml index 28c7a0c..5214a32 100644 --- a/components/schemas/Error403KcsScBody.yml +++ b/components/schemas/Error403KcsScBody.yml @@ -1,3 +1,4 @@ +title: Error403KcsScBody properties: errorCode: description: kcs.sc.invalid diff --git a/components/schemas/Error403KcsTxBody.yml b/components/schemas/Error403KcsTxBody.yml index 75630b2..2a73cef 100644 --- a/components/schemas/Error403KcsTxBody.yml +++ b/components/schemas/Error403KcsTxBody.yml @@ -1,3 +1,4 @@ +title: Error403KcsTxBody properties: errorCode: description: kcs.transaction.body diff --git a/components/schemas/Error403KcsTxHash.yml b/components/schemas/Error403KcsTxHash.yml index bbf591d..3b3a69a 100644 --- a/components/schemas/Error403KcsTxHash.yml +++ b/components/schemas/Error403KcsTxHash.yml @@ -1,3 +1,4 @@ +title: Error403KcsTxHash properties: errorCode: description: kcs.transaction.hash diff --git a/components/schemas/Error403KcsTxSign.yml b/components/schemas/Error403KcsTxSign.yml index 6d95bbe..84a72a6 100644 --- a/components/schemas/Error403KcsTxSign.yml +++ b/components/schemas/Error403KcsTxSign.yml @@ -1,3 +1,4 @@ +title: Error403KcsTxSign properties: errorCode: description: kcs.transaction.sign diff --git a/components/schemas/Error403KlaytnBroadcast.yml b/components/schemas/Error403KlaytnBroadcast.yml index 167ee78..731695d 100644 --- a/components/schemas/Error403KlaytnBroadcast.yml +++ b/components/schemas/Error403KlaytnBroadcast.yml @@ -1,3 +1,4 @@ +title: Error403KlaytnBroadcast properties: errorCode: description: klaytn.broadcast.failed diff --git a/components/schemas/Error403KlaytnErc20TxSign.yml b/components/schemas/Error403KlaytnErc20TxSign.yml index e694c1d..bb06359 100644 --- a/components/schemas/Error403KlaytnErc20TxSign.yml +++ b/components/schemas/Error403KlaytnErc20TxSign.yml @@ -1,3 +1,4 @@ +title: Error403KlaytnErc20TxSign properties: errorCode: description: klaytn.bep20.sign diff --git a/components/schemas/Error403KlaytnGasCalculation.yml b/components/schemas/Error403KlaytnGasCalculation.yml index d7d0217..138a23f 100644 --- a/components/schemas/Error403KlaytnGasCalculation.yml +++ b/components/schemas/Error403KlaytnGasCalculation.yml @@ -1,3 +1,4 @@ +title: Error403KlaytnGasCalculation properties: errorCode: description: klaytn.transaction.gas diff --git a/components/schemas/Error403KlaytnGasPrice.yml b/components/schemas/Error403KlaytnGasPrice.yml index df25954..e2673a0 100644 --- a/components/schemas/Error403KlaytnGasPrice.yml +++ b/components/schemas/Error403KlaytnGasPrice.yml @@ -1,3 +1,4 @@ +title: Error403KlaytnGasPrice properties: errorCode: description: gas.price.failed diff --git a/components/schemas/Error403KlaytnKlay20NotFound.yml b/components/schemas/Error403KlaytnKlay20NotFound.yml index 2b3b8b6..41c1229 100644 --- a/components/schemas/Error403KlaytnKlay20NotFound.yml +++ b/components/schemas/Error403KlaytnKlay20NotFound.yml @@ -1,3 +1,4 @@ +title: Error403KlaytnKlay20NotFound properties: errorCode: description: erc20.token.notFound diff --git a/components/schemas/Error403KlaytnKlay20Set.yml b/components/schemas/Error403KlaytnKlay20Set.yml index 941d974..ee2095c 100644 --- a/components/schemas/Error403KlaytnKlay20Set.yml +++ b/components/schemas/Error403KlaytnKlay20Set.yml @@ -1,3 +1,4 @@ +title: Error403KlaytnKlay20Set properties: errorCode: description: erc20.address.set diff --git a/components/schemas/Error403KlaytnKlay20Unsupported.yml b/components/schemas/Error403KlaytnKlay20Unsupported.yml index f19630a..078bc02 100644 --- a/components/schemas/Error403KlaytnKlay20Unsupported.yml +++ b/components/schemas/Error403KlaytnKlay20Unsupported.yml @@ -1,3 +1,4 @@ +title: Error403KlaytnKlay20Unsupported properties: errorCode: description: klaytn.bep20.unsupported diff --git a/components/schemas/Error403KlaytnMnemonicPrivateKey.yml b/components/schemas/Error403KlaytnMnemonicPrivateKey.yml index 77020a9..8a2c2c1 100644 --- a/components/schemas/Error403KlaytnMnemonicPrivateKey.yml +++ b/components/schemas/Error403KlaytnMnemonicPrivateKey.yml @@ -1,3 +1,4 @@ +title: Error403KlaytnMnemonicPrivateKey properties: errorCode: description: private.mnemonic.missing diff --git a/components/schemas/Error403KlaytnScBody.yml b/components/schemas/Error403KlaytnScBody.yml index c22723d..eea9294 100644 --- a/components/schemas/Error403KlaytnScBody.yml +++ b/components/schemas/Error403KlaytnScBody.yml @@ -1,3 +1,4 @@ +title: Error403KlaytnScBody properties: errorCode: description: klaytn.sc.invalid diff --git a/components/schemas/Error403KlaytnTxBody.yml b/components/schemas/Error403KlaytnTxBody.yml index 060a802..e05a61c 100644 --- a/components/schemas/Error403KlaytnTxBody.yml +++ b/components/schemas/Error403KlaytnTxBody.yml @@ -1,3 +1,4 @@ +title: Error403KlaytnTxBody properties: errorCode: description: klaytn.transaction.body diff --git a/components/schemas/Error403KlaytnTxHash.yml b/components/schemas/Error403KlaytnTxHash.yml index 483dde4..f98ad94 100644 --- a/components/schemas/Error403KlaytnTxHash.yml +++ b/components/schemas/Error403KlaytnTxHash.yml @@ -1,3 +1,4 @@ +title: Error403KlaytnTxHash properties: errorCode: description: klaytn.transaction.hash diff --git a/components/schemas/Error403KlaytnTxSign.yml b/components/schemas/Error403KlaytnTxSign.yml index ec001ba..c9af051 100644 --- a/components/schemas/Error403KlaytnTxSign.yml +++ b/components/schemas/Error403KlaytnTxSign.yml @@ -1,3 +1,4 @@ +title: Error403KlaytnTxSign properties: errorCode: description: klaytn.transaction.sign diff --git a/components/schemas/Error403Libra.yml b/components/schemas/Error403Libra.yml index 610cf9d..78ae014 100644 --- a/components/schemas/Error403Libra.yml +++ b/components/schemas/Error403Libra.yml @@ -1,3 +1,4 @@ +title: Error403Libra properties: errorCode: description: libra.request.failed diff --git a/components/schemas/Error403LimitExceeded.yml b/components/schemas/Error403LimitExceeded.yml index 6128d23..06b3d2a 100644 --- a/components/schemas/Error403LimitExceeded.yml +++ b/components/schemas/Error403LimitExceeded.yml @@ -1,3 +1,4 @@ +title: Error403LimitExceeded properties: errorCode: description: limit.exceeded diff --git a/components/schemas/Error403MainnetNotSupported.yml b/components/schemas/Error403MainnetNotSupported.yml index 4b571e3..7f33468 100644 --- a/components/schemas/Error403MainnetNotSupported.yml +++ b/components/schemas/Error403MainnetNotSupported.yml @@ -1,3 +1,4 @@ +title: Error403MainnetNotSupported properties: errorCode: description: mainnet.not.supported diff --git a/components/schemas/Error403OffchainBroadcast.yml b/components/schemas/Error403OffchainBroadcast.yml index 4393757..2a6ce30 100644 --- a/components/schemas/Error403OffchainBroadcast.yml +++ b/components/schemas/Error403OffchainBroadcast.yml @@ -1,3 +1,4 @@ +title: Error403OffchainBroadcast properties: errorCode: description: broadcast.failed.withdrawalId diff --git a/components/schemas/Error403OffchainBroadcastState.yml b/components/schemas/Error403OffchainBroadcastState.yml index 3ff4ae0..c171009 100644 --- a/components/schemas/Error403OffchainBroadcastState.yml +++ b/components/schemas/Error403OffchainBroadcastState.yml @@ -1,3 +1,4 @@ +title: Error403OffchainBroadcastState properties: errorCode: description: withdrawal.unexpected.state diff --git a/components/schemas/Error403OffchainCancelled.yml b/components/schemas/Error403OffchainCancelled.yml index d1843e6..5e95384 100644 --- a/components/schemas/Error403OffchainCancelled.yml +++ b/components/schemas/Error403OffchainCancelled.yml @@ -1,3 +1,4 @@ +title: Error403OffchainCancelled properties: errorCode: description: withdrawal.prepare.failed diff --git a/components/schemas/Error403OffchainCheck.yml b/components/schemas/Error403OffchainCheck.yml index c197d5e..e87d8a5 100644 --- a/components/schemas/Error403OffchainCheck.yml +++ b/components/schemas/Error403OffchainCheck.yml @@ -1,3 +1,4 @@ +title: Error403OffchainCheck properties: errorCode: description: withdrawal.check.currency diff --git a/components/schemas/Error403OffchainNotCancelled.yml b/components/schemas/Error403OffchainNotCancelled.yml index 2d52757..0bc41e7 100644 --- a/components/schemas/Error403OffchainNotCancelled.yml +++ b/components/schemas/Error403OffchainNotCancelled.yml @@ -1,3 +1,4 @@ +title: Error403OffchainNotCancelled properties: errorCode: description: withdrawal.not.cancelled.transaction.failed diff --git a/components/schemas/Error403OffchainNotSupported.yml b/components/schemas/Error403OffchainNotSupported.yml index 1a2b0a3..d563d1a 100644 --- a/components/schemas/Error403OffchainNotSupported.yml +++ b/components/schemas/Error403OffchainNotSupported.yml @@ -1,3 +1,4 @@ +title: Error403OffchainNotSupported properties: errorCode: description: offchain.not.supported diff --git a/components/schemas/Error403OneBep20NotFound.yml b/components/schemas/Error403OneBep20NotFound.yml index 90c2534..c7ca470 100644 --- a/components/schemas/Error403OneBep20NotFound.yml +++ b/components/schemas/Error403OneBep20NotFound.yml @@ -1,3 +1,4 @@ +title: Error403OneBep20NotFound properties: errorCode: description: erc20.token.notFound diff --git a/components/schemas/Error403OneBep20Set.yml b/components/schemas/Error403OneBep20Set.yml index 7ffcc7b..c1be48b 100644 --- a/components/schemas/Error403OneBep20Set.yml +++ b/components/schemas/Error403OneBep20Set.yml @@ -1,3 +1,4 @@ +title: Error403OneBep20Set properties: errorCode: description: erc20.address.set diff --git a/components/schemas/Error403OneBep20Unsupported.yml b/components/schemas/Error403OneBep20Unsupported.yml index daa4bd0..d21485b 100644 --- a/components/schemas/Error403OneBep20Unsupported.yml +++ b/components/schemas/Error403OneBep20Unsupported.yml @@ -1,3 +1,4 @@ +title: Error403OneBep20Unsupported properties: errorCode: description: bsc.bep20.unsupported diff --git a/components/schemas/Error403OneBroadcast.yml b/components/schemas/Error403OneBroadcast.yml index 761cd38..d46b4a5 100644 --- a/components/schemas/Error403OneBroadcast.yml +++ b/components/schemas/Error403OneBroadcast.yml @@ -1,3 +1,4 @@ +title: Error403OneBroadcast properties: errorCode: description: bsc.broadcast.failed diff --git a/components/schemas/Error403OneErc20TxSign.yml b/components/schemas/Error403OneErc20TxSign.yml index 207f422..717ec25 100644 --- a/components/schemas/Error403OneErc20TxSign.yml +++ b/components/schemas/Error403OneErc20TxSign.yml @@ -1,3 +1,4 @@ +title: Error403OneErc20TxSign properties: errorCode: description: bsc.bep20.sign diff --git a/components/schemas/Error403OneGasCalculation.yml b/components/schemas/Error403OneGasCalculation.yml index e715971..66cbb33 100644 --- a/components/schemas/Error403OneGasCalculation.yml +++ b/components/schemas/Error403OneGasCalculation.yml @@ -1,3 +1,4 @@ +title: Error403OneGasCalculation properties: errorCode: description: bsc.transaction.gas diff --git a/components/schemas/Error403OneGasPrice.yml b/components/schemas/Error403OneGasPrice.yml index df25954..1de7d80 100644 --- a/components/schemas/Error403OneGasPrice.yml +++ b/components/schemas/Error403OneGasPrice.yml @@ -1,3 +1,4 @@ +title: Error403OneGasPrice properties: errorCode: description: gas.price.failed diff --git a/components/schemas/Error403OneMnemonicPrivateKey.yml b/components/schemas/Error403OneMnemonicPrivateKey.yml index 77020a9..7b328ae 100644 --- a/components/schemas/Error403OneMnemonicPrivateKey.yml +++ b/components/schemas/Error403OneMnemonicPrivateKey.yml @@ -1,3 +1,4 @@ +title: Error403OneMnemonicPrivateKey properties: errorCode: description: private.mnemonic.missing diff --git a/components/schemas/Error403OneScBody.yml b/components/schemas/Error403OneScBody.yml index 9210b85..64062eb 100644 --- a/components/schemas/Error403OneScBody.yml +++ b/components/schemas/Error403OneScBody.yml @@ -1,3 +1,4 @@ +title: Error403OneScBody properties: errorCode: description: bsc.sc.invalid diff --git a/components/schemas/Error403OneTxBody.yml b/components/schemas/Error403OneTxBody.yml index c286878..c96a5ec 100644 --- a/components/schemas/Error403OneTxBody.yml +++ b/components/schemas/Error403OneTxBody.yml @@ -1,3 +1,4 @@ +title: Error403OneTxBody properties: errorCode: description: bsc.transaction.body diff --git a/components/schemas/Error403OneTxHash.yml b/components/schemas/Error403OneTxHash.yml index 8a1a59f..5705273 100644 --- a/components/schemas/Error403OneTxHash.yml +++ b/components/schemas/Error403OneTxHash.yml @@ -1,3 +1,4 @@ +title: Error403OneTxHash properties: errorCode: description: bsc.transaction.hash diff --git a/components/schemas/Error403OneTxSign.yml b/components/schemas/Error403OneTxSign.yml index afd9ae6..7f6fbf7 100644 --- a/components/schemas/Error403OneTxSign.yml +++ b/components/schemas/Error403OneTxSign.yml @@ -1,3 +1,4 @@ +title: Error403OneTxSign properties: errorCode: description: bsc.transaction.sign diff --git a/components/schemas/Error403OrderCurrency1Balance.yml b/components/schemas/Error403OrderCurrency1Balance.yml index 7bbd2a6..406865d 100644 --- a/components/schemas/Error403OrderCurrency1Balance.yml +++ b/components/schemas/Error403OrderCurrency1Balance.yml @@ -1,3 +1,4 @@ +title: Error403OrderCurrency1Balance properties: errorCode: description: trade.currency1.balance diff --git a/components/schemas/Error403OrderCurrency1CustomerDisabled.yml b/components/schemas/Error403OrderCurrency1CustomerDisabled.yml index 48bf385..72258e8 100644 --- a/components/schemas/Error403OrderCurrency1CustomerDisabled.yml +++ b/components/schemas/Error403OrderCurrency1CustomerDisabled.yml @@ -1,3 +1,4 @@ +title: Error403OrderCurrency1CustomerDisabled properties: errorCode: description: trade.currency1AccountId.customer.disabled diff --git a/components/schemas/Error403OrderCurrency1Frozen.yml b/components/schemas/Error403OrderCurrency1Frozen.yml index a5c7dee..4f8b83b 100644 --- a/components/schemas/Error403OrderCurrency1Frozen.yml +++ b/components/schemas/Error403OrderCurrency1Frozen.yml @@ -1,3 +1,4 @@ +title: Error403OrderCurrency1Frozen properties: errorCode: description: trade.currency1AccountId.frozen diff --git a/components/schemas/Error403OrderCurrency1NotFound.yml b/components/schemas/Error403OrderCurrency1NotFound.yml index bc772fe..57ec4f8 100644 --- a/components/schemas/Error403OrderCurrency1NotFound.yml +++ b/components/schemas/Error403OrderCurrency1NotFound.yml @@ -1,3 +1,4 @@ +title: Error403OrderCurrency1NotFound properties: errorCode: description: trade.currency1AccountId.not.exists diff --git a/components/schemas/Error403OrderCurrency1Pair.yml b/components/schemas/Error403OrderCurrency1Pair.yml index a09fc4c..6d5259a 100644 --- a/components/schemas/Error403OrderCurrency1Pair.yml +++ b/components/schemas/Error403OrderCurrency1Pair.yml @@ -1,3 +1,4 @@ +title: Error403OrderCurrency1Pair properties: errorCode: description: trade.currency1.pair diff --git a/components/schemas/Error403OrderCurrency2Balance.yml b/components/schemas/Error403OrderCurrency2Balance.yml index 273604b..2317808 100644 --- a/components/schemas/Error403OrderCurrency2Balance.yml +++ b/components/schemas/Error403OrderCurrency2Balance.yml @@ -1,3 +1,4 @@ +title: Error403OrderCurrency2Balance properties: errorCode: description: trade.currency2.balance diff --git a/components/schemas/Error403OrderCurrency2CustomerDisabled.yml b/components/schemas/Error403OrderCurrency2CustomerDisabled.yml index fede68b..d8c8b95 100644 --- a/components/schemas/Error403OrderCurrency2CustomerDisabled.yml +++ b/components/schemas/Error403OrderCurrency2CustomerDisabled.yml @@ -1,3 +1,4 @@ +title: Error403OrderCurrency2CustomerDisabled properties: errorCode: description: trade.currency2AccountId.customer.disabled diff --git a/components/schemas/Error403OrderCurrency2Frozen.yml b/components/schemas/Error403OrderCurrency2Frozen.yml index bba857e..78feb5f 100644 --- a/components/schemas/Error403OrderCurrency2Frozen.yml +++ b/components/schemas/Error403OrderCurrency2Frozen.yml @@ -1,3 +1,4 @@ +title: Error403OrderCurrency2Frozen properties: errorCode: description: trade.currency2AccountId.frozen diff --git a/components/schemas/Error403OrderCurrency2NotFound.yml b/components/schemas/Error403OrderCurrency2NotFound.yml index ad790b5..ac748f8 100644 --- a/components/schemas/Error403OrderCurrency2NotFound.yml +++ b/components/schemas/Error403OrderCurrency2NotFound.yml @@ -1,3 +1,4 @@ +title: Error403OrderCurrency2NotFound properties: errorCode: description: trade.currency2AccountId.not.exists diff --git a/components/schemas/Error403OrderCurrency2Pair.yml b/components/schemas/Error403OrderCurrency2Pair.yml index 99e02f4..28a30c3 100644 --- a/components/schemas/Error403OrderCurrency2Pair.yml +++ b/components/schemas/Error403OrderCurrency2Pair.yml @@ -1,3 +1,4 @@ +title: Error403OrderCurrency2Pair properties: errorCode: description: trade.currency2.pair diff --git a/components/schemas/Error403OrderFeeIncompatible.yml b/components/schemas/Error403OrderFeeIncompatible.yml index ff2fe22..99b0dff 100644 --- a/components/schemas/Error403OrderFeeIncompatible.yml +++ b/components/schemas/Error403OrderFeeIncompatible.yml @@ -1,3 +1,4 @@ +title: Error403OrderFeeIncompatible properties: errorCode: description: trade.currency.fee diff --git a/components/schemas/Error403OrderFeeNotFound.yml b/components/schemas/Error403OrderFeeNotFound.yml index 3ae4931..af0dad5 100644 --- a/components/schemas/Error403OrderFeeNotFound.yml +++ b/components/schemas/Error403OrderFeeNotFound.yml @@ -1,3 +1,4 @@ +title: Error403OrderFeeNotFound properties: errorCode: description: trade.feeAccount diff --git a/components/schemas/Error403PlanNotSupported.yml b/components/schemas/Error403PlanNotSupported.yml index dff9461..6160c83 100644 --- a/components/schemas/Error403PlanNotSupported.yml +++ b/components/schemas/Error403PlanNotSupported.yml @@ -1,3 +1,4 @@ +title: Error403PlanNotSupported properties: errorCode: description: product.not.supported diff --git a/components/schemas/Error403PolygonBep20NotFound.yml b/components/schemas/Error403PolygonBep20NotFound.yml index 2b3b8b6..7ccbf35 100644 --- a/components/schemas/Error403PolygonBep20NotFound.yml +++ b/components/schemas/Error403PolygonBep20NotFound.yml @@ -1,3 +1,4 @@ +title: Error403PolygonBep20NotFound properties: errorCode: description: erc20.token.notFound diff --git a/components/schemas/Error403PolygonBep20Set.yml b/components/schemas/Error403PolygonBep20Set.yml index 941d974..a394c71 100644 --- a/components/schemas/Error403PolygonBep20Set.yml +++ b/components/schemas/Error403PolygonBep20Set.yml @@ -1,3 +1,4 @@ +title: Error403PolygonBep20Set properties: errorCode: description: erc20.address.set diff --git a/components/schemas/Error403PolygonBep20Unsupported.yml b/components/schemas/Error403PolygonBep20Unsupported.yml index 79b9ecd..5e9dd91 100644 --- a/components/schemas/Error403PolygonBep20Unsupported.yml +++ b/components/schemas/Error403PolygonBep20Unsupported.yml @@ -1,3 +1,4 @@ +title: Error403PolygonBep20Unsupported properties: errorCode: description: polygon.bep20.unsupported diff --git a/components/schemas/Error403PolygonBroadcast.yml b/components/schemas/Error403PolygonBroadcast.yml index f363f69..8a1df1f 100644 --- a/components/schemas/Error403PolygonBroadcast.yml +++ b/components/schemas/Error403PolygonBroadcast.yml @@ -1,3 +1,4 @@ +title: Error403PolygonBroadcast properties: errorCode: description: polygon.broadcast.failed diff --git a/components/schemas/Error403PolygonErc20TxSign.yml b/components/schemas/Error403PolygonErc20TxSign.yml index d9e00fe..07b205e 100644 --- a/components/schemas/Error403PolygonErc20TxSign.yml +++ b/components/schemas/Error403PolygonErc20TxSign.yml @@ -1,3 +1,4 @@ +title: Error403PolygonErc20TxSign properties: errorCode: description: polygon.bep20.sign diff --git a/components/schemas/Error403PolygonGasCalculation.yml b/components/schemas/Error403PolygonGasCalculation.yml index 5f31d1d..93ed577 100644 --- a/components/schemas/Error403PolygonGasCalculation.yml +++ b/components/schemas/Error403PolygonGasCalculation.yml @@ -1,3 +1,4 @@ +title: Error403PolygonGasCalculation properties: errorCode: description: polygon.transaction.gas diff --git a/components/schemas/Error403PolygonGasPrice.yml b/components/schemas/Error403PolygonGasPrice.yml index df25954..2867e45 100644 --- a/components/schemas/Error403PolygonGasPrice.yml +++ b/components/schemas/Error403PolygonGasPrice.yml @@ -1,3 +1,4 @@ +title: Error403PolygonGasPrice properties: errorCode: description: gas.price.failed diff --git a/components/schemas/Error403PolygonMnemonicPrivateKey.yml b/components/schemas/Error403PolygonMnemonicPrivateKey.yml index 77020a9..f777811 100644 --- a/components/schemas/Error403PolygonMnemonicPrivateKey.yml +++ b/components/schemas/Error403PolygonMnemonicPrivateKey.yml @@ -1,3 +1,4 @@ +title: Error403PolygonMnemonicPrivateKey properties: errorCode: description: private.mnemonic.missing diff --git a/components/schemas/Error403PolygonScBody.yml b/components/schemas/Error403PolygonScBody.yml index f69f4e7..6fa8703 100644 --- a/components/schemas/Error403PolygonScBody.yml +++ b/components/schemas/Error403PolygonScBody.yml @@ -1,3 +1,4 @@ +title: Error403PolygonScBody properties: errorCode: description: polygon.sc.invalid diff --git a/components/schemas/Error403PolygonTxBody.yml b/components/schemas/Error403PolygonTxBody.yml index 7fc105d..0cf6e5c 100644 --- a/components/schemas/Error403PolygonTxBody.yml +++ b/components/schemas/Error403PolygonTxBody.yml @@ -1,3 +1,4 @@ +title: Error403PolygonTxBody properties: errorCode: description: polygon.transaction.body diff --git a/components/schemas/Error403PolygonTxHash.yml b/components/schemas/Error403PolygonTxHash.yml index 04d6dad..d8c934c 100644 --- a/components/schemas/Error403PolygonTxHash.yml +++ b/components/schemas/Error403PolygonTxHash.yml @@ -1,3 +1,4 @@ +title: Error403PolygonTxHash properties: errorCode: description: polygon.transaction.hash diff --git a/components/schemas/Error403PolygonTxSign.yml b/components/schemas/Error403PolygonTxSign.yml index 2745ba6..977602f 100644 --- a/components/schemas/Error403PolygonTxSign.yml +++ b/components/schemas/Error403PolygonTxSign.yml @@ -1,3 +1,4 @@ +title: Error403PolygonTxSign properties: errorCode: description: polygon.transaction.sign diff --git a/components/schemas/Error403RateNotFound.yml b/components/schemas/Error403RateNotFound.yml index 59bf856..91c2dda 100644 --- a/components/schemas/Error403RateNotFound.yml +++ b/components/schemas/Error403RateNotFound.yml @@ -1,3 +1,4 @@ +title: Error403RateNotFound properties: errorCode: description: rate.not.found diff --git a/components/schemas/Error403RecipientFormat.yml b/components/schemas/Error403RecipientFormat.yml index da14e0c..5b7502a 100644 --- a/components/schemas/Error403RecipientFormat.yml +++ b/components/schemas/Error403RecipientFormat.yml @@ -1,3 +1,4 @@ +title: Error403RecipientFormat properties: errorCode: description: withdrawal.recipient.format diff --git a/components/schemas/Error403ReportNotAvailable.yml b/components/schemas/Error403ReportNotAvailable.yml index 04ee036..4461b03 100644 --- a/components/schemas/Error403ReportNotAvailable.yml +++ b/components/schemas/Error403ReportNotAvailable.yml @@ -1,3 +1,4 @@ +title: Error403ReportNotAvailable properties: errorCode: description: report.invalid diff --git a/components/schemas/Error403SolanaBep20NotFound.yml b/components/schemas/Error403SolanaBep20NotFound.yml index 2b3b8b6..efdba3c 100644 --- a/components/schemas/Error403SolanaBep20NotFound.yml +++ b/components/schemas/Error403SolanaBep20NotFound.yml @@ -1,3 +1,4 @@ +title: Error403SolanaBep20NotFound properties: errorCode: description: erc20.token.notFound diff --git a/components/schemas/Error403SolanaBroadcast.yml b/components/schemas/Error403SolanaBroadcast.yml index 0885599..621d374 100644 --- a/components/schemas/Error403SolanaBroadcast.yml +++ b/components/schemas/Error403SolanaBroadcast.yml @@ -1,3 +1,4 @@ +title: Error403SolanaBroadcast properties: errorCode: description: solana.broadcast.failed diff --git a/components/schemas/Error403SolanaBroadcastConfirm.yml b/components/schemas/Error403SolanaBroadcastConfirm.yml index 8ed27dc..eb14638 100644 --- a/components/schemas/Error403SolanaBroadcastConfirm.yml +++ b/components/schemas/Error403SolanaBroadcastConfirm.yml @@ -1,3 +1,4 @@ +title: Error403SolanaBroadcastConfirm properties: errorCode: description: solana.broadcast.confirm.failed diff --git a/components/schemas/Error403SolanaTxBody.yml b/components/schemas/Error403SolanaTxBody.yml index b9b0930..dfaf5b6 100644 --- a/components/schemas/Error403SolanaTxBody.yml +++ b/components/schemas/Error403SolanaTxBody.yml @@ -1,3 +1,4 @@ +title: Error403SolanaTxBody properties: errorCode: description: solana.transaction.body diff --git a/components/schemas/Error403SolanaTxHash.yml b/components/schemas/Error403SolanaTxHash.yml index 075be03..e0e1d4d 100644 --- a/components/schemas/Error403SolanaTxHash.yml +++ b/components/schemas/Error403SolanaTxHash.yml @@ -1,3 +1,4 @@ +title: Error403SolanaTxHash properties: errorCode: description: solana.transaction.hash diff --git a/components/schemas/Error403SolanaTxSign.yml b/components/schemas/Error403SolanaTxSign.yml index f64c4f2..0e0afbc 100644 --- a/components/schemas/Error403SolanaTxSign.yml +++ b/components/schemas/Error403SolanaTxSign.yml @@ -1,3 +1,4 @@ +title: Error403SolanaTxSign properties: errorCode: description: solana.transaction.sign diff --git a/components/schemas/Error403SubscriptionBalance.yml b/components/schemas/Error403SubscriptionBalance.yml index 479f072..656d8f5 100644 --- a/components/schemas/Error403SubscriptionBalance.yml +++ b/components/schemas/Error403SubscriptionBalance.yml @@ -1,3 +1,4 @@ +title: Error403SubscriptionBalance properties: errorCode: description: subscription.attr.balance.invalid diff --git a/components/schemas/Error403SubscriptionCurrency.yml b/components/schemas/Error403SubscriptionCurrency.yml index 04ee6b1..ae2d1b9 100644 --- a/components/schemas/Error403SubscriptionCurrency.yml +++ b/components/schemas/Error403SubscriptionCurrency.yml @@ -1,3 +1,4 @@ +title: Error403SubscriptionCurrency properties: errorCode: description: subscription.attr.currency.invalid diff --git a/components/schemas/Error403SubscriptionId.yml b/components/schemas/Error403SubscriptionId.yml index 1de9a8a..48d5ddd 100644 --- a/components/schemas/Error403SubscriptionId.yml +++ b/components/schemas/Error403SubscriptionId.yml @@ -1,3 +1,4 @@ +title: Error403SubscriptionId properties: errorCode: description: subscription.attr.incoming.invalid diff --git a/components/schemas/Error403SubscriptionInterval.yml b/components/schemas/Error403SubscriptionInterval.yml index 0572780..dd27a5d 100644 --- a/components/schemas/Error403SubscriptionInterval.yml +++ b/components/schemas/Error403SubscriptionInterval.yml @@ -1,3 +1,4 @@ +title: Error403SubscriptionInterval properties: errorCode: description: subscription.attr.interval.invalid diff --git a/components/schemas/Error403SubscriptionNotExists.yml b/components/schemas/Error403SubscriptionNotExists.yml index be84914..b7be5fe 100644 --- a/components/schemas/Error403SubscriptionNotExists.yml +++ b/components/schemas/Error403SubscriptionNotExists.yml @@ -1,3 +1,4 @@ +title: Error403SubscriptionNotExists properties: errorCode: description: subscription.not.exists diff --git a/components/schemas/Error403SubscriptionPendingId.yml b/components/schemas/Error403SubscriptionPendingId.yml index 4af6121..06c6d31 100644 --- a/components/schemas/Error403SubscriptionPendingId.yml +++ b/components/schemas/Error403SubscriptionPendingId.yml @@ -1,3 +1,4 @@ +title: Error403SubscriptionPendingId properties: errorCode: description: subscription.attr.pending.invalid diff --git a/components/schemas/Error403SubscriptionType.yml b/components/schemas/Error403SubscriptionType.yml index f08ee17..11cdaa5 100644 --- a/components/schemas/Error403SubscriptionType.yml +++ b/components/schemas/Error403SubscriptionType.yml @@ -1,3 +1,4 @@ +title: Error403SubscriptionType properties: errorCode: description: subscription.type.invalid diff --git a/components/schemas/Error403TradeBalanceNonZero.yml b/components/schemas/Error403TradeBalanceNonZero.yml index a369d15..ed2c824 100644 --- a/components/schemas/Error403TradeBalanceNonZero.yml +++ b/components/schemas/Error403TradeBalanceNonZero.yml @@ -1,3 +1,4 @@ +title: Error403TradeBalanceNonZero properties: errorCode: description: account.trade.non.zero diff --git a/components/schemas/Error403Tron.yml b/components/schemas/Error403Tron.yml index dbe988f..9b8cdf6 100644 --- a/components/schemas/Error403Tron.yml +++ b/components/schemas/Error403Tron.yml @@ -1,3 +1,4 @@ +title: Error403Tron properties: errorCode: description: tron.failed diff --git a/components/schemas/Error403TxAmountAda.yml b/components/schemas/Error403TxAmountAda.yml index ed3a4b3..dbb7681 100644 --- a/components/schemas/Error403TxAmountAda.yml +++ b/components/schemas/Error403TxAmountAda.yml @@ -1,3 +1,4 @@ +title: Error403TxAmountAda properties: errorCode: description: transaction.amount.ada diff --git a/components/schemas/Error403TxAmountAdaOffchain.yml b/components/schemas/Error403TxAmountAdaOffchain.yml index 6cbe268..4b99e74 100644 --- a/components/schemas/Error403TxAmountAdaOffchain.yml +++ b/components/schemas/Error403TxAmountAdaOffchain.yml @@ -1,3 +1,4 @@ +title: Error403TxAmountAdaOffchain properties: errorCode: description: amount.ada diff --git a/components/schemas/Error403TxAmountBtc.yml b/components/schemas/Error403TxAmountBtc.yml index c236d1e..f751032 100644 --- a/components/schemas/Error403TxAmountBtc.yml +++ b/components/schemas/Error403TxAmountBtc.yml @@ -1,3 +1,4 @@ +title: Error403TxAmountBtc properties: errorCode: description: amount.btc diff --git a/components/schemas/Error403TxAmountBtcOffchain.yml b/components/schemas/Error403TxAmountBtcOffchain.yml index 37a7882..871219a 100644 --- a/components/schemas/Error403TxAmountBtcOffchain.yml +++ b/components/schemas/Error403TxAmountBtcOffchain.yml @@ -1,3 +1,4 @@ +title: Error403TxAmountBtcOffchain properties: errorCode: description: transaction.amount.btc diff --git a/components/schemas/Error403TxAmountEth.yml b/components/schemas/Error403TxAmountEth.yml index 88ef3a6..c607c2a 100644 --- a/components/schemas/Error403TxAmountEth.yml +++ b/components/schemas/Error403TxAmountEth.yml @@ -1,3 +1,4 @@ +title: Error403TxAmountEth properties: errorCode: description: amount.eth diff --git a/components/schemas/Error403TxAmountEthOffchain.yml b/components/schemas/Error403TxAmountEthOffchain.yml index cc19fe9..c609cf8 100644 --- a/components/schemas/Error403TxAmountEthOffchain.yml +++ b/components/schemas/Error403TxAmountEthOffchain.yml @@ -1,3 +1,4 @@ +title: Error403TxAmountEthOffchain properties: errorCode: description: transaction.amount.eth diff --git a/components/schemas/Error403TxBalance.yml b/components/schemas/Error403TxBalance.yml index 186aa82..1dacae0 100644 --- a/components/schemas/Error403TxBalance.yml +++ b/components/schemas/Error403TxBalance.yml @@ -1,3 +1,4 @@ +title: Error403TxBalance properties: errorCode: description: balance.insufficient diff --git a/components/schemas/Error403TxCurrency.yml b/components/schemas/Error403TxCurrency.yml index 4aaca6f..67eb21c 100644 --- a/components/schemas/Error403TxCurrency.yml +++ b/components/schemas/Error403TxCurrency.yml @@ -1,3 +1,4 @@ +title: Error403TxCurrency properties: errorCode: description: transaction.currency.incompatible diff --git a/components/schemas/Error403TxNotCompliant.yml b/components/schemas/Error403TxNotCompliant.yml index 6fc67ba..0069a50 100644 --- a/components/schemas/Error403TxNotCompliant.yml +++ b/components/schemas/Error403TxNotCompliant.yml @@ -1,3 +1,4 @@ +title: Error403TxNotCompliant properties: errorCode: description: transaction.not.compliant diff --git a/components/schemas/Error403TxNotFound.yml b/components/schemas/Error403TxNotFound.yml index db73710..9f1c294 100644 --- a/components/schemas/Error403TxNotFound.yml +++ b/components/schemas/Error403TxNotFound.yml @@ -1,3 +1,4 @@ +title: Error403TxNotFound properties: errorCode: description: tx.missing diff --git a/components/schemas/Error403TxRecipientNotFound.yml b/components/schemas/Error403TxRecipientNotFound.yml index f804e3e..01ff725 100644 --- a/components/schemas/Error403TxRecipientNotFound.yml +++ b/components/schemas/Error403TxRecipientNotFound.yml @@ -1,3 +1,4 @@ +title: Error403TxRecipientNotFound properties: errorCode: description: recipientAccount.not.exists diff --git a/components/schemas/Error403TxSenderCustomerDisabled.yml b/components/schemas/Error403TxSenderCustomerDisabled.yml index fbc2e19..3d24bd5 100644 --- a/components/schemas/Error403TxSenderCustomerDisabled.yml +++ b/components/schemas/Error403TxSenderCustomerDisabled.yml @@ -1,3 +1,4 @@ +title: Error403TxSenderCustomerDisabled properties: errorCode: description: senderAccount.customer.disabled diff --git a/components/schemas/Error403TxSenderFrozen.yml b/components/schemas/Error403TxSenderFrozen.yml index 2c057fc..ef579ef 100644 --- a/components/schemas/Error403TxSenderFrozen.yml +++ b/components/schemas/Error403TxSenderFrozen.yml @@ -1,3 +1,4 @@ +title: Error403TxSenderFrozen properties: errorCode: description: senderAccount.frozen diff --git a/components/schemas/Error403TxSenderNotFound.yml b/components/schemas/Error403TxSenderNotFound.yml index 5fdd3a1..f08221b 100644 --- a/components/schemas/Error403TxSenderNotFound.yml +++ b/components/schemas/Error403TxSenderNotFound.yml @@ -1,3 +1,4 @@ +title: Error403TxSenderNotFound properties: errorCode: description: senderAccount.not.exists diff --git a/components/schemas/Error403VCCreateFailed.yml b/components/schemas/Error403VCCreateFailed.yml index 6b0190f..1473eb5 100644 --- a/components/schemas/Error403VCCreateFailed.yml +++ b/components/schemas/Error403VCCreateFailed.yml @@ -1,3 +1,4 @@ +title: Error403VCCreateFailed properties: errorCode: description: virtual.creation.error diff --git a/components/schemas/Error403VCDuplicate.yml b/components/schemas/Error403VCDuplicate.yml index 0d87e70..ef90b88 100644 --- a/components/schemas/Error403VCDuplicate.yml +++ b/components/schemas/Error403VCDuplicate.yml @@ -1,3 +1,4 @@ +title: Error403VCDuplicate properties: errorCode: description: virtual.duplicate diff --git a/components/schemas/Error403VCNoAccount.yml b/components/schemas/Error403VCNoAccount.yml index b8bd5fb..bf6f069 100644 --- a/components/schemas/Error403VCNoAccount.yml +++ b/components/schemas/Error403VCNoAccount.yml @@ -1,3 +1,4 @@ +title: Error403VCNoAccount properties: errorCode: description: virtual.account.notValid diff --git a/components/schemas/Error403VCNotFound.yml b/components/schemas/Error403VCNotFound.yml index 1c9bc50..9a40c17 100644 --- a/components/schemas/Error403VCNotFound.yml +++ b/components/schemas/Error403VCNotFound.yml @@ -1,3 +1,4 @@ +title: Error403VCNotFound properties: errorCode: description: vc.not.found diff --git a/components/schemas/Error403VCPrefix.yml b/components/schemas/Error403VCPrefix.yml index 9509f5d..8f4d0c2 100644 --- a/components/schemas/Error403VCPrefix.yml +++ b/components/schemas/Error403VCPrefix.yml @@ -1,3 +1,4 @@ +title: Error403VCPrefix properties: errorCode: description: virtual.name.prefix diff --git a/components/schemas/Error403VCRevokeBalance.yml b/components/schemas/Error403VCRevokeBalance.yml index e516b6b..d4b5386 100644 --- a/components/schemas/Error403VCRevokeBalance.yml +++ b/components/schemas/Error403VCRevokeBalance.yml @@ -1,3 +1,4 @@ +title: Error403VCRevokeBalance properties: errorCode: description: virtual.account.balance diff --git a/components/schemas/Error403VCTxFailed.yml b/components/schemas/Error403VCTxFailed.yml index 328ac49..39ff05b 100644 --- a/components/schemas/Error403VCTxFailed.yml +++ b/components/schemas/Error403VCTxFailed.yml @@ -1,3 +1,4 @@ +title: Error403VCTxFailed properties: errorCode: description: virtual.tx.failed diff --git a/components/schemas/Error403VetFailed.yml b/components/schemas/Error403VetFailed.yml index a0964cb..0017eb8 100644 --- a/components/schemas/Error403VetFailed.yml +++ b/components/schemas/Error403VetFailed.yml @@ -1,3 +1,4 @@ +title: Error403VetFailed properties: errorCode: description: vet.failed diff --git a/components/schemas/Error403VetGas.yml b/components/schemas/Error403VetGas.yml index 6df228b..2e5e40e 100644 --- a/components/schemas/Error403VetGas.yml +++ b/components/schemas/Error403VetGas.yml @@ -1,3 +1,4 @@ +title: Error403VetGas properties: errorCode: description: vet.transaction.gas diff --git a/components/schemas/Error403VetTxHash.yml b/components/schemas/Error403VetTxHash.yml index 56c1881..ba0fab9 100644 --- a/components/schemas/Error403VetTxHash.yml +++ b/components/schemas/Error403VetTxHash.yml @@ -1,3 +1,4 @@ +title: Error403VetTxHash properties: errorCode: description: vet.transaction.hash diff --git a/components/schemas/Error403WithdrawalCancelled.yml b/components/schemas/Error403WithdrawalCancelled.yml index f1ad4c5..ef08298 100644 --- a/components/schemas/Error403WithdrawalCancelled.yml +++ b/components/schemas/Error403WithdrawalCancelled.yml @@ -1,3 +1,4 @@ +title: Error403WithdrawalCancelled properties: errorCode: description: withdrawal.not.cancelled.transaction.failed diff --git a/components/schemas/Error403WithdrawalFailed.yml b/components/schemas/Error403WithdrawalFailed.yml index be9614e..4a1863d 100644 --- a/components/schemas/Error403WithdrawalFailed.yml +++ b/components/schemas/Error403WithdrawalFailed.yml @@ -1,3 +1,4 @@ +title: Error403WithdrawalFailed properties: errorCode: description: withdrawal.failed.transaction.failed diff --git a/components/schemas/Error403WithdrawalNotFound.yml b/components/schemas/Error403WithdrawalNotFound.yml index 65de3a2..c0e550f 100644 --- a/components/schemas/Error403WithdrawalNotFound.yml +++ b/components/schemas/Error403WithdrawalNotFound.yml @@ -1,3 +1,4 @@ +title: Error403WithdrawalNotFound properties: errorCode: description: withdrawal.missing diff --git a/components/schemas/Error403WithdrawalPending.yml b/components/schemas/Error403WithdrawalPending.yml index cb48ff2..4743c99 100644 --- a/components/schemas/Error403WithdrawalPending.yml +++ b/components/schemas/Error403WithdrawalPending.yml @@ -1,3 +1,4 @@ +title: Error403WithdrawalPending properties: errorCode: description: withdrawal.pending diff --git a/components/schemas/Error403WithdrawalVC.yml b/components/schemas/Error403WithdrawalVC.yml index a97cce5..a4113bf 100644 --- a/components/schemas/Error403WithdrawalVC.yml +++ b/components/schemas/Error403WithdrawalVC.yml @@ -1,3 +1,4 @@ +title: Error403WithdrawalVC properties: errorCode: description: withdrawal.account.virtual diff --git a/components/schemas/Error403XdcBroadcast.yml b/components/schemas/Error403XdcBroadcast.yml index 2a40b1b..815142e 100644 --- a/components/schemas/Error403XdcBroadcast.yml +++ b/components/schemas/Error403XdcBroadcast.yml @@ -1,3 +1,4 @@ +title: Error403XdcBroadcast properties: errorCode: description: xdc.broadcast.failed diff --git a/components/schemas/Error403XdcErc20Set.yml b/components/schemas/Error403XdcErc20Set.yml index 941d974..9bc486d 100644 --- a/components/schemas/Error403XdcErc20Set.yml +++ b/components/schemas/Error403XdcErc20Set.yml @@ -1,3 +1,4 @@ +title: Error403XdcErc20Set properties: errorCode: description: erc20.address.set diff --git a/components/schemas/Error403XdcErc20TxSign.yml b/components/schemas/Error403XdcErc20TxSign.yml index e93e92b..0e72d65 100644 --- a/components/schemas/Error403XdcErc20TxSign.yml +++ b/components/schemas/Error403XdcErc20TxSign.yml @@ -1,3 +1,4 @@ +title: Error403XdcErc20TxSign properties: errorCode: description: xdc.erc20.sign diff --git a/components/schemas/Error403XdcGasCalculation.yml b/components/schemas/Error403XdcGasCalculation.yml index 774dc93..b36e18b 100644 --- a/components/schemas/Error403XdcGasCalculation.yml +++ b/components/schemas/Error403XdcGasCalculation.yml @@ -1,3 +1,4 @@ +title: Error403XdcGasCalculation properties: errorCode: description: xdc.transaction.gas diff --git a/components/schemas/Error403XdcMnemonicPrivateKey.yml b/components/schemas/Error403XdcMnemonicPrivateKey.yml index 77020a9..f4a04ac 100644 --- a/components/schemas/Error403XdcMnemonicPrivateKey.yml +++ b/components/schemas/Error403XdcMnemonicPrivateKey.yml @@ -1,3 +1,4 @@ +title: Error403XdcMnemonicPrivateKey properties: errorCode: description: private.mnemonic.missing diff --git a/components/schemas/Error403XdcTxHash.yml b/components/schemas/Error403XdcTxHash.yml index 8a58cf2..d842b8c 100644 --- a/components/schemas/Error403XdcTxHash.yml +++ b/components/schemas/Error403XdcTxHash.yml @@ -1,3 +1,4 @@ +title: Error403XdcTxHash properties: errorCode: description: xdc.transaction.hash diff --git a/components/schemas/Error403XdcTxSign.yml b/components/schemas/Error403XdcTxSign.yml index ace0cf3..541775d 100644 --- a/components/schemas/Error403XdcTxSign.yml +++ b/components/schemas/Error403XdcTxSign.yml @@ -1,3 +1,4 @@ +title: Error403XdcTxSign properties: errorCode: description: xdc.transaction.sign diff --git a/components/schemas/Error403XlmFailed.yml b/components/schemas/Error403XlmFailed.yml index 8722cde..aa839e5 100644 --- a/components/schemas/Error403XlmFailed.yml +++ b/components/schemas/Error403XlmFailed.yml @@ -1,3 +1,4 @@ +title: Error403XlmFailed properties: errorCode: description: xlm.failed diff --git a/components/schemas/Error403XlmTxFailed.yml b/components/schemas/Error403XlmTxFailed.yml index bdbea49..25728f4 100644 --- a/components/schemas/Error403XlmTxFailed.yml +++ b/components/schemas/Error403XlmTxFailed.yml @@ -1,3 +1,4 @@ +title: Error403XlmTxFailed properties: errorCode: description: xlm.tx.failed diff --git a/components/schemas/Error403XrpAttr.yml b/components/schemas/Error403XrpAttr.yml index 4a8bf12..09a190b 100644 --- a/components/schemas/Error403XrpAttr.yml +++ b/components/schemas/Error403XrpAttr.yml @@ -1,3 +1,4 @@ +title: Error403XrpAttr properties: errorCode: description: attr.wrong.format diff --git a/components/schemas/Error403XrpBroadcast.yml b/components/schemas/Error403XrpBroadcast.yml index 1b55bc6..a88670b 100644 --- a/components/schemas/Error403XrpBroadcast.yml +++ b/components/schemas/Error403XrpBroadcast.yml @@ -1,3 +1,4 @@ +title: Error403XrpBroadcast properties: errorCode: description: xrp.broadcast.failed diff --git a/components/schemas/Error403XrpCode.yml b/components/schemas/Error403XrpCode.yml index 7d05755..4b36849 100644 --- a/components/schemas/Error403XrpCode.yml +++ b/components/schemas/Error403XrpCode.yml @@ -1,3 +1,4 @@ +title: Error403XrpCode properties: errorCode: description: xrp.account.failed diff --git a/components/schemas/Error403XrpFailed.yml b/components/schemas/Error403XrpFailed.yml index 0ea9140..2c2f762 100644 --- a/components/schemas/Error403XrpFailed.yml +++ b/components/schemas/Error403XrpFailed.yml @@ -1,3 +1,4 @@ +title: Error403XrpFailed properties: errorCode: description: xrp.failed diff --git a/components/schemas/Error403XrpFee.yml b/components/schemas/Error403XrpFee.yml index 259be64..af65c84 100644 --- a/components/schemas/Error403XrpFee.yml +++ b/components/schemas/Error403XrpFee.yml @@ -1,3 +1,4 @@ +title: Error403XrpFee properties: errorCode: description: xrp.fee diff --git a/components/schemas/Error403XrpLedger.yml b/components/schemas/Error403XrpLedger.yml index fcb0dfe..9266506 100644 --- a/components/schemas/Error403XrpLedger.yml +++ b/components/schemas/Error403XrpLedger.yml @@ -1,3 +1,4 @@ +title: Error403XrpLedger properties: errorCode: description: xrp.ledger.failed diff --git a/components/schemas/Error403XrpMultiple.yml b/components/schemas/Error403XrpMultiple.yml index c01bdf7..a8b0597 100644 --- a/components/schemas/Error403XrpMultiple.yml +++ b/components/schemas/Error403XrpMultiple.yml @@ -1,3 +1,4 @@ +title: Error403XrpMultiple properties: errorCode: description: xrp.settings.multiple diff --git a/components/schemas/Error403XrpSign.yml b/components/schemas/Error403XrpSign.yml index 10562b1..3c7c00b 100644 --- a/components/schemas/Error403XrpSign.yml +++ b/components/schemas/Error403XrpSign.yml @@ -1,3 +1,4 @@ +title: Error403XrpSign properties: errorCode: description: xrp.sign.failed diff --git a/components/schemas/Error404BlockNotExists.yml b/components/schemas/Error404BlockNotExists.yml index d0214d5..2b03364 100644 --- a/components/schemas/Error404BlockNotExists.yml +++ b/components/schemas/Error404BlockNotExists.yml @@ -1,3 +1,4 @@ +title: Error404BlockNotExists properties: errorCode: description: block.hash.not.exists diff --git a/components/schemas/Error404TxNotFound.yml b/components/schemas/Error404TxNotFound.yml index f577742..23a83f5 100644 --- a/components/schemas/Error404TxNotFound.yml +++ b/components/schemas/Error404TxNotFound.yml @@ -1,3 +1,4 @@ +title: Error404TxNotFound properties: errorCode: description: tx.not.found diff --git a/components/schemas/Error500.yml b/components/schemas/Error500.yml index 070a1a9..84ec587 100644 --- a/components/schemas/Error500.yml +++ b/components/schemas/Error500.yml @@ -1,3 +1,4 @@ +title: Error500 properties: message: example: Internal server error diff --git a/components/schemas/EstimateFee.yml b/components/schemas/EstimateFee.yml index 6af4a4c..6dd0006 100644 --- a/components/schemas/EstimateFee.yml +++ b/components/schemas/EstimateFee.yml @@ -1,3 +1,4 @@ +title: EstimateFee type: object required: - chain diff --git a/components/schemas/EstimateFeeBatchMintNft.yml b/components/schemas/EstimateFeeBatchMintNft.yml index 7fff1cd..244d3b6 100644 --- a/components/schemas/EstimateFeeBatchMintNft.yml +++ b/components/schemas/EstimateFeeBatchMintNft.yml @@ -1,3 +1,4 @@ +title: EstimateFeeBatchMintNft type: object required: - chain diff --git a/components/schemas/EstimateFeeDeployCustodialWallet.yml b/components/schemas/EstimateFeeDeployCustodialWallet.yml index 37ef8f7..b44de54 100644 --- a/components/schemas/EstimateFeeDeployCustodialWallet.yml +++ b/components/schemas/EstimateFeeDeployCustodialWallet.yml @@ -1,3 +1,4 @@ +title: EstimateFeeDeployCustodialWallet type: object required: - chain diff --git a/components/schemas/EstimateFeeFromAddress.yml b/components/schemas/EstimateFeeFromAddress.yml index db79803..733050f 100644 --- a/components/schemas/EstimateFeeFromAddress.yml +++ b/components/schemas/EstimateFeeFromAddress.yml @@ -1,3 +1,4 @@ +title: EstimateFeeFromAddress type: object required: - chain diff --git a/components/schemas/EstimateFeeFromUTXO.yml b/components/schemas/EstimateFeeFromUTXO.yml index 1195cd4..2762b14 100644 --- a/components/schemas/EstimateFeeFromUTXO.yml +++ b/components/schemas/EstimateFeeFromUTXO.yml @@ -1,3 +1,4 @@ +title: EstimateFeeFromUTXO type: object required: - chain diff --git a/components/schemas/EstimateFeeTransferFromCustodial.yml b/components/schemas/EstimateFeeTransferFromCustodial.yml index 5639a44..fb54208 100644 --- a/components/schemas/EstimateFeeTransferFromCustodial.yml +++ b/components/schemas/EstimateFeeTransferFromCustodial.yml @@ -1,3 +1,4 @@ +title: EstimateFeeTransferFromCustodial type: object required: - chain diff --git a/components/schemas/EthBalance.yml b/components/schemas/EthBalance.yml index b596df3..86f003e 100644 --- a/components/schemas/EthBalance.yml +++ b/components/schemas/EthBalance.yml @@ -1,3 +1,4 @@ +title: EthBalance type: object properties: balance: diff --git a/components/schemas/EthBlock.yml b/components/schemas/EthBlock.yml index 25b959f..2141544 100644 --- a/components/schemas/EthBlock.yml +++ b/components/schemas/EthBlock.yml @@ -1,3 +1,4 @@ +title: EthBlock type: object properties: difficulty: diff --git a/components/schemas/EthEstimateGas.yml b/components/schemas/EthEstimateGas.yml index 8811c7b..59b9bb5 100644 --- a/components/schemas/EthEstimateGas.yml +++ b/components/schemas/EthEstimateGas.yml @@ -1,3 +1,4 @@ +title: EthEstimateGas type: object properties: from: diff --git a/components/schemas/EthEstimateGasArray.yml b/components/schemas/EthEstimateGasArray.yml index 2ff8c41..8cbd45f 100644 --- a/components/schemas/EthEstimateGasArray.yml +++ b/components/schemas/EthEstimateGasArray.yml @@ -1,3 +1,4 @@ +title: EthEstimateGasArray type: object required: - estimations diff --git a/components/schemas/EthGasEstimation.yml b/components/schemas/EthGasEstimation.yml index b3356f9..04572b8 100644 --- a/components/schemas/EthGasEstimation.yml +++ b/components/schemas/EthGasEstimation.yml @@ -1,3 +1,4 @@ +title: EthGasEstimation type: object required: - gasLimit diff --git a/components/schemas/EthGasEstimationBatch.yml b/components/schemas/EthGasEstimationBatch.yml index 36c7f63..dd5c096 100644 --- a/components/schemas/EthGasEstimationBatch.yml +++ b/components/schemas/EthGasEstimationBatch.yml @@ -1,3 +1,4 @@ +title: EthGasEstimationBatch type: object required: - error diff --git a/components/schemas/EthGasEstimationBatchResult.yml b/components/schemas/EthGasEstimationBatchResult.yml index a0c5bc0..17ab9e0 100644 --- a/components/schemas/EthGasEstimationBatchResult.yml +++ b/components/schemas/EthGasEstimationBatchResult.yml @@ -1,3 +1,4 @@ +title: EthGasEstimationBatchResult type: object required: - error diff --git a/components/schemas/EthGasEstimationBatchResultData.yml b/components/schemas/EthGasEstimationBatchResultData.yml index b3356f9..7fc1fae 100644 --- a/components/schemas/EthGasEstimationBatchResultData.yml +++ b/components/schemas/EthGasEstimationBatchResultData.yml @@ -1,3 +1,4 @@ +title: EthGasEstimationBatchResultData type: object required: - gasLimit diff --git a/components/schemas/EthGasEstimationDetails.yml b/components/schemas/EthGasEstimationDetails.yml index 0eabba2..00d086c 100644 --- a/components/schemas/EthGasEstimationDetails.yml +++ b/components/schemas/EthGasEstimationDetails.yml @@ -1,3 +1,4 @@ +title: EthGasEstimationDetails type: object description: Detailed estimations for safe (under 30 minutes), standard (under 5 minutes) diff --git a/components/schemas/EthTestnetType.yml b/components/schemas/EthTestnetType.yml index 7e3f0e6..37ca663 100644 --- a/components/schemas/EthTestnetType.yml +++ b/components/schemas/EthTestnetType.yml @@ -1,3 +1,4 @@ +title: EthTestnetType type: string default: ethereum-sepolia enum: diff --git a/components/schemas/EthTx.yml b/components/schemas/EthTx.yml index 2440c11..8fd27eb 100644 --- a/components/schemas/EthTx.yml +++ b/components/schemas/EthTx.yml @@ -1,3 +1,4 @@ +title: EthTx type: object properties: blockHash: diff --git a/components/schemas/EthTxInternal.yml b/components/schemas/EthTxInternal.yml index 7e6e796..888648c 100644 --- a/components/schemas/EthTxInternal.yml +++ b/components/schemas/EthTxInternal.yml @@ -1,3 +1,4 @@ +title: EthTxInternal type: object properties: from: diff --git a/components/schemas/EthTxLog.yml b/components/schemas/EthTxLog.yml index 87ed0d9..5b0b73a 100644 --- a/components/schemas/EthTxLog.yml +++ b/components/schemas/EthTxLog.yml @@ -1,3 +1,4 @@ +title: EthTxLog type: object properties: address: diff --git a/components/schemas/Event.yml b/components/schemas/Event.yml index 2c7cb6b..bc3c684 100644 --- a/components/schemas/Event.yml +++ b/components/schemas/Event.yml @@ -1,3 +1,4 @@ +title: Event type: object properties: chain: diff --git a/components/schemas/EvmErc721Mint.yml b/components/schemas/EvmErc721Mint.yml index 3890cc3..8cddaa6 100644 --- a/components/schemas/EvmErc721Mint.yml +++ b/components/schemas/EvmErc721Mint.yml @@ -1,3 +1,4 @@ +title: EvmErc721Mint type: object properties: chain: diff --git a/components/schemas/EvmListingData.yml b/components/schemas/EvmListingData.yml index c02b54d..f545587 100644 --- a/components/schemas/EvmListingData.yml +++ b/components/schemas/EvmListingData.yml @@ -1,3 +1,4 @@ +title: EvmListingData type: object properties: amount: diff --git a/components/schemas/ExchangeRate.yml b/components/schemas/ExchangeRate.yml index 0893524..39fcc8e 100644 --- a/components/schemas/ExchangeRate.yml +++ b/components/schemas/ExchangeRate.yml @@ -1,3 +1,4 @@ +title: ExchangeRate description: FIAT value in EURO of the FIAT or crypto asset. properties: id: diff --git a/components/schemas/ExcludeMetadata.yml b/components/schemas/ExcludeMetadata.yml index 10ce90c..8c1be92 100644 --- a/components/schemas/ExcludeMetadata.yml +++ b/components/schemas/ExcludeMetadata.yml @@ -1,2 +1,3 @@ +title: ExcludeMetadata type: boolean example: false diff --git a/components/schemas/FeeAndChange.yml b/components/schemas/FeeAndChange.yml index 6922587..d32c365 100644 --- a/components/schemas/FeeAndChange.yml +++ b/components/schemas/FeeAndChange.yml @@ -1,3 +1,4 @@ +title: FeeAndChange type: object required: - changeAddress diff --git a/components/schemas/FeeBtcBased.yml b/components/schemas/FeeBtcBased.yml index 03492cc..e859ba2 100644 --- a/components/schemas/FeeBtcBased.yml +++ b/components/schemas/FeeBtcBased.yml @@ -1,3 +1,4 @@ +title: FeeBtcBased type: object required: - fast diff --git a/components/schemas/FeeEvmBased.yml b/components/schemas/FeeEvmBased.yml index 5415165..ad5ef0d 100644 --- a/components/schemas/FeeEvmBased.yml +++ b/components/schemas/FeeEvmBased.yml @@ -1,3 +1,4 @@ +title: FeeEvmBased type: object required: - gasLimit diff --git a/components/schemas/FiatCurrency.yml b/components/schemas/FiatCurrency.yml index 38e2f8d..c675bb3 100644 --- a/components/schemas/FiatCurrency.yml +++ b/components/schemas/FiatCurrency.yml @@ -1,3 +1,4 @@ +title: FiatCurrency type: string enum: - AED diff --git a/components/schemas/FiatOrCryptoCurrency.yml b/components/schemas/FiatOrCryptoCurrency.yml index 5166846..640be7d 100644 --- a/components/schemas/FiatOrCryptoCurrency.yml +++ b/components/schemas/FiatOrCryptoCurrency.yml @@ -1,3 +1,4 @@ +title: FiatOrCryptoCurrency type: string enum: - AED diff --git a/components/schemas/FlareBalance.yml b/components/schemas/FlareBalance.yml index 86d5ebb..31f7c92 100644 --- a/components/schemas/FlareBalance.yml +++ b/components/schemas/FlareBalance.yml @@ -1,3 +1,4 @@ +title: FlareBalance type: object properties: balance: diff --git a/components/schemas/FlareBlock.yml b/components/schemas/FlareBlock.yml index 0c587e8..c0ea450 100644 --- a/components/schemas/FlareBlock.yml +++ b/components/schemas/FlareBlock.yml @@ -1,3 +1,4 @@ +title: FlareBlock type: object properties: difficulty: diff --git a/components/schemas/FlareEstimateGas.yml b/components/schemas/FlareEstimateGas.yml index 8c3e3cf..4505d97 100644 --- a/components/schemas/FlareEstimateGas.yml +++ b/components/schemas/FlareEstimateGas.yml @@ -1,3 +1,4 @@ +title: FlareEstimateGas type: object properties: from: diff --git a/components/schemas/FlareTestnetType.yml b/components/schemas/FlareTestnetType.yml index f5f5bc3..b948fc0 100644 --- a/components/schemas/FlareTestnetType.yml +++ b/components/schemas/FlareTestnetType.yml @@ -1,3 +1,4 @@ +title: FlareTestnetType type: string default: flare-coston enum: diff --git a/components/schemas/FlareTx.yml b/components/schemas/FlareTx.yml index 77d8401..ba87cd8 100644 --- a/components/schemas/FlareTx.yml +++ b/components/schemas/FlareTx.yml @@ -1,3 +1,4 @@ +title: FlareTx type: object properties: blockHash: diff --git a/components/schemas/FlowAccount.yml b/components/schemas/FlowAccount.yml index f3eea2e..7547807 100644 --- a/components/schemas/FlowAccount.yml +++ b/components/schemas/FlowAccount.yml @@ -1,3 +1,4 @@ +title: FlowAccount type: object properties: address: diff --git a/components/schemas/FlowAddPubKeyMnemonic.yml b/components/schemas/FlowAddPubKeyMnemonic.yml index cb5a9b2..9a51373 100644 --- a/components/schemas/FlowAddPubKeyMnemonic.yml +++ b/components/schemas/FlowAddPubKeyMnemonic.yml @@ -1,3 +1,4 @@ +title: FlowAddPubKeyMnemonic type: object properties: account: diff --git a/components/schemas/FlowAddPubKeySecret.yml b/components/schemas/FlowAddPubKeySecret.yml index ad5fe83..0fba0e6 100644 --- a/components/schemas/FlowAddPubKeySecret.yml +++ b/components/schemas/FlowAddPubKeySecret.yml @@ -1,3 +1,4 @@ +title: FlowAddPubKeySecret type: object properties: account: diff --git a/components/schemas/FlowAddPubKeySecretKMS.yml b/components/schemas/FlowAddPubKeySecretKMS.yml index 98e6b4f..76ad875 100644 --- a/components/schemas/FlowAddPubKeySecretKMS.yml +++ b/components/schemas/FlowAddPubKeySecretKMS.yml @@ -1,3 +1,4 @@ +title: FlowAddPubKeySecretKMS type: object properties: account: diff --git a/components/schemas/FlowAddressXpub.yml b/components/schemas/FlowAddressXpub.yml index a6a9a51..f686066 100644 --- a/components/schemas/FlowAddressXpub.yml +++ b/components/schemas/FlowAddressXpub.yml @@ -1,3 +1,4 @@ +title: FlowAddressXpub type: object properties: txId: diff --git a/components/schemas/FlowBlock.yml b/components/schemas/FlowBlock.yml index ad2c93f..157d3ce 100644 --- a/components/schemas/FlowBlock.yml +++ b/components/schemas/FlowBlock.yml @@ -1,3 +1,4 @@ +title: FlowBlock type: object properties: id: diff --git a/components/schemas/FlowCreateAddressFromPubKeyKMS.yml b/components/schemas/FlowCreateAddressFromPubKeyKMS.yml index adc124a..6d75ac2 100644 --- a/components/schemas/FlowCreateAddressFromPubKeyKMS.yml +++ b/components/schemas/FlowCreateAddressFromPubKeyKMS.yml @@ -1,3 +1,4 @@ +title: FlowCreateAddressFromPubKeyKMS type: object properties: account: diff --git a/components/schemas/FlowCreateAddressFromPubKeyMnemonic.yml b/components/schemas/FlowCreateAddressFromPubKeyMnemonic.yml index a762f64..7c1592f 100644 --- a/components/schemas/FlowCreateAddressFromPubKeyMnemonic.yml +++ b/components/schemas/FlowCreateAddressFromPubKeyMnemonic.yml @@ -1,3 +1,4 @@ +title: FlowCreateAddressFromPubKeyMnemonic type: object properties: account: diff --git a/components/schemas/FlowCreateAddressFromPubKeySecret.yml b/components/schemas/FlowCreateAddressFromPubKeySecret.yml index 6376126..7986757 100644 --- a/components/schemas/FlowCreateAddressFromPubKeySecret.yml +++ b/components/schemas/FlowCreateAddressFromPubKeySecret.yml @@ -1,3 +1,4 @@ +title: FlowCreateAddressFromPubKeySecret type: object properties: account: diff --git a/components/schemas/FlowCustomTransactionKMS.yml b/components/schemas/FlowCustomTransactionKMS.yml index 9e720ab..da00871 100644 --- a/components/schemas/FlowCustomTransactionKMS.yml +++ b/components/schemas/FlowCustomTransactionKMS.yml @@ -1,3 +1,4 @@ +title: FlowCustomTransactionKMS type: object properties: account: diff --git a/components/schemas/FlowCustomTransactionMnemonic.yml b/components/schemas/FlowCustomTransactionMnemonic.yml index 6b812a5..394b2d7 100644 --- a/components/schemas/FlowCustomTransactionMnemonic.yml +++ b/components/schemas/FlowCustomTransactionMnemonic.yml @@ -1,3 +1,4 @@ +title: FlowCustomTransactionMnemonic type: object properties: account: diff --git a/components/schemas/FlowCustomTransactionPK.yml b/components/schemas/FlowCustomTransactionPK.yml index 72d23a1..1af0393 100644 --- a/components/schemas/FlowCustomTransactionPK.yml +++ b/components/schemas/FlowCustomTransactionPK.yml @@ -1,3 +1,4 @@ +title: FlowCustomTransactionPK type: object properties: account: diff --git a/components/schemas/FlowEvent.yml b/components/schemas/FlowEvent.yml index 9535d02..325e8a2 100644 --- a/components/schemas/FlowEvent.yml +++ b/components/schemas/FlowEvent.yml @@ -1,3 +1,4 @@ +title: FlowEvent type: object properties: blockID: diff --git a/components/schemas/FlowMintedMultipleResult.yml b/components/schemas/FlowMintedMultipleResult.yml index ec50222..3151bde 100644 --- a/components/schemas/FlowMintedMultipleResult.yml +++ b/components/schemas/FlowMintedMultipleResult.yml @@ -1,3 +1,4 @@ +title: FlowMintedMultipleResult type: object properties: txId: diff --git a/components/schemas/FlowMintedResult.yml b/components/schemas/FlowMintedResult.yml index 95385dc..9b93961 100644 --- a/components/schemas/FlowMintedResult.yml +++ b/components/schemas/FlowMintedResult.yml @@ -1,3 +1,4 @@ +title: FlowMintedResult type: object properties: txId: diff --git a/components/schemas/FlowTransactionKMS.yml b/components/schemas/FlowTransactionKMS.yml index bf53cd9..d82a5b0 100644 --- a/components/schemas/FlowTransactionKMS.yml +++ b/components/schemas/FlowTransactionKMS.yml @@ -1,3 +1,4 @@ +title: FlowTransactionKMS type: object properties: account: diff --git a/components/schemas/FlowTransactionMnemonic.yml b/components/schemas/FlowTransactionMnemonic.yml index 4245c62..17671f8 100644 --- a/components/schemas/FlowTransactionMnemonic.yml +++ b/components/schemas/FlowTransactionMnemonic.yml @@ -1,3 +1,4 @@ +title: FlowTransactionMnemonic type: object properties: account: diff --git a/components/schemas/FlowTransactionPK.yml b/components/schemas/FlowTransactionPK.yml index 71f8689..54a1946 100644 --- a/components/schemas/FlowTransactionPK.yml +++ b/components/schemas/FlowTransactionPK.yml @@ -1,3 +1,4 @@ +title: FlowTransactionPK type: object properties: account: diff --git a/components/schemas/FlowTx.yml b/components/schemas/FlowTx.yml index 7e3ab3f..916dfa9 100644 --- a/components/schemas/FlowTx.yml +++ b/components/schemas/FlowTx.yml @@ -1,3 +1,4 @@ +title: FlowTx type: object properties: referenceBlockId: diff --git a/components/schemas/FreezeTron.yml b/components/schemas/FreezeTron.yml index 4880ad9..602a0bc 100644 --- a/components/schemas/FreezeTron.yml +++ b/components/schemas/FreezeTron.yml @@ -1,3 +1,4 @@ +title: FreezeTron type: object properties: fromPrivateKey: diff --git a/components/schemas/FreezeTronKMS.yml b/components/schemas/FreezeTronKMS.yml index 8d4a9c6..81eaf7c 100644 --- a/components/schemas/FreezeTronKMS.yml +++ b/components/schemas/FreezeTronKMS.yml @@ -1,3 +1,4 @@ +title: FreezeTronKMS type: object properties: from: diff --git a/components/schemas/FungibleInfo.yml b/components/schemas/FungibleInfo.yml index db1b596..daee9d4 100644 --- a/components/schemas/FungibleInfo.yml +++ b/components/schemas/FungibleInfo.yml @@ -1,3 +1,4 @@ +title: FungibleInfo type: object properties: symbol: diff --git a/components/schemas/FungibleInfoTezos.yml b/components/schemas/FungibleInfoTezos.yml index 73e374a..66da9eb 100644 --- a/components/schemas/FungibleInfoTezos.yml +++ b/components/schemas/FungibleInfoTezos.yml @@ -1,3 +1,4 @@ +title: FungibleInfoTezos type: object properties: symbol: diff --git a/components/schemas/FungibleTokenBalance.yml b/components/schemas/FungibleTokenBalance.yml index 45564d7..32c9594 100644 --- a/components/schemas/FungibleTokenBalance.yml +++ b/components/schemas/FungibleTokenBalance.yml @@ -1,3 +1,4 @@ +title: FungibleTokenBalance type: object properties: chain: diff --git a/components/schemas/FungibleTransfer.yml b/components/schemas/FungibleTransfer.yml index cd3eaab..005feee 100644 --- a/components/schemas/FungibleTransfer.yml +++ b/components/schemas/FungibleTransfer.yml @@ -1,3 +1,4 @@ +title: FungibleTransfer allOf: - $ref: "../migrated_v1.yml#/components/schemas/DecodedDataCommon" - type: object diff --git a/components/schemas/FungibleTx.yml b/components/schemas/FungibleTx.yml index b97d911..4b015d4 100644 --- a/components/schemas/FungibleTx.yml +++ b/components/schemas/FungibleTx.yml @@ -1,3 +1,4 @@ +title: FungibleTx type: object properties: blockNumber: diff --git a/components/schemas/GasEstimated.yml b/components/schemas/GasEstimated.yml index 941056b..9a7ad8f 100644 --- a/components/schemas/GasEstimated.yml +++ b/components/schemas/GasEstimated.yml @@ -1,3 +1,4 @@ +title: GasEstimated type: object required: - gasLimit diff --git a/components/schemas/GasPumpAddress.yml b/components/schemas/GasPumpAddress.yml index fa1853c..b7e0c47 100644 --- a/components/schemas/GasPumpAddress.yml +++ b/components/schemas/GasPumpAddress.yml @@ -1,3 +1,4 @@ +title: GasPumpAddress type: string description: A gas pump address example: "0x8cb76aed9c5e336ef961265c6079c14e9cd3d2ea" diff --git a/components/schemas/GasPumpTrxOut.yml b/components/schemas/GasPumpTrxOut.yml index d2f7f0f..d2f8586 100644 --- a/components/schemas/GasPumpTrxOut.yml +++ b/components/schemas/GasPumpTrxOut.yml @@ -1,3 +1,4 @@ +title: GasPumpTrxOut type: object properties: valid: diff --git a/components/schemas/GenerateAuction.yml b/components/schemas/GenerateAuction.yml index 2be0cbe..cdc9b36 100644 --- a/components/schemas/GenerateAuction.yml +++ b/components/schemas/GenerateAuction.yml @@ -1,3 +1,4 @@ +title: GenerateAuction type: object properties: chain: diff --git a/components/schemas/GenerateAuctionCelo.yml b/components/schemas/GenerateAuctionCelo.yml index 8877e48..e8a09a7 100644 --- a/components/schemas/GenerateAuctionCelo.yml +++ b/components/schemas/GenerateAuctionCelo.yml @@ -1,3 +1,4 @@ +title: GenerateAuctionCelo type: object properties: chain: diff --git a/components/schemas/GenerateAuctionCeloKMS.yml b/components/schemas/GenerateAuctionCeloKMS.yml index b39503c..a8ce5d2 100644 --- a/components/schemas/GenerateAuctionCeloKMS.yml +++ b/components/schemas/GenerateAuctionCeloKMS.yml @@ -1,3 +1,4 @@ +title: GenerateAuctionCeloKMS type: object properties: chain: diff --git a/components/schemas/GenerateAuctionKMS.yml b/components/schemas/GenerateAuctionKMS.yml index 7005d90..c10a022 100644 --- a/components/schemas/GenerateAuctionKMS.yml +++ b/components/schemas/GenerateAuctionKMS.yml @@ -1,3 +1,4 @@ +title: GenerateAuctionKMS type: object properties: chain: diff --git a/components/schemas/GenerateCustodialWallet.yml b/components/schemas/GenerateCustodialWallet.yml index 6267914..c8265da 100644 --- a/components/schemas/GenerateCustodialWallet.yml +++ b/components/schemas/GenerateCustodialWallet.yml @@ -1,3 +1,4 @@ +title: GenerateCustodialWallet type: object properties: chain: diff --git a/components/schemas/GenerateCustodialWalletBatch.yml b/components/schemas/GenerateCustodialWalletBatch.yml index e1ca290..3e0fd47 100644 --- a/components/schemas/GenerateCustodialWalletBatch.yml +++ b/components/schemas/GenerateCustodialWalletBatch.yml @@ -1,3 +1,4 @@ +title: GenerateCustodialWalletBatch type: object properties: chain: diff --git a/components/schemas/GenerateCustodialWalletBatchCelo.yml b/components/schemas/GenerateCustodialWalletBatchCelo.yml index b9e9fef..727ef5e 100644 --- a/components/schemas/GenerateCustodialWalletBatchCelo.yml +++ b/components/schemas/GenerateCustodialWalletBatchCelo.yml @@ -1,3 +1,4 @@ +title: GenerateCustodialWalletBatchCelo type: object properties: chain: diff --git a/components/schemas/GenerateCustodialWalletBatchCeloKMS.yml b/components/schemas/GenerateCustodialWalletBatchCeloKMS.yml index 69b6af3..4dcc6c8 100644 --- a/components/schemas/GenerateCustodialWalletBatchCeloKMS.yml +++ b/components/schemas/GenerateCustodialWalletBatchCeloKMS.yml @@ -1,3 +1,4 @@ +title: GenerateCustodialWalletBatchCeloKMS type: object properties: chain: diff --git a/components/schemas/GenerateCustodialWalletBatchKMS.yml b/components/schemas/GenerateCustodialWalletBatchKMS.yml index 32919d5..9a9a5a5 100644 --- a/components/schemas/GenerateCustodialWalletBatchKMS.yml +++ b/components/schemas/GenerateCustodialWalletBatchKMS.yml @@ -1,3 +1,4 @@ +title: GenerateCustodialWalletBatchKMS type: object properties: chain: diff --git a/components/schemas/GenerateCustodialWalletBatchPayer.yml b/components/schemas/GenerateCustodialWalletBatchPayer.yml index c8689b5..8043e0f 100644 --- a/components/schemas/GenerateCustodialWalletBatchPayer.yml +++ b/components/schemas/GenerateCustodialWalletBatchPayer.yml @@ -1,3 +1,4 @@ +title: GenerateCustodialWalletBatchPayer type: object properties: chain: diff --git a/components/schemas/GenerateCustodialWalletBatchTron.yml b/components/schemas/GenerateCustodialWalletBatchTron.yml index 1b99a24..c673890 100644 --- a/components/schemas/GenerateCustodialWalletBatchTron.yml +++ b/components/schemas/GenerateCustodialWalletBatchTron.yml @@ -1,3 +1,4 @@ +title: GenerateCustodialWalletBatchTron type: object properties: chain: diff --git a/components/schemas/GenerateCustodialWalletBatchTronKMS.yml b/components/schemas/GenerateCustodialWalletBatchTronKMS.yml index f6ace87..34c8b20 100644 --- a/components/schemas/GenerateCustodialWalletBatchTronKMS.yml +++ b/components/schemas/GenerateCustodialWalletBatchTronKMS.yml @@ -1,3 +1,4 @@ +title: GenerateCustodialWalletBatchTronKMS type: object properties: chain: diff --git a/components/schemas/GenerateCustodialWalletCelo.yml b/components/schemas/GenerateCustodialWalletCelo.yml index abf3398..b7b2755 100644 --- a/components/schemas/GenerateCustodialWalletCelo.yml +++ b/components/schemas/GenerateCustodialWalletCelo.yml @@ -1,3 +1,4 @@ +title: GenerateCustodialWalletCelo type: object properties: chain: diff --git a/components/schemas/GenerateCustodialWalletCeloKMS.yml b/components/schemas/GenerateCustodialWalletCeloKMS.yml index 5073df5..4fe8a4e 100644 --- a/components/schemas/GenerateCustodialWalletCeloKMS.yml +++ b/components/schemas/GenerateCustodialWalletCeloKMS.yml @@ -1,3 +1,4 @@ +title: GenerateCustodialWalletCeloKMS type: object properties: chain: diff --git a/components/schemas/GenerateCustodialWalletKMS.yml b/components/schemas/GenerateCustodialWalletKMS.yml index 29703ce..7965b55 100644 --- a/components/schemas/GenerateCustodialWalletKMS.yml +++ b/components/schemas/GenerateCustodialWalletKMS.yml @@ -1,3 +1,4 @@ +title: GenerateCustodialWalletKMS type: object properties: chain: diff --git a/components/schemas/GenerateCustodialWalletTron.yml b/components/schemas/GenerateCustodialWalletTron.yml index 4c27cb8..f86b07b 100644 --- a/components/schemas/GenerateCustodialWalletTron.yml +++ b/components/schemas/GenerateCustodialWalletTron.yml @@ -1,3 +1,4 @@ +title: GenerateCustodialWalletTron type: object properties: chain: diff --git a/components/schemas/GenerateCustodialWalletTronKMS.yml b/components/schemas/GenerateCustodialWalletTronKMS.yml index ec3b2d5..5f3d34f 100644 --- a/components/schemas/GenerateCustodialWalletTronKMS.yml +++ b/components/schemas/GenerateCustodialWalletTronKMS.yml @@ -1,3 +1,4 @@ +title: GenerateCustodialWalletTronKMS type: object properties: chain: diff --git a/components/schemas/GenerateMarketplace.yml b/components/schemas/GenerateMarketplace.yml index 301cc92..9c48fba 100644 --- a/components/schemas/GenerateMarketplace.yml +++ b/components/schemas/GenerateMarketplace.yml @@ -1,3 +1,4 @@ +title: GenerateMarketplace type: object properties: chain: diff --git a/components/schemas/GenerateMarketplaceCelo.yml b/components/schemas/GenerateMarketplaceCelo.yml index b115de1..8236863 100644 --- a/components/schemas/GenerateMarketplaceCelo.yml +++ b/components/schemas/GenerateMarketplaceCelo.yml @@ -1,3 +1,4 @@ +title: GenerateMarketplaceCelo type: object properties: chain: diff --git a/components/schemas/GenerateMarketplaceCeloKMS.yml b/components/schemas/GenerateMarketplaceCeloKMS.yml index f6b7e6c..35ca1d5 100644 --- a/components/schemas/GenerateMarketplaceCeloKMS.yml +++ b/components/schemas/GenerateMarketplaceCeloKMS.yml @@ -1,3 +1,4 @@ +title: GenerateMarketplaceCeloKMS type: object properties: chain: diff --git a/components/schemas/GenerateMarketplaceKMS.yml b/components/schemas/GenerateMarketplaceKMS.yml index 375935e..507a4ba 100644 --- a/components/schemas/GenerateMarketplaceKMS.yml +++ b/components/schemas/GenerateMarketplaceKMS.yml @@ -1,3 +1,4 @@ +title: GenerateMarketplaceKMS type: object properties: chain: diff --git a/components/schemas/GenerateMarketplaceSolana.yml b/components/schemas/GenerateMarketplaceSolana.yml index 68187fd..8db38d8 100644 --- a/components/schemas/GenerateMarketplaceSolana.yml +++ b/components/schemas/GenerateMarketplaceSolana.yml @@ -1,3 +1,4 @@ +title: GenerateMarketplaceSolana type: object properties: chain: diff --git a/components/schemas/GenerateMarketplaceSolanaKMS.yml b/components/schemas/GenerateMarketplaceSolanaKMS.yml index 8960b54..ff51914 100644 --- a/components/schemas/GenerateMarketplaceSolanaKMS.yml +++ b/components/schemas/GenerateMarketplaceSolanaKMS.yml @@ -1,3 +1,4 @@ +title: GenerateMarketplaceSolanaKMS type: object properties: chain: diff --git a/components/schemas/GenerateMarketplaceTron.yml b/components/schemas/GenerateMarketplaceTron.yml index ebb2414..323e9c5 100644 --- a/components/schemas/GenerateMarketplaceTron.yml +++ b/components/schemas/GenerateMarketplaceTron.yml @@ -1,3 +1,4 @@ +title: GenerateMarketplaceTron type: object properties: chain: diff --git a/components/schemas/GenerateMarketplaceTronKMS.yml b/components/schemas/GenerateMarketplaceTronKMS.yml index 71827e0..89e088b 100644 --- a/components/schemas/GenerateMarketplaceTronKMS.yml +++ b/components/schemas/GenerateMarketplaceTronKMS.yml @@ -1,3 +1,4 @@ +title: GenerateMarketplaceTronKMS type: object properties: chain: diff --git a/components/schemas/GeneratedAddressBase.yml b/components/schemas/GeneratedAddressBase.yml index f12b36b..fc9492a 100644 --- a/components/schemas/GeneratedAddressBase.yml +++ b/components/schemas/GeneratedAddressBase.yml @@ -1,3 +1,4 @@ +title: GeneratedAddressBase type: object properties: address: diff --git a/components/schemas/GeneratedAddressBsc.yml b/components/schemas/GeneratedAddressBsc.yml index 29f2cbd..8c48e2a 100644 --- a/components/schemas/GeneratedAddressBsc.yml +++ b/components/schemas/GeneratedAddressBsc.yml @@ -1,3 +1,4 @@ +title: GeneratedAddressBsc type: object properties: address: diff --git a/components/schemas/GeneratedAddressBtc.yml b/components/schemas/GeneratedAddressBtc.yml index d063f76..87babd3 100644 --- a/components/schemas/GeneratedAddressBtc.yml +++ b/components/schemas/GeneratedAddressBtc.yml @@ -1,3 +1,4 @@ +title: GeneratedAddressBtc type: object properties: address: diff --git a/components/schemas/GeneratedAddressCronos.yml b/components/schemas/GeneratedAddressCronos.yml index 4ae8d83..c9336b0 100644 --- a/components/schemas/GeneratedAddressCronos.yml +++ b/components/schemas/GeneratedAddressCronos.yml @@ -1,3 +1,4 @@ +title: GeneratedAddressCronos type: object properties: address: diff --git a/components/schemas/GeneratedAddressEth.yml b/components/schemas/GeneratedAddressEth.yml index dca48bd..ff0e246 100644 --- a/components/schemas/GeneratedAddressEth.yml +++ b/components/schemas/GeneratedAddressEth.yml @@ -1,3 +1,4 @@ +title: GeneratedAddressEth type: object properties: address: diff --git a/components/schemas/GeneratedAddressFlare.yml b/components/schemas/GeneratedAddressFlare.yml index 07018fe..fc702b0 100644 --- a/components/schemas/GeneratedAddressFlare.yml +++ b/components/schemas/GeneratedAddressFlare.yml @@ -1,3 +1,4 @@ +title: GeneratedAddressFlare type: object properties: address: diff --git a/components/schemas/GeneratedAddressMatic.yml b/components/schemas/GeneratedAddressMatic.yml index 2151cbe..29de252 100644 --- a/components/schemas/GeneratedAddressMatic.yml +++ b/components/schemas/GeneratedAddressMatic.yml @@ -1,3 +1,4 @@ +title: GeneratedAddressMatic type: object properties: address: diff --git a/components/schemas/GeneratedAddressOne.yml b/components/schemas/GeneratedAddressOne.yml index c896124..5c05a85 100644 --- a/components/schemas/GeneratedAddressOne.yml +++ b/components/schemas/GeneratedAddressOne.yml @@ -1,3 +1,4 @@ +title: GeneratedAddressOne type: object properties: address: diff --git a/components/schemas/HmacWebHook.yml b/components/schemas/HmacWebHook.yml index 1e4f099..e775d5d 100644 --- a/components/schemas/HmacWebHook.yml +++ b/components/schemas/HmacWebHook.yml @@ -1,3 +1,4 @@ +title: HmacWebHook properties: hmacSecret: description: diff --git a/components/schemas/Id.yml b/components/schemas/Id.yml index b8f8d17..8b4a650 100644 --- a/components/schemas/Id.yml +++ b/components/schemas/Id.yml @@ -1,3 +1,4 @@ +title: Id type: object properties: id: diff --git a/components/schemas/InvalidGasPumpAddress.yml b/components/schemas/InvalidGasPumpAddress.yml index d3bcc64..4fe31c6 100644 --- a/components/schemas/InvalidGasPumpAddress.yml +++ b/components/schemas/InvalidGasPumpAddress.yml @@ -1,3 +1,4 @@ +title: InvalidGasPumpAddress type: object properties: address: diff --git a/components/schemas/KcsBlock.yml b/components/schemas/KcsBlock.yml index 1c659f8..4272e7d 100644 --- a/components/schemas/KcsBlock.yml +++ b/components/schemas/KcsBlock.yml @@ -1,3 +1,4 @@ +title: KcsBlock type: object properties: difficulty: diff --git a/components/schemas/KcsEstimateGas.yml b/components/schemas/KcsEstimateGas.yml index c78024d..784e38f 100644 --- a/components/schemas/KcsEstimateGas.yml +++ b/components/schemas/KcsEstimateGas.yml @@ -1,3 +1,4 @@ +title: KcsEstimateGas type: object properties: from: diff --git a/components/schemas/KcsTx.yml b/components/schemas/KcsTx.yml index 77d8401..22f80d6 100644 --- a/components/schemas/KcsTx.yml +++ b/components/schemas/KcsTx.yml @@ -1,3 +1,4 @@ +title: KcsTx type: object properties: blockHash: diff --git a/components/schemas/KlaytnBlock.yml b/components/schemas/KlaytnBlock.yml index 9179018..d2b6662 100644 --- a/components/schemas/KlaytnBlock.yml +++ b/components/schemas/KlaytnBlock.yml @@ -1,3 +1,4 @@ +title: KlaytnBlock type: object properties: difficulty: diff --git a/components/schemas/KlaytnEstimateGas.yml b/components/schemas/KlaytnEstimateGas.yml index 5f3c2aa..9fa6037 100644 --- a/components/schemas/KlaytnEstimateGas.yml +++ b/components/schemas/KlaytnEstimateGas.yml @@ -1,3 +1,4 @@ +title: KlaytnEstimateGas type: object properties: from: diff --git a/components/schemas/KlaytnTx.yml b/components/schemas/KlaytnTx.yml index b4d05fe..5b97dd3 100644 --- a/components/schemas/KlaytnTx.yml +++ b/components/schemas/KlaytnTx.yml @@ -1,3 +1,4 @@ +title: KlaytnTx type: object properties: blockHash: diff --git a/components/schemas/KmsSignatureIds.yml b/components/schemas/KmsSignatureIds.yml index 0be3d35..4a74ae5 100644 --- a/components/schemas/KmsSignatureIds.yml +++ b/components/schemas/KmsSignatureIds.yml @@ -1,3 +1,4 @@ +title: KmsSignatureIds type: object properties: signatureIds: diff --git a/components/schemas/ListOderBookActiveBuyBody.yml b/components/schemas/ListOderBookActiveBuyBody.yml index 1d67ab8..103ae67 100644 --- a/components/schemas/ListOderBookActiveBuyBody.yml +++ b/components/schemas/ListOderBookActiveBuyBody.yml @@ -1,3 +1,4 @@ +title: ListOderBookActiveBuyBody type: object required: - pageSize diff --git a/components/schemas/ListOderBookActiveSellBody.yml b/components/schemas/ListOderBookActiveSellBody.yml index 274bc22..b1ec733 100644 --- a/components/schemas/ListOderBookActiveSellBody.yml +++ b/components/schemas/ListOderBookActiveSellBody.yml @@ -1,3 +1,4 @@ +title: ListOderBookActiveSellBody type: object required: - pageSize diff --git a/components/schemas/ListOderBookHistoryBody.yml b/components/schemas/ListOderBookHistoryBody.yml index af93398..04f4d78 100644 --- a/components/schemas/ListOderBookHistoryBody.yml +++ b/components/schemas/ListOderBookHistoryBody.yml @@ -1,3 +1,4 @@ +title: ListOderBookHistoryBody type: object required: - pageSize diff --git a/components/schemas/ListOderBookMatchedBody.yml b/components/schemas/ListOderBookMatchedBody.yml index 2eefc4e..3919c04 100644 --- a/components/schemas/ListOderBookMatchedBody.yml +++ b/components/schemas/ListOderBookMatchedBody.yml @@ -1,3 +1,4 @@ +title: ListOderBookMatchedBody type: object required: - pageSize diff --git a/components/schemas/LtcBlock.yml b/components/schemas/LtcBlock.yml index 92d84b5..2febe7d 100644 --- a/components/schemas/LtcBlock.yml +++ b/components/schemas/LtcBlock.yml @@ -1,3 +1,4 @@ +title: LtcBlock type: object properties: hash: diff --git a/components/schemas/LtcInfo.yml b/components/schemas/LtcInfo.yml index 312a31e..568542e 100644 --- a/components/schemas/LtcInfo.yml +++ b/components/schemas/LtcInfo.yml @@ -1,3 +1,4 @@ +title: LtcInfo type: object properties: chain: diff --git a/components/schemas/LtcTransactionAddress.yml b/components/schemas/LtcTransactionAddress.yml index 2cf1036..d44a0d0 100644 --- a/components/schemas/LtcTransactionAddress.yml +++ b/components/schemas/LtcTransactionAddress.yml @@ -1,3 +1,4 @@ +title: LtcTransactionAddress type: object required: - to diff --git a/components/schemas/LtcTransactionAddressKMS.yml b/components/schemas/LtcTransactionAddressKMS.yml index 601664f..0f541d1 100644 --- a/components/schemas/LtcTransactionAddressKMS.yml +++ b/components/schemas/LtcTransactionAddressKMS.yml @@ -1,3 +1,4 @@ +title: LtcTransactionAddressKMS type: object required: - to diff --git a/components/schemas/LtcTransactionUTXO.yml b/components/schemas/LtcTransactionUTXO.yml index 48fdf8d..e87dc7d 100644 --- a/components/schemas/LtcTransactionUTXO.yml +++ b/components/schemas/LtcTransactionUTXO.yml @@ -1,3 +1,4 @@ +title: LtcTransactionUTXO type: object required: - to diff --git a/components/schemas/LtcTransactionUTXOKMS.yml b/components/schemas/LtcTransactionUTXOKMS.yml index a918db8..9f5e88d 100644 --- a/components/schemas/LtcTransactionUTXOKMS.yml +++ b/components/schemas/LtcTransactionUTXOKMS.yml @@ -1,3 +1,4 @@ +title: LtcTransactionUTXOKMS type: object required: - to diff --git a/components/schemas/LtcTx.yml b/components/schemas/LtcTx.yml index f8b771f..8e732b5 100644 --- a/components/schemas/LtcTx.yml +++ b/components/schemas/LtcTx.yml @@ -1,3 +1,4 @@ +title: LtcTx type: object properties: hash: diff --git a/components/schemas/LtcUTXO.yml b/components/schemas/LtcUTXO.yml index 26f7ab8..7106aff 100644 --- a/components/schemas/LtcUTXO.yml +++ b/components/schemas/LtcUTXO.yml @@ -1,3 +1,4 @@ +title: LtcUTXO type: object properties: version: diff --git a/components/schemas/MarketValue.yml b/components/schemas/MarketValue.yml index 16b44fb..81fc202 100644 --- a/components/schemas/MarketValue.yml +++ b/components/schemas/MarketValue.yml @@ -1,3 +1,4 @@ +title: MarketValue description: FIAT value of transaction. properties: amount: diff --git a/components/schemas/MaticBalance.yml b/components/schemas/MaticBalance.yml index 5cea5f3..7bff6e0 100644 --- a/components/schemas/MaticBalance.yml +++ b/components/schemas/MaticBalance.yml @@ -1,3 +1,4 @@ +title: MaticBalance type: object properties: balance: diff --git a/components/schemas/MintErc20Celo.yml b/components/schemas/MintErc20Celo.yml index fd7c81c..46524f5 100644 --- a/components/schemas/MintErc20Celo.yml +++ b/components/schemas/MintErc20Celo.yml @@ -1,3 +1,4 @@ +title: MintErc20Celo type: object properties: amount: diff --git a/components/schemas/MintErc20KMSCelo.yml b/components/schemas/MintErc20KMSCelo.yml index 07518fd..4d687d5 100644 --- a/components/schemas/MintErc20KMSCelo.yml +++ b/components/schemas/MintErc20KMSCelo.yml @@ -1,3 +1,4 @@ +title: MintErc20KMSCelo type: object properties: amount: diff --git a/components/schemas/MintErc721.yml b/components/schemas/MintErc721.yml index 6fca8cb..fb73a5a 100644 --- a/components/schemas/MintErc721.yml +++ b/components/schemas/MintErc721.yml @@ -1,3 +1,4 @@ +title: MintErc721 type: object properties: tokenId: diff --git a/components/schemas/MintErc721Celo.yml b/components/schemas/MintErc721Celo.yml index 3880797..5112d4f 100644 --- a/components/schemas/MintErc721Celo.yml +++ b/components/schemas/MintErc721Celo.yml @@ -1,3 +1,4 @@ +title: MintErc721Celo type: object properties: tokenId: diff --git a/components/schemas/MintErc721KMS.yml b/components/schemas/MintErc721KMS.yml index 8495211..7d58b34 100644 --- a/components/schemas/MintErc721KMS.yml +++ b/components/schemas/MintErc721KMS.yml @@ -1,3 +1,4 @@ +title: MintErc721KMS type: object properties: tokenId: diff --git a/components/schemas/MintErc721KMSCelo.yml b/components/schemas/MintErc721KMSCelo.yml index 7449a91..f7a1c57 100644 --- a/components/schemas/MintErc721KMSCelo.yml +++ b/components/schemas/MintErc721KMSCelo.yml @@ -1,3 +1,4 @@ +title: MintErc721KMSCelo type: object properties: tokenId: diff --git a/components/schemas/MintMultiToken.yml b/components/schemas/MintMultiToken.yml index e0ccfab..fc3b6d8 100644 --- a/components/schemas/MintMultiToken.yml +++ b/components/schemas/MintMultiToken.yml @@ -1,3 +1,4 @@ +title: MintMultiToken type: object properties: chain: diff --git a/components/schemas/MintMultiTokenBatch.yml b/components/schemas/MintMultiTokenBatch.yml index b7523ae..52e539b 100644 --- a/components/schemas/MintMultiTokenBatch.yml +++ b/components/schemas/MintMultiTokenBatch.yml @@ -1,3 +1,4 @@ +title: MintMultiTokenBatch type: object properties: chain: diff --git a/components/schemas/MintMultiTokenBatchCelo.yml b/components/schemas/MintMultiTokenBatchCelo.yml index 091227d..21108d6 100644 --- a/components/schemas/MintMultiTokenBatchCelo.yml +++ b/components/schemas/MintMultiTokenBatchCelo.yml @@ -1,3 +1,4 @@ +title: MintMultiTokenBatchCelo type: object properties: chain: diff --git a/components/schemas/MintMultiTokenBatchKMS.yml b/components/schemas/MintMultiTokenBatchKMS.yml index 998b750..5771af1 100644 --- a/components/schemas/MintMultiTokenBatchKMS.yml +++ b/components/schemas/MintMultiTokenBatchKMS.yml @@ -1,3 +1,4 @@ +title: MintMultiTokenBatchKMS type: object properties: chain: diff --git a/components/schemas/MintMultiTokenBatchKMSCelo.yml b/components/schemas/MintMultiTokenBatchKMSCelo.yml index 7719187..5964fcd 100644 --- a/components/schemas/MintMultiTokenBatchKMSCelo.yml +++ b/components/schemas/MintMultiTokenBatchKMSCelo.yml @@ -1,3 +1,4 @@ +title: MintMultiTokenBatchKMSCelo type: object properties: chain: diff --git a/components/schemas/MintMultiTokenCelo.yml b/components/schemas/MintMultiTokenCelo.yml index 1924d8b..cd35ad2 100644 --- a/components/schemas/MintMultiTokenCelo.yml +++ b/components/schemas/MintMultiTokenCelo.yml @@ -1,3 +1,4 @@ +title: MintMultiTokenCelo type: object properties: chain: diff --git a/components/schemas/MintMultiTokenKMS.yml b/components/schemas/MintMultiTokenKMS.yml index c95185c..48ee19a 100644 --- a/components/schemas/MintMultiTokenKMS.yml +++ b/components/schemas/MintMultiTokenKMS.yml @@ -1,3 +1,4 @@ +title: MintMultiTokenKMS type: object properties: chain: diff --git a/components/schemas/MintMultiTokenKMSCelo.yml b/components/schemas/MintMultiTokenKMSCelo.yml index f40afa6..7bb856f 100644 --- a/components/schemas/MintMultiTokenKMSCelo.yml +++ b/components/schemas/MintMultiTokenKMSCelo.yml @@ -1,3 +1,4 @@ +title: MintMultiTokenKMSCelo type: object properties: chain: diff --git a/components/schemas/MintMultipleErc721.yml b/components/schemas/MintMultipleErc721.yml index ed049ec..557b818 100644 --- a/components/schemas/MintMultipleErc721.yml +++ b/components/schemas/MintMultipleErc721.yml @@ -1,3 +1,4 @@ +title: MintMultipleErc721 type: object properties: to: diff --git a/components/schemas/MintMultipleErc721Celo.yml b/components/schemas/MintMultipleErc721Celo.yml index 52c51ef..2101241 100644 --- a/components/schemas/MintMultipleErc721Celo.yml +++ b/components/schemas/MintMultipleErc721Celo.yml @@ -1,3 +1,4 @@ +title: MintMultipleErc721Celo type: object properties: to: diff --git a/components/schemas/MintMultipleErc721KMS.yml b/components/schemas/MintMultipleErc721KMS.yml index 47c3dfa..0907fab 100644 --- a/components/schemas/MintMultipleErc721KMS.yml +++ b/components/schemas/MintMultipleErc721KMS.yml @@ -1,3 +1,4 @@ +title: MintMultipleErc721KMS type: object properties: to: diff --git a/components/schemas/MintMultipleErc721KMSCelo.yml b/components/schemas/MintMultipleErc721KMSCelo.yml index d097f72..dfad808 100644 --- a/components/schemas/MintMultipleErc721KMSCelo.yml +++ b/components/schemas/MintMultipleErc721KMSCelo.yml @@ -1,3 +1,4 @@ +title: MintMultipleErc721KMSCelo type: object properties: to: diff --git a/components/schemas/MintMultipleNft.yml b/components/schemas/MintMultipleNft.yml index 37ba188..c47e2c9 100644 --- a/components/schemas/MintMultipleNft.yml +++ b/components/schemas/MintMultipleNft.yml @@ -1,3 +1,4 @@ +title: MintMultipleNft type: object properties: chain: diff --git a/components/schemas/MintMultipleNftCelo.yml b/components/schemas/MintMultipleNftCelo.yml index 11a2651..b8f6623 100644 --- a/components/schemas/MintMultipleNftCelo.yml +++ b/components/schemas/MintMultipleNftCelo.yml @@ -1,3 +1,4 @@ +title: MintMultipleNftCelo type: object properties: chain: diff --git a/components/schemas/MintMultipleNftFlowKMS.yml b/components/schemas/MintMultipleNftFlowKMS.yml index 523c894..2dbf4fc 100644 --- a/components/schemas/MintMultipleNftFlowKMS.yml +++ b/components/schemas/MintMultipleNftFlowKMS.yml @@ -1,3 +1,4 @@ +title: MintMultipleNftFlowKMS type: object properties: chain: diff --git a/components/schemas/MintMultipleNftFlowMnemonic.yml b/components/schemas/MintMultipleNftFlowMnemonic.yml index f3d32d2..974152a 100644 --- a/components/schemas/MintMultipleNftFlowMnemonic.yml +++ b/components/schemas/MintMultipleNftFlowMnemonic.yml @@ -1,3 +1,4 @@ +title: MintMultipleNftFlowMnemonic type: object properties: chain: diff --git a/components/schemas/MintMultipleNftFlowPK.yml b/components/schemas/MintMultipleNftFlowPK.yml index a2b6966..f66d4fa 100644 --- a/components/schemas/MintMultipleNftFlowPK.yml +++ b/components/schemas/MintMultipleNftFlowPK.yml @@ -1,3 +1,4 @@ +title: MintMultipleNftFlowPK type: object properties: chain: diff --git a/components/schemas/MintMultipleNftKMS.yml b/components/schemas/MintMultipleNftKMS.yml index 0536085..3c8ba11 100644 --- a/components/schemas/MintMultipleNftKMS.yml +++ b/components/schemas/MintMultipleNftKMS.yml @@ -1,3 +1,4 @@ +title: MintMultipleNftKMS type: object properties: chain: diff --git a/components/schemas/MintMultipleNftKMSCelo.yml b/components/schemas/MintMultipleNftKMSCelo.yml index bb6c683..c0f0c93 100644 --- a/components/schemas/MintMultipleNftKMSCelo.yml +++ b/components/schemas/MintMultipleNftKMSCelo.yml @@ -1,3 +1,4 @@ +title: MintMultipleNftKMSCelo type: object properties: chain: diff --git a/components/schemas/MintMultipleNftKMSTron.yml b/components/schemas/MintMultipleNftKMSTron.yml index 05e9c5b..7c3a9cf 100644 --- a/components/schemas/MintMultipleNftKMSTron.yml +++ b/components/schemas/MintMultipleNftKMSTron.yml @@ -1,3 +1,4 @@ +title: MintMultipleNftKMSTron type: object properties: chain: diff --git a/components/schemas/MintMultipleNftMinter.yml b/components/schemas/MintMultipleNftMinter.yml index 3b60ca7..0f2d2fb 100644 --- a/components/schemas/MintMultipleNftMinter.yml +++ b/components/schemas/MintMultipleNftMinter.yml @@ -1,3 +1,4 @@ +title: MintMultipleNftMinter type: object properties: chain: diff --git a/components/schemas/MintMultipleNftTron.yml b/components/schemas/MintMultipleNftTron.yml index e47a3a5..9e19d5a 100644 --- a/components/schemas/MintMultipleNftTron.yml +++ b/components/schemas/MintMultipleNftTron.yml @@ -1,3 +1,4 @@ +title: MintMultipleNftTron type: object properties: chain: diff --git a/components/schemas/MintNft.yml b/components/schemas/MintNft.yml index 99d5806..5448ad0 100644 --- a/components/schemas/MintNft.yml +++ b/components/schemas/MintNft.yml @@ -1,3 +1,4 @@ +title: MintNft description:

The MintNft schema lets you mint NFTs natively on BNB Smart Chain, Ethereum, Harmony, Klaytn, KuCoin Community Chain, Polygon and Horizen diff --git a/components/schemas/MintNftAlgorand.yml b/components/schemas/MintNftAlgorand.yml index 4698efb..1e3fdb2 100644 --- a/components/schemas/MintNftAlgorand.yml +++ b/components/schemas/MintNftAlgorand.yml @@ -1,3 +1,4 @@ +title: MintNftAlgorand description:

The MintNftAlgorand schema lets you mint NFTs natively on Algorand and sign the transaction with your private key.
For more information, diff --git a/components/schemas/MintNftAlgorandKMS.yml b/components/schemas/MintNftAlgorandKMS.yml index f844cea..1a350a1 100644 --- a/components/schemas/MintNftAlgorandKMS.yml +++ b/components/schemas/MintNftAlgorandKMS.yml @@ -1,3 +1,4 @@ +title: MintNftAlgorandKMS description:

The MintNftAlgorandKMS schema lets you mint NFTs natively on Algorand and sign the transaction with your signature ID.
For more information, diff --git a/components/schemas/MintNftCelo.yml b/components/schemas/MintNftCelo.yml index bc46417..081b907 100644 --- a/components/schemas/MintNftCelo.yml +++ b/components/schemas/MintNftCelo.yml @@ -1,3 +1,4 @@ +title: MintNftCelo description:

The MintNftCelo schema lets you mint NFTs natively on Celo and sign the transaction with your private key.
For more information, see diff --git a/components/schemas/MintNftExpress.yml b/components/schemas/MintNftExpress.yml index 1bae144..5a5ced7 100644 --- a/components/schemas/MintNftExpress.yml +++ b/components/schemas/MintNftExpress.yml @@ -1,3 +1,4 @@ +title: MintNftExpress description:

The MintNftExpress schema lets you mint NFTs on BNB Smart Chain, Celo, Ethereum, Harmony, Klaytn, and Polygon using NTF Express with diff --git a/components/schemas/MintNftExpressAlgorand.yml b/components/schemas/MintNftExpressAlgorand.yml index 08a8d15..7b8170c 100644 --- a/components/schemas/MintNftExpressAlgorand.yml +++ b/components/schemas/MintNftExpressAlgorand.yml @@ -1,3 +1,4 @@ +title: MintNftExpressAlgorand description:

The MintNftExpressAlgorand schema lets you mint NFTs on Algorand using NTF Express with the pre-built smart contract provided diff --git a/components/schemas/MintNftExpressSolana.yml b/components/schemas/MintNftExpressSolana.yml index fd46fb9..484f2b4 100644 --- a/components/schemas/MintNftExpressSolana.yml +++ b/components/schemas/MintNftExpressSolana.yml @@ -1,3 +1,4 @@ +title: MintNftExpressSolana description:

The MintNftExpressSolana schema lets you mint NFTs on Solana using NTF Express with the pre-built smart contract provided by Tatum.
For diff --git a/components/schemas/MintNftExpressTezos.yml b/components/schemas/MintNftExpressTezos.yml index 7375852..dbb5816 100644 --- a/components/schemas/MintNftExpressTezos.yml +++ b/components/schemas/MintNftExpressTezos.yml @@ -1,3 +1,4 @@ +title: MintNftExpressTezos description:

The MintNftExpressTezos schema lets you mint NFTs on Tezos using NTF Express. You don't need to provide the private key and Tatum diff --git a/components/schemas/MintNftFlowKMS.yml b/components/schemas/MintNftFlowKMS.yml index feb28dd..e4847ff 100644 --- a/components/schemas/MintNftFlowKMS.yml +++ b/components/schemas/MintNftFlowKMS.yml @@ -1,3 +1,4 @@ +title: MintNftFlowKMS description:

The MintNftFlowKMS schema lets you mint NFTs natively on Flow and sign the transaction with your signature ID.
For more information, diff --git a/components/schemas/MintNftFlowMnemonic.yml b/components/schemas/MintNftFlowMnemonic.yml index 9c08396..a633fde 100644 --- a/components/schemas/MintNftFlowMnemonic.yml +++ b/components/schemas/MintNftFlowMnemonic.yml @@ -1,3 +1,4 @@ +title: MintNftFlowMnemonic description:

The MintNftFlowMnemonic schema lets you mint NFTs natively on Flow and sign the transaction with your wallet mnemonic.
For more information, diff --git a/components/schemas/MintNftFlowPK.yml b/components/schemas/MintNftFlowPK.yml index f352981..b67adac 100644 --- a/components/schemas/MintNftFlowPK.yml +++ b/components/schemas/MintNftFlowPK.yml @@ -1,3 +1,4 @@ +title: MintNftFlowPK description:

The MintNftFlowPK schema lets you mint NFTs natively on Flow and sign the transaction with your private key.
For more information, diff --git a/components/schemas/MintNftKMS.yml b/components/schemas/MintNftKMS.yml index f6d22b0..f6b08a1 100644 --- a/components/schemas/MintNftKMS.yml +++ b/components/schemas/MintNftKMS.yml @@ -1,3 +1,4 @@ +title: MintNftKMS description:

The MintNftKMS schema lets you mint NFTs natively on BNB Smart Chain, Ethereum, Harmony, Klaytn, KuCoin Community Chain, and Polygon diff --git a/components/schemas/MintNftKMSCelo.yml b/components/schemas/MintNftKMSCelo.yml index 95816bf..c2924d2 100644 --- a/components/schemas/MintNftKMSCelo.yml +++ b/components/schemas/MintNftKMSCelo.yml @@ -1,3 +1,4 @@ +title: MintNftKMSCelo description:

The MintNftKMSCelo schema lets you mint NFTs natively on Celo and sign the transaction with your signature ID.
For more information, diff --git a/components/schemas/MintNftKMSTron.yml b/components/schemas/MintNftKMSTron.yml index a0a7a79..f14610c 100644 --- a/components/schemas/MintNftKMSTron.yml +++ b/components/schemas/MintNftKMSTron.yml @@ -1,3 +1,4 @@ +title: MintNftKMSTron type: object description:

The MintNftKMSTron schema lets you mint NFTs natively diff --git a/components/schemas/MintNftMinter.yml b/components/schemas/MintNftMinter.yml index 466857f..e66740f 100644 --- a/components/schemas/MintNftMinter.yml +++ b/components/schemas/MintNftMinter.yml @@ -1,3 +1,4 @@ +title: MintNftMinter description:

The MintNftMinter schema lets you mint NFTs on BNB Smart Chain, Celo, Ethereum, Harmony, Klaytn, Polygon and Horizen Eon using the NTF diff --git a/components/schemas/MintNftSolana.yml b/components/schemas/MintNftSolana.yml index aa23b1b..7a56a52 100644 --- a/components/schemas/MintNftSolana.yml +++ b/components/schemas/MintNftSolana.yml @@ -1,3 +1,4 @@ +title: MintNftSolana type: object description:

The MintNftSolana schema lets you mint NFTs natively diff --git a/components/schemas/MintNftSolanaKMS.yml b/components/schemas/MintNftSolanaKMS.yml index 77f08c6..0dc0d26 100644 --- a/components/schemas/MintNftSolanaKMS.yml +++ b/components/schemas/MintNftSolanaKMS.yml @@ -1,3 +1,4 @@ +title: MintNftSolanaKMS type: object description:

The MintNftSolanaKMS schema lets you mint NFTs natively diff --git a/components/schemas/MintNftTezos.yml b/components/schemas/MintNftTezos.yml index bc62384..612957a 100644 --- a/components/schemas/MintNftTezos.yml +++ b/components/schemas/MintNftTezos.yml @@ -1,3 +1,4 @@ +title: MintNftTezos description:

The MintNftTezos schema lets you mint NFTs on Tezos.
For more information, see "Minting NFTs natively on a blockchain" in Mint diff --git a/components/schemas/MintNftTron.yml b/components/schemas/MintNftTron.yml index 473e5a8..7b39bc2 100644 --- a/components/schemas/MintNftTron.yml +++ b/components/schemas/MintNftTron.yml @@ -1,3 +1,4 @@ +title: MintNftTron type: object description:

The MintNftTron schema lets you mint NFTs natively on diff --git a/components/schemas/MultiTx.yml b/components/schemas/MultiTx.yml index 8cfd75d..7319b5c 100644 --- a/components/schemas/MultiTx.yml +++ b/components/schemas/MultiTx.yml @@ -1,3 +1,4 @@ +title: MultiTx type: object properties: blockNumber: diff --git a/components/schemas/MultitokenInfo.yml b/components/schemas/MultitokenInfo.yml index 6d3912d..c0f3806 100644 --- a/components/schemas/MultitokenInfo.yml +++ b/components/schemas/MultitokenInfo.yml @@ -1,3 +1,4 @@ +title: MultitokenInfo type: object properties: symbol: diff --git a/components/schemas/MultitokenTransfer.yml b/components/schemas/MultitokenTransfer.yml index b26f96e..61bda3b 100644 --- a/components/schemas/MultitokenTransfer.yml +++ b/components/schemas/MultitokenTransfer.yml @@ -1,3 +1,4 @@ +title: MultitokenTransfer allOf: - $ref: "../migrated_v1.yml#/components/schemas/DecodedDataCommon" - type: object diff --git a/components/schemas/MultitokenTransferBatch.yml b/components/schemas/MultitokenTransferBatch.yml index 1f17889..b957247 100644 --- a/components/schemas/MultitokenTransferBatch.yml +++ b/components/schemas/MultitokenTransferBatch.yml @@ -1,3 +1,4 @@ +title: MultitokenTransferBatch allOf: - $ref: "../migrated_v1.yml#/components/schemas/MultitokenTransfer" - type: object diff --git a/components/schemas/MultitokenTransferSingle.yml b/components/schemas/MultitokenTransferSingle.yml index 070e4fc..d5f3280 100644 --- a/components/schemas/MultitokenTransferSingle.yml +++ b/components/schemas/MultitokenTransferSingle.yml @@ -1,3 +1,4 @@ +title: MultitokenTransferSingle allOf: - $ref: "../migrated_v1.yml#/components/schemas/MultitokenTransfer" - type: object diff --git a/components/schemas/NativeTokenBalance.yml b/components/schemas/NativeTokenBalance.yml index 6a7a226..bf55262 100644 --- a/components/schemas/NativeTokenBalance.yml +++ b/components/schemas/NativeTokenBalance.yml @@ -1,3 +1,4 @@ +title: NativeTokenBalance type: object properties: chain: diff --git a/components/schemas/NftBalance.yml b/components/schemas/NftBalance.yml index b490770..42d6538 100644 --- a/components/schemas/NftBalance.yml +++ b/components/schemas/NftBalance.yml @@ -1,3 +1,4 @@ +title: NftBalance type: object properties: chain: diff --git a/components/schemas/NftGetBalanceSc.yml b/components/schemas/NftGetBalanceSc.yml index 2867a6b..0d58158 100644 --- a/components/schemas/NftGetBalanceSc.yml +++ b/components/schemas/NftGetBalanceSc.yml @@ -1,3 +1,4 @@ +title: NftGetBalanceSc type: object properties: data: diff --git a/components/schemas/NftGetBalanceScAlgo.yml b/components/schemas/NftGetBalanceScAlgo.yml index 6eda5b5..8950283 100644 --- a/components/schemas/NftGetBalanceScAlgo.yml +++ b/components/schemas/NftGetBalanceScAlgo.yml @@ -1,3 +1,4 @@ +title: NftGetBalanceScAlgo type: object properties: data: diff --git a/components/schemas/NftInfo.yml b/components/schemas/NftInfo.yml index d6ba522..1873937 100644 --- a/components/schemas/NftInfo.yml +++ b/components/schemas/NftInfo.yml @@ -1,3 +1,4 @@ +title: NftInfo type: object properties: symbol: diff --git a/components/schemas/NftInfoTezos.yml b/components/schemas/NftInfoTezos.yml index 41adb2c..afa9208 100644 --- a/components/schemas/NftInfoTezos.yml +++ b/components/schemas/NftInfoTezos.yml @@ -1,3 +1,4 @@ +title: NftInfoTezos type: object properties: name: diff --git a/components/schemas/NftMetadata.yml b/components/schemas/NftMetadata.yml index 50ead8f..33d9313 100644 --- a/components/schemas/NftMetadata.yml +++ b/components/schemas/NftMetadata.yml @@ -1,3 +1,4 @@ +title: NftMetadata type: object description: "Metadata scheme obtained from the url. This data don't have to be present. diff --git a/components/schemas/NftMetadataErc721.yml b/components/schemas/NftMetadataErc721.yml index 2675861..f538fed 100644 --- a/components/schemas/NftMetadataErc721.yml +++ b/components/schemas/NftMetadataErc721.yml @@ -1,3 +1,4 @@ +title: NftMetadataErc721 type: object properties: data: diff --git a/components/schemas/NftMetadataErc721OnchainAlgo.yml b/components/schemas/NftMetadataErc721OnchainAlgo.yml index e036e09..96f6897 100644 --- a/components/schemas/NftMetadataErc721OnchainAlgo.yml +++ b/components/schemas/NftMetadataErc721OnchainAlgo.yml @@ -1,3 +1,4 @@ +title: NftMetadataErc721OnchainAlgo type: object properties: onchainData: diff --git a/components/schemas/NftMetadataErc721OnchainFlow.yml b/components/schemas/NftMetadataErc721OnchainFlow.yml index 5e19f57..0372f12 100644 --- a/components/schemas/NftMetadataErc721OnchainFlow.yml +++ b/components/schemas/NftMetadataErc721OnchainFlow.yml @@ -1,3 +1,4 @@ +title: NftMetadataErc721OnchainFlow type: array description: (Flow) Token ids items: diff --git a/components/schemas/NftMetadataErc721OnchainSolana.yml b/components/schemas/NftMetadataErc721OnchainSolana.yml index a02fda0..46ce31e 100644 --- a/components/schemas/NftMetadataErc721OnchainSolana.yml +++ b/components/schemas/NftMetadataErc721OnchainSolana.yml @@ -1,3 +1,4 @@ +title: NftMetadataErc721OnchainSolana type: object properties: onchainData: diff --git a/components/schemas/NftMetadataURI.yml b/components/schemas/NftMetadataURI.yml index 7a0e35e..e4b4e00 100644 --- a/components/schemas/NftMetadataURI.yml +++ b/components/schemas/NftMetadataURI.yml @@ -1,3 +1,4 @@ +title: NftMetadataURI type: string description: "Metadata URL of the token. This data doesn't have to be present. diff --git a/components/schemas/NftRoyaltyErc721.yml b/components/schemas/NftRoyaltyErc721.yml index 9023479..c318f38 100644 --- a/components/schemas/NftRoyaltyErc721.yml +++ b/components/schemas/NftRoyaltyErc721.yml @@ -1,3 +1,4 @@ +title: NftRoyaltyErc721 type: object properties: addresses: diff --git a/components/schemas/NftTokenByAddressErc721.yml b/components/schemas/NftTokenByAddressErc721.yml index 42988af..1e478c8 100644 --- a/components/schemas/NftTokenByAddressErc721.yml +++ b/components/schemas/NftTokenByAddressErc721.yml @@ -1,3 +1,4 @@ +title: NftTokenByAddressErc721 type: object required: - contractAddress diff --git a/components/schemas/NftTokenByAddressErc721Metadata.yml b/components/schemas/NftTokenByAddressErc721Metadata.yml index 446c360..960f852 100644 --- a/components/schemas/NftTokenByAddressErc721Metadata.yml +++ b/components/schemas/NftTokenByAddressErc721Metadata.yml @@ -1,3 +1,4 @@ +title: NftTokenByAddressErc721Metadata type: object description: The metadata scheme obtained from the metadata URL; the scheme may not diff --git a/components/schemas/NftTokenByAddressErc721TokenMetadata.yml b/components/schemas/NftTokenByAddressErc721TokenMetadata.yml index 6090fd6..8948606 100644 --- a/components/schemas/NftTokenByAddressErc721TokenMetadata.yml +++ b/components/schemas/NftTokenByAddressErc721TokenMetadata.yml @@ -1,3 +1,4 @@ +title: NftTokenByAddressErc721TokenMetadata type: object properties: tokenId: diff --git a/components/schemas/NftTokenByCollectionErc721.yml b/components/schemas/NftTokenByCollectionErc721.yml index 5796592..6c75822 100644 --- a/components/schemas/NftTokenByCollectionErc721.yml +++ b/components/schemas/NftTokenByCollectionErc721.yml @@ -1,3 +1,4 @@ +title: NftTokenByCollectionErc721 type: object required: - tokenId diff --git a/components/schemas/NftTokenByCollectionErc721TokenMetadata.yml b/components/schemas/NftTokenByCollectionErc721TokenMetadata.yml index 8ed39d9..6d17476 100644 --- a/components/schemas/NftTokenByCollectionErc721TokenMetadata.yml +++ b/components/schemas/NftTokenByCollectionErc721TokenMetadata.yml @@ -1,3 +1,4 @@ +title: NftTokenByCollectionErc721TokenMetadata type: object required: - tokenID diff --git a/components/schemas/NftTokenInfo.yml b/components/schemas/NftTokenInfo.yml index caeec17..fcb868c 100644 --- a/components/schemas/NftTokenInfo.yml +++ b/components/schemas/NftTokenInfo.yml @@ -1,3 +1,4 @@ +title: NftTokenInfo type: object properties: symbol: diff --git a/components/schemas/NftTransfer.yml b/components/schemas/NftTransfer.yml index fab2f5f..ab2eeaf 100644 --- a/components/schemas/NftTransfer.yml +++ b/components/schemas/NftTransfer.yml @@ -1,3 +1,4 @@ +title: NftTransfer allOf: - $ref: "../migrated_v1.yml#/components/schemas/DecodedDataCommon" - type: object diff --git a/components/schemas/NftTx.yml b/components/schemas/NftTx.yml index 20bdbd8..0156c61 100644 --- a/components/schemas/NftTx.yml +++ b/components/schemas/NftTx.yml @@ -1,3 +1,4 @@ +title: NftTx type: object properties: blockNumber: diff --git a/components/schemas/NodeRpcGetChains.yml b/components/schemas/NodeRpcGetChains.yml index 66bc7e3..e83bdf2 100644 --- a/components/schemas/NodeRpcGetChains.yml +++ b/components/schemas/NodeRpcGetChains.yml @@ -1,3 +1,4 @@ +title: NodeRpcGetChains type: string example: algorand-testnet-algod enum: diff --git a/components/schemas/NodeRpcPostChains.yml b/components/schemas/NodeRpcPostChains.yml index 7fd1c11..ecd5dd0 100644 --- a/components/schemas/NodeRpcPostChains.yml +++ b/components/schemas/NodeRpcPostChains.yml @@ -1,3 +1,4 @@ +title: NodeRpcPostChains type: string example: ethereum-sepolia enum: diff --git a/components/schemas/NodeRpcPutChains.yml b/components/schemas/NodeRpcPutChains.yml index d29575f..0e6066f 100644 --- a/components/schemas/NodeRpcPutChains.yml +++ b/components/schemas/NodeRpcPutChains.yml @@ -1,3 +1,4 @@ +title: NodeRpcPutChains type: string example: algorand-testnet-algod enum: diff --git a/components/schemas/Object.yml b/components/schemas/Object.yml index 91bf309..407c5d4 100644 --- a/components/schemas/Object.yml +++ b/components/schemas/Object.yml @@ -1 +1,2 @@ +title: Object type: object diff --git a/components/schemas/OffchainAddresses.yml b/components/schemas/OffchainAddresses.yml index 36c9590..2e09639 100644 --- a/components/schemas/OffchainAddresses.yml +++ b/components/schemas/OffchainAddresses.yml @@ -1,3 +1,4 @@ +title: OffchainAddresses type: object required: - addresses diff --git a/components/schemas/OffchainEstimateFee.yml b/components/schemas/OffchainEstimateFee.yml index d554d6a..da4c918 100644 --- a/components/schemas/OffchainEstimateFee.yml +++ b/components/schemas/OffchainEstimateFee.yml @@ -1,3 +1,4 @@ +title: OffchainEstimateFee type: object required: - senderAccountId diff --git a/components/schemas/OffchainTransactionResult.yml b/components/schemas/OffchainTransactionResult.yml index b462b25..7bf203b 100644 --- a/components/schemas/OffchainTransactionResult.yml +++ b/components/schemas/OffchainTransactionResult.yml @@ -1,3 +1,4 @@ +title: OffchainTransactionResult type: object properties: id: diff --git a/components/schemas/OffchainTransactionSignatureResult.yml b/components/schemas/OffchainTransactionSignatureResult.yml index d98cd30..f78b374 100644 --- a/components/schemas/OffchainTransactionSignatureResult.yml +++ b/components/schemas/OffchainTransactionSignatureResult.yml @@ -1,3 +1,4 @@ +title: OffchainTransactionSignatureResult type: object properties: signatureId: diff --git a/components/schemas/Offset.yml b/components/schemas/Offset.yml index fe327c1..3fdacc8 100644 --- a/components/schemas/Offset.yml +++ b/components/schemas/Offset.yml @@ -1,2 +1,3 @@ +title: Offset type: number example: 0 diff --git a/components/schemas/OneBalance.yml b/components/schemas/OneBalance.yml index 2fdf32f..acd13b7 100644 --- a/components/schemas/OneBalance.yml +++ b/components/schemas/OneBalance.yml @@ -1,3 +1,4 @@ +title: OneBalance type: object properties: balance: diff --git a/components/schemas/OneBlock.yml b/components/schemas/OneBlock.yml index a66a9e8..ea9ed2f 100644 --- a/components/schemas/OneBlock.yml +++ b/components/schemas/OneBlock.yml @@ -1,3 +1,4 @@ +title: OneBlock type: object properties: difficulty: diff --git a/components/schemas/OneBlockCurrent.yml b/components/schemas/OneBlockCurrent.yml index 6a370df..50b035e 100644 --- a/components/schemas/OneBlockCurrent.yml +++ b/components/schemas/OneBlockCurrent.yml @@ -1,3 +1,4 @@ +title: OneBlockCurrent type: object properties: shardID: diff --git a/components/schemas/OneEstimateGas.yml b/components/schemas/OneEstimateGas.yml index 7ea1921..e09bf6a 100644 --- a/components/schemas/OneEstimateGas.yml +++ b/components/schemas/OneEstimateGas.yml @@ -1,3 +1,4 @@ +title: OneEstimateGas type: object properties: from: diff --git a/components/schemas/OneTx.yml b/components/schemas/OneTx.yml index 70e6fa1..33bfd65 100644 --- a/components/schemas/OneTx.yml +++ b/components/schemas/OneTx.yml @@ -1,3 +1,4 @@ +title: OneTx type: object properties: blockHash: diff --git a/components/schemas/OneTxLog.yml b/components/schemas/OneTxLog.yml index 8eb192b..6536b2c 100644 --- a/components/schemas/OneTxLog.yml +++ b/components/schemas/OneTxLog.yml @@ -1,3 +1,4 @@ +title: OneTxLog type: object properties: address: diff --git a/components/schemas/OrderBookSort.yml b/components/schemas/OrderBookSort.yml index 5ec5c30..aa6e331 100644 --- a/components/schemas/OrderBookSort.yml +++ b/components/schemas/OrderBookSort.yml @@ -1,3 +1,4 @@ +title: OrderBookSort description: Sorts the result by selected property. The priority of the items is determined by order of the sort properties in array. diff --git a/components/schemas/PageSize.yml b/components/schemas/PageSize.yml index 550c340..2f03280 100644 --- a/components/schemas/PageSize.yml +++ b/components/schemas/PageSize.yml @@ -1,3 +1,4 @@ +title: PageSize type: number example: 10 minimum: 1 diff --git a/components/schemas/PendingTransaction.yml b/components/schemas/PendingTransaction.yml index cae1497..2279cfc 100644 --- a/components/schemas/PendingTransaction.yml +++ b/components/schemas/PendingTransaction.yml @@ -1,3 +1,4 @@ +title: PendingTransaction type: object properties: id: diff --git a/components/schemas/PolygonBlock.yml b/components/schemas/PolygonBlock.yml index a3058c6..3a737de 100644 --- a/components/schemas/PolygonBlock.yml +++ b/components/schemas/PolygonBlock.yml @@ -1,3 +1,4 @@ +title: PolygonBlock type: object properties: difficulty: diff --git a/components/schemas/PolygonEstimateGas.yml b/components/schemas/PolygonEstimateGas.yml index c144e04..e413194 100644 --- a/components/schemas/PolygonEstimateGas.yml +++ b/components/schemas/PolygonEstimateGas.yml @@ -1,3 +1,4 @@ +title: PolygonEstimateGas type: object properties: from: diff --git a/components/schemas/PolygonTx.yml b/components/schemas/PolygonTx.yml index 044a053..f3601c9 100644 --- a/components/schemas/PolygonTx.yml +++ b/components/schemas/PolygonTx.yml @@ -1,3 +1,4 @@ +title: PolygonTx type: object properties: blockHash: diff --git a/components/schemas/PolygonTxLog.yml b/components/schemas/PolygonTxLog.yml index 8eb192b..51e50e9 100644 --- a/components/schemas/PolygonTxLog.yml +++ b/components/schemas/PolygonTxLog.yml @@ -1,3 +1,4 @@ +title: PolygonTxLog type: object properties: address: diff --git a/components/schemas/PrivKey.yml b/components/schemas/PrivKey.yml index 6217aa1..8f7f659 100644 --- a/components/schemas/PrivKey.yml +++ b/components/schemas/PrivKey.yml @@ -1,3 +1,4 @@ +title: PrivKey type: object properties: key: diff --git a/components/schemas/PrivKeyRequest.yml b/components/schemas/PrivKeyRequest.yml index 080668b..b4262d4 100644 --- a/components/schemas/PrivKeyRequest.yml +++ b/components/schemas/PrivKeyRequest.yml @@ -1,3 +1,4 @@ +title: PrivKeyRequest type: object properties: index: diff --git a/components/schemas/RateQuery.yml b/components/schemas/RateQuery.yml index e6ec7b1..92090cc 100644 --- a/components/schemas/RateQuery.yml +++ b/components/schemas/RateQuery.yml @@ -1,3 +1,4 @@ +title: RateQuery type: object properties: batchId: diff --git a/components/schemas/RawData.yml b/components/schemas/RawData.yml index 50e97a0..46dce50 100644 --- a/components/schemas/RawData.yml +++ b/components/schemas/RawData.yml @@ -1,3 +1,4 @@ +title: RawData type: object description: Raw data associated with the event, including topics and data. required: diff --git a/components/schemas/ReceiveAlgorandAsset.yml b/components/schemas/ReceiveAlgorandAsset.yml index b322b58..0cf863f 100644 --- a/components/schemas/ReceiveAlgorandAsset.yml +++ b/components/schemas/ReceiveAlgorandAsset.yml @@ -1,3 +1,4 @@ +title: ReceiveAlgorandAsset type: object properties: assetId: diff --git a/components/schemas/ReceiveAlgorandAssetKMS.yml b/components/schemas/ReceiveAlgorandAssetKMS.yml index 029a859..463c576 100644 --- a/components/schemas/ReceiveAlgorandAssetKMS.yml +++ b/components/schemas/ReceiveAlgorandAssetKMS.yml @@ -1,3 +1,4 @@ +title: ReceiveAlgorandAssetKMS type: object properties: from: diff --git a/components/schemas/ResponseData.yml b/components/schemas/ResponseData.yml index a762999..c2d3565 100644 --- a/components/schemas/ResponseData.yml +++ b/components/schemas/ResponseData.yml @@ -1,3 +1,4 @@ +title: ResponseData type: object properties: address: diff --git a/components/schemas/SellAssetOnMarketplace.yml b/components/schemas/SellAssetOnMarketplace.yml index 7745c4c..aa47ae5 100644 --- a/components/schemas/SellAssetOnMarketplace.yml +++ b/components/schemas/SellAssetOnMarketplace.yml @@ -1,3 +1,4 @@ +title: SellAssetOnMarketplace type: object properties: chain: diff --git a/components/schemas/SellAssetOnMarketplaceCelo.yml b/components/schemas/SellAssetOnMarketplaceCelo.yml index 4b90118..8859cdf 100644 --- a/components/schemas/SellAssetOnMarketplaceCelo.yml +++ b/components/schemas/SellAssetOnMarketplaceCelo.yml @@ -1,3 +1,4 @@ +title: SellAssetOnMarketplaceCelo type: object properties: chain: diff --git a/components/schemas/SellAssetOnMarketplaceCeloKMS.yml b/components/schemas/SellAssetOnMarketplaceCeloKMS.yml index 82a9878..8ec48cf 100644 --- a/components/schemas/SellAssetOnMarketplaceCeloKMS.yml +++ b/components/schemas/SellAssetOnMarketplaceCeloKMS.yml @@ -1,3 +1,4 @@ +title: SellAssetOnMarketplaceCeloKMS type: object properties: chain: diff --git a/components/schemas/SellAssetOnMarketplaceKMS.yml b/components/schemas/SellAssetOnMarketplaceKMS.yml index 648df58..279b74c 100644 --- a/components/schemas/SellAssetOnMarketplaceKMS.yml +++ b/components/schemas/SellAssetOnMarketplaceKMS.yml @@ -1,3 +1,4 @@ +title: SellAssetOnMarketplaceKMS type: object properties: chain: diff --git a/components/schemas/SellAssetOnMarketplaceSolana.yml b/components/schemas/SellAssetOnMarketplaceSolana.yml index 006a1ce..3fca044 100644 --- a/components/schemas/SellAssetOnMarketplaceSolana.yml +++ b/components/schemas/SellAssetOnMarketplaceSolana.yml @@ -1,3 +1,4 @@ +title: SellAssetOnMarketplaceSolana type: object properties: chain: diff --git a/components/schemas/SellAssetOnMarketplaceSolanaKMS.yml b/components/schemas/SellAssetOnMarketplaceSolanaKMS.yml index f9a7e32..5654dce 100644 --- a/components/schemas/SellAssetOnMarketplaceSolanaKMS.yml +++ b/components/schemas/SellAssetOnMarketplaceSolanaKMS.yml @@ -1,3 +1,4 @@ +title: SellAssetOnMarketplaceSolanaKMS type: object properties: chain: diff --git a/components/schemas/SellAssetOnMarketplaceTron.yml b/components/schemas/SellAssetOnMarketplaceTron.yml index 13527e1..f534b3f 100644 --- a/components/schemas/SellAssetOnMarketplaceTron.yml +++ b/components/schemas/SellAssetOnMarketplaceTron.yml @@ -1,3 +1,4 @@ +title: SellAssetOnMarketplaceTron type: object properties: chain: diff --git a/components/schemas/SellAssetOnMarketplaceTronKMS.yml b/components/schemas/SellAssetOnMarketplaceTronKMS.yml index 9cb51b8..0183be9 100644 --- a/components/schemas/SellAssetOnMarketplaceTronKMS.yml +++ b/components/schemas/SellAssetOnMarketplaceTronKMS.yml @@ -1,3 +1,4 @@ +title: SellAssetOnMarketplaceTronKMS type: object properties: chain: diff --git a/components/schemas/SettleAuction.yml b/components/schemas/SettleAuction.yml index 5b4eec8..bf3d032 100644 --- a/components/schemas/SettleAuction.yml +++ b/components/schemas/SettleAuction.yml @@ -1,3 +1,4 @@ +title: SettleAuction type: object properties: chain: diff --git a/components/schemas/SettleAuctionCelo.yml b/components/schemas/SettleAuctionCelo.yml index 7d623b4..c94a43a 100644 --- a/components/schemas/SettleAuctionCelo.yml +++ b/components/schemas/SettleAuctionCelo.yml @@ -1,3 +1,4 @@ +title: SettleAuctionCelo type: object properties: chain: diff --git a/components/schemas/SettleAuctionCeloKMS.yml b/components/schemas/SettleAuctionCeloKMS.yml index 5c2ba15..ba57c0d 100644 --- a/components/schemas/SettleAuctionCeloKMS.yml +++ b/components/schemas/SettleAuctionCeloKMS.yml @@ -1,3 +1,4 @@ +title: SettleAuctionCeloKMS type: object properties: chain: diff --git a/components/schemas/SettleAuctionKMS.yml b/components/schemas/SettleAuctionKMS.yml index 6d41442..ebda887 100644 --- a/components/schemas/SettleAuctionKMS.yml +++ b/components/schemas/SettleAuctionKMS.yml @@ -1,3 +1,4 @@ +title: SettleAuctionKMS type: object properties: chain: diff --git a/components/schemas/SignatureId.yml b/components/schemas/SignatureId.yml index 199c9f5..18ba27a 100644 --- a/components/schemas/SignatureId.yml +++ b/components/schemas/SignatureId.yml @@ -1,3 +1,4 @@ +title: SignatureId type: object properties: signatureId: diff --git a/components/schemas/SolBalance.yml b/components/schemas/SolBalance.yml index ed30b30..7471b00 100644 --- a/components/schemas/SolBalance.yml +++ b/components/schemas/SolBalance.yml @@ -1,3 +1,4 @@ +title: SolBalance type: object properties: balance: diff --git a/components/schemas/SolanaBlock.yml b/components/schemas/SolanaBlock.yml index dbc0036..8e25f64 100644 --- a/components/schemas/SolanaBlock.yml +++ b/components/schemas/SolanaBlock.yml @@ -1,3 +1,4 @@ +title: SolanaBlock type: object properties: blockHeight: diff --git a/components/schemas/SolanaBlockReward.yml b/components/schemas/SolanaBlockReward.yml index 34fcf78..42ec694 100644 --- a/components/schemas/SolanaBlockReward.yml +++ b/components/schemas/SolanaBlockReward.yml @@ -1,3 +1,4 @@ +title: SolanaBlockReward type: object properties: commission: diff --git a/components/schemas/SolanaBlockTx.yml b/components/schemas/SolanaBlockTx.yml index bc08aec..4553939 100644 --- a/components/schemas/SolanaBlockTx.yml +++ b/components/schemas/SolanaBlockTx.yml @@ -1,3 +1,4 @@ +title: SolanaBlockTx type: object properties: meta: diff --git a/components/schemas/SolanaBroadcastConfirm.yml b/components/schemas/SolanaBroadcastConfirm.yml index 8bddd1a..95bc383 100644 --- a/components/schemas/SolanaBroadcastConfirm.yml +++ b/components/schemas/SolanaBroadcastConfirm.yml @@ -1,3 +1,4 @@ +title: SolanaBroadcastConfirm properties: txData: description: Raw signed transaction to be published to network. diff --git a/components/schemas/SolanaBroadcastConfirmOptions.yml b/components/schemas/SolanaBroadcastConfirmOptions.yml index 0b05557..6520754 100644 --- a/components/schemas/SolanaBroadcastConfirmOptions.yml +++ b/components/schemas/SolanaBroadcastConfirmOptions.yml @@ -1,3 +1,4 @@ +title: SolanaBroadcastConfirmOptions description: Options for sending and waiting for a transaction type: object properties: diff --git a/components/schemas/SolanaListingData.yml b/components/schemas/SolanaListingData.yml index 81f8bb9..c601dbf 100644 --- a/components/schemas/SolanaListingData.yml +++ b/components/schemas/SolanaListingData.yml @@ -1,3 +1,4 @@ +title: SolanaListingData type: object required: - amount diff --git a/components/schemas/SolanaMarketplaceSellTransactionHash.yml b/components/schemas/SolanaMarketplaceSellTransactionHash.yml index e2eee07..93029b6 100644 --- a/components/schemas/SolanaMarketplaceSellTransactionHash.yml +++ b/components/schemas/SolanaMarketplaceSellTransactionHash.yml @@ -1,3 +1,4 @@ +title: SolanaMarketplaceSellTransactionHash type: object properties: txId: diff --git a/components/schemas/SolanaMarketplaceTransactionHash.yml b/components/schemas/SolanaMarketplaceTransactionHash.yml index 17b50c5..5359de4 100644 --- a/components/schemas/SolanaMarketplaceTransactionHash.yml +++ b/components/schemas/SolanaMarketplaceTransactionHash.yml @@ -1,3 +1,4 @@ +title: SolanaMarketplaceTransactionHash type: object properties: txId: diff --git a/components/schemas/SolanaMintedResult.yml b/components/schemas/SolanaMintedResult.yml index 79665a1..0a71d69 100644 --- a/components/schemas/SolanaMintedResult.yml +++ b/components/schemas/SolanaMintedResult.yml @@ -1,3 +1,4 @@ +title: SolanaMintedResult type: object properties: txId: diff --git a/components/schemas/SolanaNftExpressMetadata.yml b/components/schemas/SolanaNftExpressMetadata.yml index 7aa6018..de434a1 100644 --- a/components/schemas/SolanaNftExpressMetadata.yml +++ b/components/schemas/SolanaNftExpressMetadata.yml @@ -1,3 +1,4 @@ +title: SolanaNftExpressMetadata type: object required: - name diff --git a/components/schemas/SolanaNftMetadata.yml b/components/schemas/SolanaNftMetadata.yml index 391a047..78d572f 100644 --- a/components/schemas/SolanaNftMetadata.yml +++ b/components/schemas/SolanaNftMetadata.yml @@ -1,3 +1,4 @@ +title: SolanaNftMetadata type: object required: - name diff --git a/components/schemas/SolanaNftMetadataCreator.yml b/components/schemas/SolanaNftMetadataCreator.yml index de89ee5..8e9cbef 100644 --- a/components/schemas/SolanaNftMetadataCreator.yml +++ b/components/schemas/SolanaNftMetadataCreator.yml @@ -1,3 +1,4 @@ +title: SolanaNftMetadataCreator type: object required: - address diff --git a/components/schemas/SolanaNftMetadataKMS.yml b/components/schemas/SolanaNftMetadataKMS.yml index 14d079d..936b517 100644 --- a/components/schemas/SolanaNftMetadataKMS.yml +++ b/components/schemas/SolanaNftMetadataKMS.yml @@ -1,3 +1,4 @@ +title: SolanaNftMetadataKMS type: object required: - name diff --git a/components/schemas/SolanaTransactionHashWithConfirm.yml b/components/schemas/SolanaTransactionHashWithConfirm.yml index 36838a0..ef8de42 100644 --- a/components/schemas/SolanaTransactionHashWithConfirm.yml +++ b/components/schemas/SolanaTransactionHashWithConfirm.yml @@ -1,3 +1,4 @@ +title: SolanaTransactionHashWithConfirm type: object properties: txId: diff --git a/components/schemas/SolanaTx.yml b/components/schemas/SolanaTx.yml index 318e5cd..e7aaa5a 100644 --- a/components/schemas/SolanaTx.yml +++ b/components/schemas/SolanaTx.yml @@ -1,3 +1,4 @@ +title: SolanaTx type: object properties: blockTime: diff --git a/components/schemas/SolanaTxMessage.yml b/components/schemas/SolanaTxMessage.yml index 3e677f6..387dcbc 100644 --- a/components/schemas/SolanaTxMessage.yml +++ b/components/schemas/SolanaTxMessage.yml @@ -1,3 +1,4 @@ +title: SolanaTxMessage type: object properties: header: diff --git a/components/schemas/SolanaTxMessageHeader.yml b/components/schemas/SolanaTxMessageHeader.yml index c5845a8..caf8bd9 100644 --- a/components/schemas/SolanaTxMessageHeader.yml +++ b/components/schemas/SolanaTxMessageHeader.yml @@ -1,3 +1,4 @@ +title: SolanaTxMessageHeader type: object properties: numReadonlySignedAccounts: diff --git a/components/schemas/SolanaTxMessageInstruction.yml b/components/schemas/SolanaTxMessageInstruction.yml index dc72a53..d445368 100644 --- a/components/schemas/SolanaTxMessageInstruction.yml +++ b/components/schemas/SolanaTxMessageInstruction.yml @@ -1,3 +1,4 @@ +title: SolanaTxMessageInstruction type: object properties: accounts: diff --git a/components/schemas/SolanaTxMeta.yml b/components/schemas/SolanaTxMeta.yml index 6faacaf..3d23fc7 100644 --- a/components/schemas/SolanaTxMeta.yml +++ b/components/schemas/SolanaTxMeta.yml @@ -1,3 +1,4 @@ +title: SolanaTxMeta type: object properties: err: diff --git a/components/schemas/SolanaTxTransaction.yml b/components/schemas/SolanaTxTransaction.yml index 1a09e0b..8be8c77 100644 --- a/components/schemas/SolanaTxTransaction.yml +++ b/components/schemas/SolanaTxTransaction.yml @@ -1,3 +1,4 @@ +title: SolanaTxTransaction type: object properties: message: diff --git a/components/schemas/SolanaWallet.yml b/components/schemas/SolanaWallet.yml index 4445161..48ee7d2 100644 --- a/components/schemas/SolanaWallet.yml +++ b/components/schemas/SolanaWallet.yml @@ -1,3 +1,4 @@ +title: SolanaWallet type: object properties: mnemonic: diff --git a/components/schemas/StablecoinTransfer.yml b/components/schemas/StablecoinTransfer.yml index 102004e..c4fbe82 100644 --- a/components/schemas/StablecoinTransfer.yml +++ b/components/schemas/StablecoinTransfer.yml @@ -1,3 +1,4 @@ +title: StablecoinTransfer allOf: - $ref: "../migrated_v1.yml#/components/schemas/FungibleTransfer" - type: object diff --git a/components/schemas/Subscription.yml b/components/schemas/Subscription.yml index 020ac71..b9c5b4f 100644 --- a/components/schemas/Subscription.yml +++ b/components/schemas/Subscription.yml @@ -1,3 +1,4 @@ +title: Subscription type: object required: - type diff --git a/components/schemas/TestnetType.yml b/components/schemas/TestnetType.yml index fa05902..855b321 100644 --- a/components/schemas/TestnetType.yml +++ b/components/schemas/TestnetType.yml @@ -1,3 +1,4 @@ +title: TestnetType type: string description: Specifies the testnet type. The default is ethereum-sepolia for Ethereum diff --git a/components/schemas/Token.yml b/components/schemas/Token.yml index 7f22f73..9ce8c6a 100644 --- a/components/schemas/Token.yml +++ b/components/schemas/Token.yml @@ -1,3 +1,4 @@ +title: Token type: object properties: chain: diff --git a/components/schemas/TokenAddress.yml b/components/schemas/TokenAddress.yml index 237c64a..d64f954 100644 --- a/components/schemas/TokenAddress.yml +++ b/components/schemas/TokenAddress.yml @@ -1,3 +1,4 @@ +title: TokenAddress type: string description: Contract address of the token. example: "0xba30E5F9Bb24caa003E9f2f0497Ad287FDF95623" diff --git a/components/schemas/TokenBalance.yml b/components/schemas/TokenBalance.yml index b458195..d168c19 100644 --- a/components/schemas/TokenBalance.yml +++ b/components/schemas/TokenBalance.yml @@ -1,3 +1,4 @@ +title: TokenBalance type: object properties: accountIndex: diff --git a/components/schemas/TokenId.yml b/components/schemas/TokenId.yml index f8a250e..0cf177f 100644 --- a/components/schemas/TokenId.yml +++ b/components/schemas/TokenId.yml @@ -1,3 +1,4 @@ +title: TokenId type: string description: ID of the token. maxLength: 78 diff --git a/components/schemas/TokenIds.yml b/components/schemas/TokenIds.yml index 43daa08..42b73dc 100644 --- a/components/schemas/TokenIds.yml +++ b/components/schemas/TokenIds.yml @@ -1,3 +1,4 @@ +title: TokenIds type: string description: IDs of the token. maxLength: 78 diff --git a/components/schemas/TokenTezos.yml b/components/schemas/TokenTezos.yml index 8af56d9..9aa8714 100644 --- a/components/schemas/TokenTezos.yml +++ b/components/schemas/TokenTezos.yml @@ -1,3 +1,4 @@ +title: TokenTezos type: object properties: chain: diff --git a/components/schemas/TokenType.yml b/components/schemas/TokenType.yml index 308f4ea..35a6092 100644 --- a/components/schemas/TokenType.yml +++ b/components/schemas/TokenType.yml @@ -1,3 +1,4 @@ +title: TokenType type: string enum: - native diff --git a/components/schemas/Trade.yml b/components/schemas/Trade.yml index 2fcdad9..bf801de 100644 --- a/components/schemas/Trade.yml +++ b/components/schemas/Trade.yml @@ -1,3 +1,4 @@ +title: Trade type: object properties: id: diff --git a/components/schemas/Transaction.yml b/components/schemas/Transaction.yml index 3f35eeb..ea8bb26 100644 --- a/components/schemas/Transaction.yml +++ b/components/schemas/Transaction.yml @@ -1,3 +1,4 @@ +title: Transaction properties: accountId: description: Source account - source of transaction(s) diff --git a/components/schemas/TransactionFeeEgldBlockchain.yml b/components/schemas/TransactionFeeEgldBlockchain.yml index ba4a9b9..e93661c 100644 --- a/components/schemas/TransactionFeeEgldBlockchain.yml +++ b/components/schemas/TransactionFeeEgldBlockchain.yml @@ -1,3 +1,4 @@ +title: TransactionFeeEgldBlockchain type: object properties: sender: diff --git a/components/schemas/TransactionFilter.yml b/components/schemas/TransactionFilter.yml index 8ea2475..4c9d73f 100644 --- a/components/schemas/TransactionFilter.yml +++ b/components/schemas/TransactionFilter.yml @@ -1,3 +1,4 @@ +title: TransactionFilter properties: id: description: Account ID - source of transaction(s). diff --git a/components/schemas/TransactionFilterCustomer.yml b/components/schemas/TransactionFilterCustomer.yml index 2b2ba81..9b7781d 100644 --- a/components/schemas/TransactionFilterCustomer.yml +++ b/components/schemas/TransactionFilterCustomer.yml @@ -1,3 +1,4 @@ +title: TransactionFilterCustomer properties: id: description: Customer internal ID to search for. diff --git a/components/schemas/TransactionFilterLedger.yml b/components/schemas/TransactionFilterLedger.yml index c20ebf3..1c28448 100644 --- a/components/schemas/TransactionFilterLedger.yml +++ b/components/schemas/TransactionFilterLedger.yml @@ -1,3 +1,4 @@ +title: TransactionFilterLedger properties: account: description: Source account - source of transaction(s). diff --git a/components/schemas/TransactionHash.yml b/components/schemas/TransactionHash.yml index f815822..7d71ea3 100644 --- a/components/schemas/TransactionHash.yml +++ b/components/schemas/TransactionHash.yml @@ -1,3 +1,4 @@ +title: TransactionHash type: object properties: txId: diff --git a/components/schemas/TransactionResult.yml b/components/schemas/TransactionResult.yml index 78a7925..fc2e7ce 100644 --- a/components/schemas/TransactionResult.yml +++ b/components/schemas/TransactionResult.yml @@ -1,3 +1,4 @@ +title: TransactionResult properties: reference: description: diff --git a/components/schemas/TransferAdaKMS.yml b/components/schemas/TransferAdaKMS.yml index 0f70222..39bf0a7 100644 --- a/components/schemas/TransferAdaKMS.yml +++ b/components/schemas/TransferAdaKMS.yml @@ -1,3 +1,4 @@ +title: TransferAdaKMS type: object properties: address: diff --git a/components/schemas/TransferAdaMnemonic.yml b/components/schemas/TransferAdaMnemonic.yml index 63e0329..f0d205d 100644 --- a/components/schemas/TransferAdaMnemonic.yml +++ b/components/schemas/TransferAdaMnemonic.yml @@ -1,3 +1,4 @@ +title: TransferAdaMnemonic type: object properties: address: diff --git a/components/schemas/TransferAlgo.yml b/components/schemas/TransferAlgo.yml index c7e3195..0456347 100644 --- a/components/schemas/TransferAlgo.yml +++ b/components/schemas/TransferAlgo.yml @@ -1,3 +1,4 @@ +title: TransferAlgo type: object properties: senderAccountId: diff --git a/components/schemas/TransferAlgoErc20.yml b/components/schemas/TransferAlgoErc20.yml index 359ce9c..dc6cdf1 100644 --- a/components/schemas/TransferAlgoErc20.yml +++ b/components/schemas/TransferAlgoErc20.yml @@ -1,3 +1,4 @@ +title: TransferAlgoErc20 type: object properties: senderAccountId: diff --git a/components/schemas/TransferAlgoKMS.yml b/components/schemas/TransferAlgoKMS.yml index 6f4abb7..52e3802 100644 --- a/components/schemas/TransferAlgoKMS.yml +++ b/components/schemas/TransferAlgoKMS.yml @@ -1,3 +1,4 @@ +title: TransferAlgoKMS type: object properties: senderAccountId: diff --git a/components/schemas/TransferAlgorandBlockchain.yml b/components/schemas/TransferAlgorandBlockchain.yml index d09c381..c613a9f 100644 --- a/components/schemas/TransferAlgorandBlockchain.yml +++ b/components/schemas/TransferAlgorandBlockchain.yml @@ -1,3 +1,4 @@ +title: TransferAlgorandBlockchain type: object properties: from: diff --git a/components/schemas/TransferAlgorandBlockchainKMS.yml b/components/schemas/TransferAlgorandBlockchainKMS.yml index db33fc9..2626125 100644 --- a/components/schemas/TransferAlgorandBlockchainKMS.yml +++ b/components/schemas/TransferAlgorandBlockchainKMS.yml @@ -1,3 +1,4 @@ +title: TransferAlgorandBlockchainKMS type: object properties: from: diff --git a/components/schemas/TransferBaseBlockchain.yml b/components/schemas/TransferBaseBlockchain.yml index 3325d03..bc45609 100644 --- a/components/schemas/TransferBaseBlockchain.yml +++ b/components/schemas/TransferBaseBlockchain.yml @@ -1,3 +1,4 @@ +title: TransferBaseBlockchain type: object properties: data: diff --git a/components/schemas/TransferBaseBlockchainKMS.yml b/components/schemas/TransferBaseBlockchainKMS.yml index bebed25..e1ae96c 100644 --- a/components/schemas/TransferBaseBlockchainKMS.yml +++ b/components/schemas/TransferBaseBlockchainKMS.yml @@ -1,3 +1,4 @@ +title: TransferBaseBlockchainKMS type: object properties: data: diff --git a/components/schemas/TransferBchKMS.yml b/components/schemas/TransferBchKMS.yml index 969aba7..45388cc 100644 --- a/components/schemas/TransferBchKMS.yml +++ b/components/schemas/TransferBchKMS.yml @@ -1,3 +1,4 @@ +title: TransferBchKMS properties: senderAccountId: description: Sender account ID diff --git a/components/schemas/TransferBchKeyPair.yml b/components/schemas/TransferBchKeyPair.yml index fdd75e2..5417877 100644 --- a/components/schemas/TransferBchKeyPair.yml +++ b/components/schemas/TransferBchKeyPair.yml @@ -1,3 +1,4 @@ +title: TransferBchKeyPair properties: senderAccountId: description: Sender account ID diff --git a/components/schemas/TransferBchMnemonic.yml b/components/schemas/TransferBchMnemonic.yml index 7f56265..9c55382 100644 --- a/components/schemas/TransferBchMnemonic.yml +++ b/components/schemas/TransferBchMnemonic.yml @@ -1,3 +1,4 @@ +title: TransferBchMnemonic properties: senderAccountId: description: Sender account ID diff --git a/components/schemas/TransferBep20Blockchain.yml b/components/schemas/TransferBep20Blockchain.yml index 907cb8f..e5f4d4a 100644 --- a/components/schemas/TransferBep20Blockchain.yml +++ b/components/schemas/TransferBep20Blockchain.yml @@ -1,3 +1,4 @@ +title: TransferBep20Blockchain type: object properties: to: diff --git a/components/schemas/TransferBep20BlockchainKMS.yml b/components/schemas/TransferBep20BlockchainKMS.yml index e9c615c..bfe7380 100644 --- a/components/schemas/TransferBep20BlockchainKMS.yml +++ b/components/schemas/TransferBep20BlockchainKMS.yml @@ -1,3 +1,4 @@ +title: TransferBep20BlockchainKMS type: object properties: to: diff --git a/components/schemas/TransferBnb.yml b/components/schemas/TransferBnb.yml index 41e7346..429344e 100644 --- a/components/schemas/TransferBnb.yml +++ b/components/schemas/TransferBnb.yml @@ -1,3 +1,4 @@ +title: TransferBnb type: object properties: senderAccountId: diff --git a/components/schemas/TransferBnbBlockchain.yml b/components/schemas/TransferBnbBlockchain.yml index 6fab7ac..75743d4 100644 --- a/components/schemas/TransferBnbBlockchain.yml +++ b/components/schemas/TransferBnbBlockchain.yml @@ -1,3 +1,4 @@ +title: TransferBnbBlockchain type: object properties: to: diff --git a/components/schemas/TransferBnbBlockchainKMS.yml b/components/schemas/TransferBnbBlockchainKMS.yml index c8f06a0..230b6ee 100644 --- a/components/schemas/TransferBnbBlockchainKMS.yml +++ b/components/schemas/TransferBnbBlockchainKMS.yml @@ -1,3 +1,4 @@ +title: TransferBnbBlockchainKMS type: object properties: to: diff --git a/components/schemas/TransferBnbKMS.yml b/components/schemas/TransferBnbKMS.yml index 3c182cb..9449be0 100644 --- a/components/schemas/TransferBnbKMS.yml +++ b/components/schemas/TransferBnbKMS.yml @@ -1,3 +1,4 @@ +title: TransferBnbKMS type: object properties: senderAccountId: diff --git a/components/schemas/TransferBsc.yml b/components/schemas/TransferBsc.yml index fe2cf7b..2fe2374 100644 --- a/components/schemas/TransferBsc.yml +++ b/components/schemas/TransferBsc.yml @@ -1,3 +1,4 @@ +title: TransferBsc type: object properties: nonce: diff --git a/components/schemas/TransferBscBlockchain.yml b/components/schemas/TransferBscBlockchain.yml index 22f42b8..f1b8416 100644 --- a/components/schemas/TransferBscBlockchain.yml +++ b/components/schemas/TransferBscBlockchain.yml @@ -1,3 +1,4 @@ +title: TransferBscBlockchain type: object properties: data: diff --git a/components/schemas/TransferBscBlockchainKMS.yml b/components/schemas/TransferBscBlockchainKMS.yml index 60777b8..f1f8cf8 100644 --- a/components/schemas/TransferBscBlockchainKMS.yml +++ b/components/schemas/TransferBscBlockchainKMS.yml @@ -1,3 +1,4 @@ +title: TransferBscBlockchainKMS type: object properties: data: diff --git a/components/schemas/TransferBscKMS.yml b/components/schemas/TransferBscKMS.yml index 6fd8667..2edf830 100644 --- a/components/schemas/TransferBscKMS.yml +++ b/components/schemas/TransferBscKMS.yml @@ -1,3 +1,4 @@ +title: TransferBscKMS type: object properties: nonce: diff --git a/components/schemas/TransferBscMnemonic.yml b/components/schemas/TransferBscMnemonic.yml index 1483bbe..35b7efa 100644 --- a/components/schemas/TransferBscMnemonic.yml +++ b/components/schemas/TransferBscMnemonic.yml @@ -1,3 +1,4 @@ +title: TransferBscMnemonic type: object properties: nonce: diff --git a/components/schemas/TransferBtcKMS.yml b/components/schemas/TransferBtcKMS.yml index dba9fc9..a596c03 100644 --- a/components/schemas/TransferBtcKMS.yml +++ b/components/schemas/TransferBtcKMS.yml @@ -1,3 +1,4 @@ +title: TransferBtcKMS properties: senderAccountId: description: Sender account ID diff --git a/components/schemas/TransferBtcKeyPair.yml b/components/schemas/TransferBtcKeyPair.yml index fcc0106..4eef18a 100644 --- a/components/schemas/TransferBtcKeyPair.yml +++ b/components/schemas/TransferBtcKeyPair.yml @@ -1,3 +1,4 @@ +title: TransferBtcKeyPair properties: senderAccountId: description: Sender account ID diff --git a/components/schemas/TransferBtcMnemonic.yml b/components/schemas/TransferBtcMnemonic.yml index 554034f..cb08478 100644 --- a/components/schemas/TransferBtcMnemonic.yml +++ b/components/schemas/TransferBtcMnemonic.yml @@ -1,3 +1,4 @@ +title: TransferBtcMnemonic properties: senderAccountId: description: Sender account ID diff --git a/components/schemas/TransferCelo.yml b/components/schemas/TransferCelo.yml index f98e106..74a7705 100644 --- a/components/schemas/TransferCelo.yml +++ b/components/schemas/TransferCelo.yml @@ -1,3 +1,4 @@ +title: TransferCelo type: object properties: nonce: diff --git a/components/schemas/TransferCeloBlockchain.yml b/components/schemas/TransferCeloBlockchain.yml index 56fa24e..49516ee 100644 --- a/components/schemas/TransferCeloBlockchain.yml +++ b/components/schemas/TransferCeloBlockchain.yml @@ -1,3 +1,4 @@ +title: TransferCeloBlockchain type: object properties: data: diff --git a/components/schemas/TransferCeloBlockchainKMS.yml b/components/schemas/TransferCeloBlockchainKMS.yml index 4d68ac5..e118c6a 100644 --- a/components/schemas/TransferCeloBlockchainKMS.yml +++ b/components/schemas/TransferCeloBlockchainKMS.yml @@ -1,3 +1,4 @@ +title: TransferCeloBlockchainKMS type: object properties: data: diff --git a/components/schemas/TransferCeloKMS.yml b/components/schemas/TransferCeloKMS.yml index 7475bdf..e2ffe07 100644 --- a/components/schemas/TransferCeloKMS.yml +++ b/components/schemas/TransferCeloKMS.yml @@ -1,3 +1,4 @@ +title: TransferCeloKMS type: object properties: nonce: diff --git a/components/schemas/TransferCeloMnemonic.yml b/components/schemas/TransferCeloMnemonic.yml index a08179f..0fa493b 100644 --- a/components/schemas/TransferCeloMnemonic.yml +++ b/components/schemas/TransferCeloMnemonic.yml @@ -1,3 +1,4 @@ +title: TransferCeloMnemonic type: object properties: nonce: diff --git a/components/schemas/TransferCronosBlockchain.yml b/components/schemas/TransferCronosBlockchain.yml index a5c2f0b..d6f5f49 100644 --- a/components/schemas/TransferCronosBlockchain.yml +++ b/components/schemas/TransferCronosBlockchain.yml @@ -1,3 +1,4 @@ +title: TransferCronosBlockchain type: object properties: data: diff --git a/components/schemas/TransferCronosBlockchainKMS.yml b/components/schemas/TransferCronosBlockchainKMS.yml index 19c7d3e..5a349a8 100644 --- a/components/schemas/TransferCronosBlockchainKMS.yml +++ b/components/schemas/TransferCronosBlockchainKMS.yml @@ -1,3 +1,4 @@ +title: TransferCronosBlockchainKMS type: object properties: data: diff --git a/components/schemas/TransferCustodialWallet.yml b/components/schemas/TransferCustodialWallet.yml index 43041a9..846dd6c 100644 --- a/components/schemas/TransferCustodialWallet.yml +++ b/components/schemas/TransferCustodialWallet.yml @@ -1,3 +1,4 @@ +title: TransferCustodialWallet type: object properties: chain: diff --git a/components/schemas/TransferCustodialWalletBatch.yml b/components/schemas/TransferCustodialWalletBatch.yml index 73e8b10..9f12722 100644 --- a/components/schemas/TransferCustodialWalletBatch.yml +++ b/components/schemas/TransferCustodialWalletBatch.yml @@ -1,3 +1,4 @@ +title: TransferCustodialWalletBatch type: object properties: chain: diff --git a/components/schemas/TransferCustodialWalletBatchCelo.yml b/components/schemas/TransferCustodialWalletBatchCelo.yml index 1dfaedd..a523ac3 100644 --- a/components/schemas/TransferCustodialWalletBatchCelo.yml +++ b/components/schemas/TransferCustodialWalletBatchCelo.yml @@ -1,3 +1,4 @@ +title: TransferCustodialWalletBatchCelo type: object properties: chain: diff --git a/components/schemas/TransferCustodialWalletBatchCeloKMS.yml b/components/schemas/TransferCustodialWalletBatchCeloKMS.yml index b562cee..a0c9651 100644 --- a/components/schemas/TransferCustodialWalletBatchCeloKMS.yml +++ b/components/schemas/TransferCustodialWalletBatchCeloKMS.yml @@ -1,3 +1,4 @@ +title: TransferCustodialWalletBatchCeloKMS type: object properties: chain: diff --git a/components/schemas/TransferCustodialWalletBatchKMS.yml b/components/schemas/TransferCustodialWalletBatchKMS.yml index 1fe6293..259b0cc 100644 --- a/components/schemas/TransferCustodialWalletBatchKMS.yml +++ b/components/schemas/TransferCustodialWalletBatchKMS.yml @@ -1,3 +1,4 @@ +title: TransferCustodialWalletBatchKMS type: object properties: chain: diff --git a/components/schemas/TransferCustodialWalletBatchTron.yml b/components/schemas/TransferCustodialWalletBatchTron.yml index 7bf9bdf..e92387c 100644 --- a/components/schemas/TransferCustodialWalletBatchTron.yml +++ b/components/schemas/TransferCustodialWalletBatchTron.yml @@ -1,3 +1,4 @@ +title: TransferCustodialWalletBatchTron type: object properties: chain: diff --git a/components/schemas/TransferCustodialWalletBatchTronKMS.yml b/components/schemas/TransferCustodialWalletBatchTronKMS.yml index 5ec2afa..95664d7 100644 --- a/components/schemas/TransferCustodialWalletBatchTronKMS.yml +++ b/components/schemas/TransferCustodialWalletBatchTronKMS.yml @@ -1,3 +1,4 @@ +title: TransferCustodialWalletBatchTronKMS type: object properties: chain: diff --git a/components/schemas/TransferCustodialWalletCelo.yml b/components/schemas/TransferCustodialWalletCelo.yml index e3f90ba..1e4d3fe 100644 --- a/components/schemas/TransferCustodialWalletCelo.yml +++ b/components/schemas/TransferCustodialWalletCelo.yml @@ -1,3 +1,4 @@ +title: TransferCustodialWalletCelo type: object properties: chain: diff --git a/components/schemas/TransferCustodialWalletCeloKMS.yml b/components/schemas/TransferCustodialWalletCeloKMS.yml index 6921110..cf11c1d 100644 --- a/components/schemas/TransferCustodialWalletCeloKMS.yml +++ b/components/schemas/TransferCustodialWalletCeloKMS.yml @@ -1,3 +1,4 @@ +title: TransferCustodialWalletCeloKMS type: object properties: chain: diff --git a/components/schemas/TransferCustodialWalletKMS.yml b/components/schemas/TransferCustodialWalletKMS.yml index cab1ab8..a2797ec 100644 --- a/components/schemas/TransferCustodialWalletKMS.yml +++ b/components/schemas/TransferCustodialWalletKMS.yml @@ -1,3 +1,4 @@ +title: TransferCustodialWalletKMS type: object properties: chain: diff --git a/components/schemas/TransferCustodialWalletTron.yml b/components/schemas/TransferCustodialWalletTron.yml index 092a497..9c1251a 100644 --- a/components/schemas/TransferCustodialWalletTron.yml +++ b/components/schemas/TransferCustodialWalletTron.yml @@ -1,3 +1,4 @@ +title: TransferCustodialWalletTron type: object properties: chain: diff --git a/components/schemas/TransferCustodialWalletTronKMS.yml b/components/schemas/TransferCustodialWalletTronKMS.yml index 93e6fda..016df44 100644 --- a/components/schemas/TransferCustodialWalletTronKMS.yml +++ b/components/schemas/TransferCustodialWalletTronKMS.yml @@ -1,3 +1,4 @@ +title: TransferCustodialWalletTronKMS type: object properties: chain: diff --git a/components/schemas/TransferDogeKMS.yml b/components/schemas/TransferDogeKMS.yml index 4057993..616a857 100644 --- a/components/schemas/TransferDogeKMS.yml +++ b/components/schemas/TransferDogeKMS.yml @@ -1,3 +1,4 @@ +title: TransferDogeKMS properties: senderAccountId: description: Sender account ID diff --git a/components/schemas/TransferDogeKeyPair.yml b/components/schemas/TransferDogeKeyPair.yml index 11c56ae..9fbdbfb 100644 --- a/components/schemas/TransferDogeKeyPair.yml +++ b/components/schemas/TransferDogeKeyPair.yml @@ -1,3 +1,4 @@ +title: TransferDogeKeyPair properties: senderAccountId: description: Sender account ID diff --git a/components/schemas/TransferDogeMnemonic.yml b/components/schemas/TransferDogeMnemonic.yml index eaa94a5..85924a4 100644 --- a/components/schemas/TransferDogeMnemonic.yml +++ b/components/schemas/TransferDogeMnemonic.yml @@ -1,3 +1,4 @@ +title: TransferDogeMnemonic properties: senderAccountId: description: Sender account ID diff --git a/components/schemas/TransferEgldBlockchain.yml b/components/schemas/TransferEgldBlockchain.yml index b7639a6..b6d3131 100644 --- a/components/schemas/TransferEgldBlockchain.yml +++ b/components/schemas/TransferEgldBlockchain.yml @@ -1,3 +1,4 @@ +title: TransferEgldBlockchain type: object properties: from: diff --git a/components/schemas/TransferEgldBlockchainKMS.yml b/components/schemas/TransferEgldBlockchainKMS.yml index e224c63..13c170c 100644 --- a/components/schemas/TransferEgldBlockchainKMS.yml +++ b/components/schemas/TransferEgldBlockchainKMS.yml @@ -1,3 +1,4 @@ +title: TransferEgldBlockchainKMS type: object properties: from: diff --git a/components/schemas/TransferErc20.yml b/components/schemas/TransferErc20.yml index 146105b..6fd2154 100644 --- a/components/schemas/TransferErc20.yml +++ b/components/schemas/TransferErc20.yml @@ -1,3 +1,4 @@ +title: TransferErc20 type: object properties: senderAccountId: diff --git a/components/schemas/TransferErc20Blockchain.yml b/components/schemas/TransferErc20Blockchain.yml index fff8f23..4c44da2 100644 --- a/components/schemas/TransferErc20Blockchain.yml +++ b/components/schemas/TransferErc20Blockchain.yml @@ -1,3 +1,4 @@ +title: TransferErc20Blockchain type: object properties: to: diff --git a/components/schemas/TransferErc20BlockchainKMS.yml b/components/schemas/TransferErc20BlockchainKMS.yml index f34800e..8fa53a7 100644 --- a/components/schemas/TransferErc20BlockchainKMS.yml +++ b/components/schemas/TransferErc20BlockchainKMS.yml @@ -1,3 +1,4 @@ +title: TransferErc20BlockchainKMS type: object properties: to: diff --git a/components/schemas/TransferErc20Celo.yml b/components/schemas/TransferErc20Celo.yml index 23a4882..80aa0ac 100644 --- a/components/schemas/TransferErc20Celo.yml +++ b/components/schemas/TransferErc20Celo.yml @@ -1,3 +1,4 @@ +title: TransferErc20Celo type: object properties: to: diff --git a/components/schemas/TransferErc20CeloKMS.yml b/components/schemas/TransferErc20CeloKMS.yml index 4be77c2..7884e22 100644 --- a/components/schemas/TransferErc20CeloKMS.yml +++ b/components/schemas/TransferErc20CeloKMS.yml @@ -1,3 +1,4 @@ +title: TransferErc20CeloKMS type: object properties: to: diff --git a/components/schemas/TransferErc20KMS.yml b/components/schemas/TransferErc20KMS.yml index 5403b75..843db4b 100644 --- a/components/schemas/TransferErc20KMS.yml +++ b/components/schemas/TransferErc20KMS.yml @@ -1,3 +1,4 @@ +title: TransferErc20KMS type: object properties: senderAccountId: diff --git a/components/schemas/TransferErc20Mnemonic.yml b/components/schemas/TransferErc20Mnemonic.yml index f8f26b1..66d5fac 100644 --- a/components/schemas/TransferErc20Mnemonic.yml +++ b/components/schemas/TransferErc20Mnemonic.yml @@ -1,3 +1,4 @@ +title: TransferErc20Mnemonic type: object properties: senderAccountId: diff --git a/components/schemas/TransferErc721.yml b/components/schemas/TransferErc721.yml index 001b263..7754ae8 100644 --- a/components/schemas/TransferErc721.yml +++ b/components/schemas/TransferErc721.yml @@ -1,3 +1,4 @@ +title: TransferErc721 type: object properties: to: diff --git a/components/schemas/TransferErc721Celo.yml b/components/schemas/TransferErc721Celo.yml index c489e82..48ad53a 100644 --- a/components/schemas/TransferErc721Celo.yml +++ b/components/schemas/TransferErc721Celo.yml @@ -1,3 +1,4 @@ +title: TransferErc721Celo type: object properties: to: diff --git a/components/schemas/TransferErc721KMS.yml b/components/schemas/TransferErc721KMS.yml index 938bc41..8d7e51f 100644 --- a/components/schemas/TransferErc721KMS.yml +++ b/components/schemas/TransferErc721KMS.yml @@ -1,3 +1,4 @@ +title: TransferErc721KMS type: object properties: to: diff --git a/components/schemas/TransferErc721KMSCelo.yml b/components/schemas/TransferErc721KMSCelo.yml index baadd3d..706e35f 100644 --- a/components/schemas/TransferErc721KMSCelo.yml +++ b/components/schemas/TransferErc721KMSCelo.yml @@ -1,3 +1,4 @@ +title: TransferErc721KMSCelo type: object properties: to: diff --git a/components/schemas/TransferEth.yml b/components/schemas/TransferEth.yml index a27ed6f..4b74110 100644 --- a/components/schemas/TransferEth.yml +++ b/components/schemas/TransferEth.yml @@ -1,3 +1,4 @@ +title: TransferEth type: object properties: nonce: diff --git a/components/schemas/TransferEthBlockchain.yml b/components/schemas/TransferEthBlockchain.yml index 5333498..0056a37 100644 --- a/components/schemas/TransferEthBlockchain.yml +++ b/components/schemas/TransferEthBlockchain.yml @@ -1,3 +1,4 @@ +title: TransferEthBlockchain type: object properties: to: diff --git a/components/schemas/TransferEthBlockchainKMS.yml b/components/schemas/TransferEthBlockchainKMS.yml index 2ae7ea2..6fed8d0 100644 --- a/components/schemas/TransferEthBlockchainKMS.yml +++ b/components/schemas/TransferEthBlockchainKMS.yml @@ -1,3 +1,4 @@ +title: TransferEthBlockchainKMS type: object properties: to: diff --git a/components/schemas/TransferEthKMS.yml b/components/schemas/TransferEthKMS.yml index 623f921..c67abcb 100644 --- a/components/schemas/TransferEthKMS.yml +++ b/components/schemas/TransferEthKMS.yml @@ -1,3 +1,4 @@ +title: TransferEthKMS type: object properties: nonce: diff --git a/components/schemas/TransferEthMnemonic.yml b/components/schemas/TransferEthMnemonic.yml index 48f3f9f..74cc3aa 100644 --- a/components/schemas/TransferEthMnemonic.yml +++ b/components/schemas/TransferEthMnemonic.yml @@ -1,3 +1,4 @@ +title: TransferEthMnemonic type: object properties: nonce: diff --git a/components/schemas/TransferFlareBlockchain.yml b/components/schemas/TransferFlareBlockchain.yml index 881fc9e..9036c5b 100644 --- a/components/schemas/TransferFlareBlockchain.yml +++ b/components/schemas/TransferFlareBlockchain.yml @@ -1,3 +1,4 @@ +title: TransferFlareBlockchain type: object properties: data: diff --git a/components/schemas/TransferFlareBlockchainKMS.yml b/components/schemas/TransferFlareBlockchainKMS.yml index b155333..fd2fbe1 100644 --- a/components/schemas/TransferFlareBlockchainKMS.yml +++ b/components/schemas/TransferFlareBlockchainKMS.yml @@ -1,3 +1,4 @@ +title: TransferFlareBlockchainKMS type: object properties: data: diff --git a/components/schemas/TransferFlowKMS.yml b/components/schemas/TransferFlowKMS.yml index 643e26a..8178f1a 100644 --- a/components/schemas/TransferFlowKMS.yml +++ b/components/schemas/TransferFlowKMS.yml @@ -1,3 +1,4 @@ +title: TransferFlowKMS type: object properties: senderAccountId: diff --git a/components/schemas/TransferFlowMnemonic.yml b/components/schemas/TransferFlowMnemonic.yml index 09fc3f3..4912a91 100644 --- a/components/schemas/TransferFlowMnemonic.yml +++ b/components/schemas/TransferFlowMnemonic.yml @@ -1,3 +1,4 @@ +title: TransferFlowMnemonic type: object properties: senderAccountId: diff --git a/components/schemas/TransferFlowPK.yml b/components/schemas/TransferFlowPK.yml index dc40494..7e1dce5 100644 --- a/components/schemas/TransferFlowPK.yml +++ b/components/schemas/TransferFlowPK.yml @@ -1,3 +1,4 @@ +title: TransferFlowPK type: object properties: senderAccountId: diff --git a/components/schemas/TransferKCS.yml b/components/schemas/TransferKCS.yml index 3c126ca..08324a2 100644 --- a/components/schemas/TransferKCS.yml +++ b/components/schemas/TransferKCS.yml @@ -1,3 +1,4 @@ +title: TransferKCS type: object properties: nonce: diff --git a/components/schemas/TransferKCSKMS.yml b/components/schemas/TransferKCSKMS.yml index ae8e14c..af1ecd5 100644 --- a/components/schemas/TransferKCSKMS.yml +++ b/components/schemas/TransferKCSKMS.yml @@ -1,3 +1,4 @@ +title: TransferKCSKMS type: object properties: nonce: diff --git a/components/schemas/TransferKCSMnemonic.yml b/components/schemas/TransferKCSMnemonic.yml index 3b12615..2beb8bd 100644 --- a/components/schemas/TransferKCSMnemonic.yml +++ b/components/schemas/TransferKCSMnemonic.yml @@ -1,3 +1,4 @@ +title: TransferKCSMnemonic type: object properties: nonce: diff --git a/components/schemas/TransferKcsBlockchain.yml b/components/schemas/TransferKcsBlockchain.yml index f7400ac..55d2797 100644 --- a/components/schemas/TransferKcsBlockchain.yml +++ b/components/schemas/TransferKcsBlockchain.yml @@ -1,3 +1,4 @@ +title: TransferKcsBlockchain type: object properties: data: diff --git a/components/schemas/TransferKcsBlockchainKMS.yml b/components/schemas/TransferKcsBlockchainKMS.yml index 2a951c5..8c3c59a 100644 --- a/components/schemas/TransferKcsBlockchainKMS.yml +++ b/components/schemas/TransferKcsBlockchainKMS.yml @@ -1,3 +1,4 @@ +title: TransferKcsBlockchainKMS type: object properties: data: diff --git a/components/schemas/TransferKlay20Blockchain.yml b/components/schemas/TransferKlay20Blockchain.yml index 2d9ba3e..af9a35e 100644 --- a/components/schemas/TransferKlay20Blockchain.yml +++ b/components/schemas/TransferKlay20Blockchain.yml @@ -1,3 +1,4 @@ +title: TransferKlay20Blockchain type: object properties: to: diff --git a/components/schemas/TransferKlaytnBlockchain.yml b/components/schemas/TransferKlaytnBlockchain.yml index a94473d..9849d2e 100644 --- a/components/schemas/TransferKlaytnBlockchain.yml +++ b/components/schemas/TransferKlaytnBlockchain.yml @@ -1,3 +1,4 @@ +title: TransferKlaytnBlockchain type: object properties: data: diff --git a/components/schemas/TransferKlaytnBlockchainKMS.yml b/components/schemas/TransferKlaytnBlockchainKMS.yml index 5a1177e..231c03c 100644 --- a/components/schemas/TransferKlaytnBlockchainKMS.yml +++ b/components/schemas/TransferKlaytnBlockchainKMS.yml @@ -1,3 +1,4 @@ +title: TransferKlaytnBlockchainKMS type: object properties: data: diff --git a/components/schemas/TransferLtcKMS.yml b/components/schemas/TransferLtcKMS.yml index 00b1641..8489b3f 100644 --- a/components/schemas/TransferLtcKMS.yml +++ b/components/schemas/TransferLtcKMS.yml @@ -1,3 +1,4 @@ +title: TransferLtcKMS properties: senderAccountId: description: Sender account ID diff --git a/components/schemas/TransferLtcKeyPair.yml b/components/schemas/TransferLtcKeyPair.yml index d01169c..f919098 100644 --- a/components/schemas/TransferLtcKeyPair.yml +++ b/components/schemas/TransferLtcKeyPair.yml @@ -1,3 +1,4 @@ +title: TransferLtcKeyPair properties: senderAccountId: description: Sender account ID diff --git a/components/schemas/TransferLtcMnemonic.yml b/components/schemas/TransferLtcMnemonic.yml index 54f0458..25fda52 100644 --- a/components/schemas/TransferLtcMnemonic.yml +++ b/components/schemas/TransferLtcMnemonic.yml @@ -1,3 +1,4 @@ +title: TransferLtcMnemonic properties: senderAccountId: description: Sender account ID diff --git a/components/schemas/TransferManagedAddress.yml b/components/schemas/TransferManagedAddress.yml index cde938f..c349f81 100644 --- a/components/schemas/TransferManagedAddress.yml +++ b/components/schemas/TransferManagedAddress.yml @@ -1,3 +1,4 @@ +title: TransferManagedAddress type: object properties: chain: diff --git a/components/schemas/TransferMultiToken.yml b/components/schemas/TransferMultiToken.yml index 1c1b8eb..07b2729 100644 --- a/components/schemas/TransferMultiToken.yml +++ b/components/schemas/TransferMultiToken.yml @@ -1,3 +1,4 @@ +title: TransferMultiToken type: object properties: chain: diff --git a/components/schemas/TransferMultiTokenBatch.yml b/components/schemas/TransferMultiTokenBatch.yml index fcce549..94db45d 100644 --- a/components/schemas/TransferMultiTokenBatch.yml +++ b/components/schemas/TransferMultiTokenBatch.yml @@ -1,3 +1,4 @@ +title: TransferMultiTokenBatch type: object properties: chain: diff --git a/components/schemas/TransferMultiTokenBatchCelo.yml b/components/schemas/TransferMultiTokenBatchCelo.yml index b8c895f..0a163db 100644 --- a/components/schemas/TransferMultiTokenBatchCelo.yml +++ b/components/schemas/TransferMultiTokenBatchCelo.yml @@ -1,3 +1,4 @@ +title: TransferMultiTokenBatchCelo type: object properties: chain: diff --git a/components/schemas/TransferMultiTokenBatchKMS.yml b/components/schemas/TransferMultiTokenBatchKMS.yml index da8c7f0..5596ef6 100644 --- a/components/schemas/TransferMultiTokenBatchKMS.yml +++ b/components/schemas/TransferMultiTokenBatchKMS.yml @@ -1,3 +1,4 @@ +title: TransferMultiTokenBatchKMS type: object properties: chain: diff --git a/components/schemas/TransferMultiTokenBatchKMSCelo.yml b/components/schemas/TransferMultiTokenBatchKMSCelo.yml index 6493a3e..498d690 100644 --- a/components/schemas/TransferMultiTokenBatchKMSCelo.yml +++ b/components/schemas/TransferMultiTokenBatchKMSCelo.yml @@ -1,3 +1,4 @@ +title: TransferMultiTokenBatchKMSCelo type: object properties: chain: diff --git a/components/schemas/TransferMultiTokenCelo.yml b/components/schemas/TransferMultiTokenCelo.yml index de80954..3c6b448 100644 --- a/components/schemas/TransferMultiTokenCelo.yml +++ b/components/schemas/TransferMultiTokenCelo.yml @@ -1,3 +1,4 @@ +title: TransferMultiTokenCelo type: object properties: chain: diff --git a/components/schemas/TransferMultiTokenKMS.yml b/components/schemas/TransferMultiTokenKMS.yml index 6376da6..3370bde 100644 --- a/components/schemas/TransferMultiTokenKMS.yml +++ b/components/schemas/TransferMultiTokenKMS.yml @@ -1,3 +1,4 @@ +title: TransferMultiTokenKMS type: object properties: chain: diff --git a/components/schemas/TransferMultiTokenKMSCelo.yml b/components/schemas/TransferMultiTokenKMSCelo.yml index 7f48dfc..e503ad4 100644 --- a/components/schemas/TransferMultiTokenKMSCelo.yml +++ b/components/schemas/TransferMultiTokenKMSCelo.yml @@ -1,3 +1,4 @@ +title: TransferMultiTokenKMSCelo type: object properties: chain: diff --git a/components/schemas/TransferNft.yml b/components/schemas/TransferNft.yml index 199335b..b88fcdf 100644 --- a/components/schemas/TransferNft.yml +++ b/components/schemas/TransferNft.yml @@ -1,3 +1,4 @@ +title: TransferNft type: object properties: chain: diff --git a/components/schemas/TransferNftAlgo.yml b/components/schemas/TransferNftAlgo.yml index 0cbbbd9..195be59 100644 --- a/components/schemas/TransferNftAlgo.yml +++ b/components/schemas/TransferNftAlgo.yml @@ -1,3 +1,4 @@ +title: TransferNftAlgo type: object properties: chain: diff --git a/components/schemas/TransferNftAlgoExpress.yml b/components/schemas/TransferNftAlgoExpress.yml index aeb1c4a..449c093 100644 --- a/components/schemas/TransferNftAlgoExpress.yml +++ b/components/schemas/TransferNftAlgoExpress.yml @@ -1,3 +1,4 @@ +title: TransferNftAlgoExpress type: object properties: chain: diff --git a/components/schemas/TransferNftAlgoKMS.yml b/components/schemas/TransferNftAlgoKMS.yml index fcfddb6..bd37139 100644 --- a/components/schemas/TransferNftAlgoKMS.yml +++ b/components/schemas/TransferNftAlgoKMS.yml @@ -1,3 +1,4 @@ +title: TransferNftAlgoKMS type: object properties: chain: diff --git a/components/schemas/TransferNftCelo.yml b/components/schemas/TransferNftCelo.yml index eb0f9a1..6a65251 100644 --- a/components/schemas/TransferNftCelo.yml +++ b/components/schemas/TransferNftCelo.yml @@ -1,3 +1,4 @@ +title: TransferNftCelo type: object properties: chain: diff --git a/components/schemas/TransferNftFlowKMS.yml b/components/schemas/TransferNftFlowKMS.yml index 310571c..8235f65 100644 --- a/components/schemas/TransferNftFlowKMS.yml +++ b/components/schemas/TransferNftFlowKMS.yml @@ -1,3 +1,4 @@ +title: TransferNftFlowKMS type: object properties: chain: diff --git a/components/schemas/TransferNftFlowMnemonic.yml b/components/schemas/TransferNftFlowMnemonic.yml index 8b61ee9..91c51b3 100644 --- a/components/schemas/TransferNftFlowMnemonic.yml +++ b/components/schemas/TransferNftFlowMnemonic.yml @@ -1,3 +1,4 @@ +title: TransferNftFlowMnemonic type: object properties: chain: diff --git a/components/schemas/TransferNftFlowPK.yml b/components/schemas/TransferNftFlowPK.yml index 6e84c7c..80cd46f 100644 --- a/components/schemas/TransferNftFlowPK.yml +++ b/components/schemas/TransferNftFlowPK.yml @@ -1,3 +1,4 @@ +title: TransferNftFlowPK type: object properties: chain: diff --git a/components/schemas/TransferNftKMS.yml b/components/schemas/TransferNftKMS.yml index 604998f..b9b72a8 100644 --- a/components/schemas/TransferNftKMS.yml +++ b/components/schemas/TransferNftKMS.yml @@ -1,3 +1,4 @@ +title: TransferNftKMS type: object properties: chain: diff --git a/components/schemas/TransferNftKMSCelo.yml b/components/schemas/TransferNftKMSCelo.yml index e6af5db..a82b230 100644 --- a/components/schemas/TransferNftKMSCelo.yml +++ b/components/schemas/TransferNftKMSCelo.yml @@ -1,3 +1,4 @@ +title: TransferNftKMSCelo type: object properties: chain: diff --git a/components/schemas/TransferNftKMSTron.yml b/components/schemas/TransferNftKMSTron.yml index e92d959..8365be7 100644 --- a/components/schemas/TransferNftKMSTron.yml +++ b/components/schemas/TransferNftKMSTron.yml @@ -1,3 +1,4 @@ +title: TransferNftKMSTron type: object properties: chain: diff --git a/components/schemas/TransferNftSolana.yml b/components/schemas/TransferNftSolana.yml index ca84386..4cc7a67 100644 --- a/components/schemas/TransferNftSolana.yml +++ b/components/schemas/TransferNftSolana.yml @@ -1,3 +1,4 @@ +title: TransferNftSolana type: object properties: chain: diff --git a/components/schemas/TransferNftSolanaKMS.yml b/components/schemas/TransferNftSolanaKMS.yml index 16ee662..65317b5 100644 --- a/components/schemas/TransferNftSolanaKMS.yml +++ b/components/schemas/TransferNftSolanaKMS.yml @@ -1,3 +1,4 @@ +title: TransferNftSolanaKMS type: object properties: chain: diff --git a/components/schemas/TransferNftTezos.yml b/components/schemas/TransferNftTezos.yml index f6dccfb..3777ce3 100644 --- a/components/schemas/TransferNftTezos.yml +++ b/components/schemas/TransferNftTezos.yml @@ -1,3 +1,4 @@ +title: TransferNftTezos type: object properties: chain: diff --git a/components/schemas/TransferNftTron.yml b/components/schemas/TransferNftTron.yml index 93097ab..5119ba1 100644 --- a/components/schemas/TransferNftTron.yml +++ b/components/schemas/TransferNftTron.yml @@ -1,3 +1,4 @@ +title: TransferNftTron type: object properties: chain: diff --git a/components/schemas/TransferOneBlockchain.yml b/components/schemas/TransferOneBlockchain.yml index 2c2d01b..22e7c0b 100644 --- a/components/schemas/TransferOneBlockchain.yml +++ b/components/schemas/TransferOneBlockchain.yml @@ -1,3 +1,4 @@ +title: TransferOneBlockchain type: object properties: amount: diff --git a/components/schemas/TransferOneBlockchainKMS.yml b/components/schemas/TransferOneBlockchainKMS.yml index 1e04c44..a15a9c2 100644 --- a/components/schemas/TransferOneBlockchainKMS.yml +++ b/components/schemas/TransferOneBlockchainKMS.yml @@ -1,3 +1,4 @@ +title: TransferOneBlockchainKMS type: object properties: amount: diff --git a/components/schemas/TransferPolygonBlockchain.yml b/components/schemas/TransferPolygonBlockchain.yml index 9079c82..07a0c04 100644 --- a/components/schemas/TransferPolygonBlockchain.yml +++ b/components/schemas/TransferPolygonBlockchain.yml @@ -1,3 +1,4 @@ +title: TransferPolygonBlockchain type: object properties: data: diff --git a/components/schemas/TransferPolygonBlockchainKMS.yml b/components/schemas/TransferPolygonBlockchainKMS.yml index ccbdc63..e293ad6 100644 --- a/components/schemas/TransferPolygonBlockchainKMS.yml +++ b/components/schemas/TransferPolygonBlockchainKMS.yml @@ -1,3 +1,4 @@ +title: TransferPolygonBlockchainKMS type: object properties: data: diff --git a/components/schemas/TransferSol.yml b/components/schemas/TransferSol.yml index d8c78be..8722972 100644 --- a/components/schemas/TransferSol.yml +++ b/components/schemas/TransferSol.yml @@ -1,3 +1,4 @@ +title: TransferSol type: object properties: senderAccountId: diff --git a/components/schemas/TransferSolKMS.yml b/components/schemas/TransferSolKMS.yml index 9da3097..83bfa2e 100644 --- a/components/schemas/TransferSolKMS.yml +++ b/components/schemas/TransferSolKMS.yml @@ -1,3 +1,4 @@ +title: TransferSolKMS type: object properties: senderAccountId: diff --git a/components/schemas/TransferSolanaBlockchain.yml b/components/schemas/TransferSolanaBlockchain.yml index 74cce7d..ae5a5aa 100644 --- a/components/schemas/TransferSolanaBlockchain.yml +++ b/components/schemas/TransferSolanaBlockchain.yml @@ -1,3 +1,4 @@ +title: TransferSolanaBlockchain type: object properties: from: diff --git a/components/schemas/TransferSolanaBlockchainKMS.yml b/components/schemas/TransferSolanaBlockchainKMS.yml index 6bceeb8..294069c 100644 --- a/components/schemas/TransferSolanaBlockchainKMS.yml +++ b/components/schemas/TransferSolanaBlockchainKMS.yml @@ -1,3 +1,4 @@ +title: TransferSolanaBlockchainKMS type: object properties: from: diff --git a/components/schemas/TransferTron.yml b/components/schemas/TransferTron.yml index 035e4a4..be8c9c0 100644 --- a/components/schemas/TransferTron.yml +++ b/components/schemas/TransferTron.yml @@ -1,3 +1,4 @@ +title: TransferTron type: object properties: address: diff --git a/components/schemas/TransferTronBlockchain.yml b/components/schemas/TransferTronBlockchain.yml index dae1f3b..fe556ea 100644 --- a/components/schemas/TransferTronBlockchain.yml +++ b/components/schemas/TransferTronBlockchain.yml @@ -1,3 +1,4 @@ +title: TransferTronBlockchain type: object properties: fromPrivateKey: diff --git a/components/schemas/TransferTronBlockchainKMS.yml b/components/schemas/TransferTronBlockchainKMS.yml index 0419e01..7192c31 100644 --- a/components/schemas/TransferTronBlockchainKMS.yml +++ b/components/schemas/TransferTronBlockchainKMS.yml @@ -1,3 +1,4 @@ +title: TransferTronBlockchainKMS type: object properties: from: diff --git a/components/schemas/TransferTronKMS.yml b/components/schemas/TransferTronKMS.yml index a6e2c38..2c9f14c 100644 --- a/components/schemas/TransferTronKMS.yml +++ b/components/schemas/TransferTronKMS.yml @@ -1,3 +1,4 @@ +title: TransferTronKMS type: object properties: address: diff --git a/components/schemas/TransferTronMnemonic.yml b/components/schemas/TransferTronMnemonic.yml index 74c3218..498d461 100644 --- a/components/schemas/TransferTronMnemonic.yml +++ b/components/schemas/TransferTronMnemonic.yml @@ -1,3 +1,4 @@ +title: TransferTronMnemonic type: object properties: address: diff --git a/components/schemas/TransferTronTrc10Blockchain.yml b/components/schemas/TransferTronTrc10Blockchain.yml index 65c6fb4..30a7a32 100644 --- a/components/schemas/TransferTronTrc10Blockchain.yml +++ b/components/schemas/TransferTronTrc10Blockchain.yml @@ -1,3 +1,4 @@ +title: TransferTronTrc10Blockchain type: object properties: fromPrivateKey: diff --git a/components/schemas/TransferTronTrc10BlockchainKMS.yml b/components/schemas/TransferTronTrc10BlockchainKMS.yml index 6781847..32db77a 100644 --- a/components/schemas/TransferTronTrc10BlockchainKMS.yml +++ b/components/schemas/TransferTronTrc10BlockchainKMS.yml @@ -1,3 +1,4 @@ +title: TransferTronTrc10BlockchainKMS type: object properties: from: diff --git a/components/schemas/TransferTronTrc20Blockchain.yml b/components/schemas/TransferTronTrc20Blockchain.yml index a44043d..9af93f3 100644 --- a/components/schemas/TransferTronTrc20Blockchain.yml +++ b/components/schemas/TransferTronTrc20Blockchain.yml @@ -1,3 +1,4 @@ +title: TransferTronTrc20Blockchain type: object properties: fromPrivateKey: diff --git a/components/schemas/TransferTronTrc20BlockchainKMS.yml b/components/schemas/TransferTronTrc20BlockchainKMS.yml index 7ff0d1f..d084f1e 100644 --- a/components/schemas/TransferTronTrc20BlockchainKMS.yml +++ b/components/schemas/TransferTronTrc20BlockchainKMS.yml @@ -1,3 +1,4 @@ +title: TransferTronTrc20BlockchainKMS type: object properties: from: diff --git a/components/schemas/TransferVetBlockchain.yml b/components/schemas/TransferVetBlockchain.yml index 09b2658..9bf9c01 100644 --- a/components/schemas/TransferVetBlockchain.yml +++ b/components/schemas/TransferVetBlockchain.yml @@ -1,3 +1,4 @@ +title: TransferVetBlockchain type: object properties: to: diff --git a/components/schemas/TransferVetBlockchainKMS.yml b/components/schemas/TransferVetBlockchainKMS.yml index 746d85d..9f95f94 100644 --- a/components/schemas/TransferVetBlockchainKMS.yml +++ b/components/schemas/TransferVetBlockchainKMS.yml @@ -1,3 +1,4 @@ +title: TransferVetBlockchainKMS type: object properties: to: diff --git a/components/schemas/TransferXdcBlockchain.yml b/components/schemas/TransferXdcBlockchain.yml index 16c48d3..2a10e26 100644 --- a/components/schemas/TransferXdcBlockchain.yml +++ b/components/schemas/TransferXdcBlockchain.yml @@ -1,3 +1,4 @@ +title: TransferXdcBlockchain type: object properties: data: diff --git a/components/schemas/TransferXdcBlockchainKMS.yml b/components/schemas/TransferXdcBlockchainKMS.yml index d41ffba..5784ef4 100644 --- a/components/schemas/TransferXdcBlockchainKMS.yml +++ b/components/schemas/TransferXdcBlockchainKMS.yml @@ -1,3 +1,4 @@ +title: TransferXdcBlockchainKMS type: object properties: data: diff --git a/components/schemas/TransferXlm.yml b/components/schemas/TransferXlm.yml index 356a5db..a15e3b8 100644 --- a/components/schemas/TransferXlm.yml +++ b/components/schemas/TransferXlm.yml @@ -1,3 +1,4 @@ +title: TransferXlm type: object properties: senderAccountId: diff --git a/components/schemas/TransferXlmBlockchain.yml b/components/schemas/TransferXlmBlockchain.yml index 0f4e9c6..2c551e6 100644 --- a/components/schemas/TransferXlmBlockchain.yml +++ b/components/schemas/TransferXlmBlockchain.yml @@ -1,3 +1,4 @@ +title: TransferXlmBlockchain type: object properties: fromAccount: diff --git a/components/schemas/TransferXlmBlockchainAsset.yml b/components/schemas/TransferXlmBlockchainAsset.yml index 7d6f8d5..414ecec 100644 --- a/components/schemas/TransferXlmBlockchainAsset.yml +++ b/components/schemas/TransferXlmBlockchainAsset.yml @@ -1,3 +1,4 @@ +title: TransferXlmBlockchainAsset type: object properties: fromAccount: diff --git a/components/schemas/TransferXlmBlockchainKMS.yml b/components/schemas/TransferXlmBlockchainKMS.yml index 870ef97..a4d436d 100644 --- a/components/schemas/TransferXlmBlockchainKMS.yml +++ b/components/schemas/TransferXlmBlockchainKMS.yml @@ -1,3 +1,4 @@ +title: TransferXlmBlockchainKMS type: object properties: fromAccount: diff --git a/components/schemas/TransferXlmBlockchainKMSAsset.yml b/components/schemas/TransferXlmBlockchainKMSAsset.yml index e368a7f..422dbf5 100644 --- a/components/schemas/TransferXlmBlockchainKMSAsset.yml +++ b/components/schemas/TransferXlmBlockchainKMSAsset.yml @@ -1,3 +1,4 @@ +title: TransferXlmBlockchainKMSAsset type: object properties: fromAccount: diff --git a/components/schemas/TransferXlmKMS.yml b/components/schemas/TransferXlmKMS.yml index 9b8dafd..ac03008 100644 --- a/components/schemas/TransferXlmKMS.yml +++ b/components/schemas/TransferXlmKMS.yml @@ -1,3 +1,4 @@ +title: TransferXlmKMS type: object properties: senderAccountId: diff --git a/components/schemas/TransferXrp.yml b/components/schemas/TransferXrp.yml index 745c20e..efcd5b1 100644 --- a/components/schemas/TransferXrp.yml +++ b/components/schemas/TransferXrp.yml @@ -1,3 +1,4 @@ +title: TransferXrp type: object properties: senderAccountId: diff --git a/components/schemas/TransferXrpBlockchain.yml b/components/schemas/TransferXrpBlockchain.yml index 5353202..b60435e 100644 --- a/components/schemas/TransferXrpBlockchain.yml +++ b/components/schemas/TransferXrpBlockchain.yml @@ -1,3 +1,4 @@ +title: TransferXrpBlockchain type: object properties: fromAccount: diff --git a/components/schemas/TransferXrpBlockchainAsset.yml b/components/schemas/TransferXrpBlockchainAsset.yml index 1824ef9..9c07fd4 100644 --- a/components/schemas/TransferXrpBlockchainAsset.yml +++ b/components/schemas/TransferXrpBlockchainAsset.yml @@ -1,3 +1,4 @@ +title: TransferXrpBlockchainAsset type: object properties: fromAccount: diff --git a/components/schemas/TransferXrpBlockchainAssetKMS.yml b/components/schemas/TransferXrpBlockchainAssetKMS.yml index 4ed9e34..0ad670f 100644 --- a/components/schemas/TransferXrpBlockchainAssetKMS.yml +++ b/components/schemas/TransferXrpBlockchainAssetKMS.yml @@ -1,3 +1,4 @@ +title: TransferXrpBlockchainAssetKMS type: object properties: fromAccount: diff --git a/components/schemas/TransferXrpBlockchainKMS.yml b/components/schemas/TransferXrpBlockchainKMS.yml index d73500c..5f55a53 100644 --- a/components/schemas/TransferXrpBlockchainKMS.yml +++ b/components/schemas/TransferXrpBlockchainKMS.yml @@ -1,3 +1,4 @@ +title: TransferXrpBlockchainKMS type: object properties: fromAccount: diff --git a/components/schemas/TransferXrpKMS.yml b/components/schemas/TransferXrpKMS.yml index c83e102..9fed945 100644 --- a/components/schemas/TransferXrpKMS.yml +++ b/components/schemas/TransferXrpKMS.yml @@ -1,3 +1,4 @@ +title: TransferXrpKMS type: object properties: senderAccountId: diff --git a/components/schemas/Trc20Response.yml b/components/schemas/Trc20Response.yml index 72cfa10..3dbcb10 100644 --- a/components/schemas/Trc20Response.yml +++ b/components/schemas/Trc20Response.yml @@ -1,3 +1,4 @@ +title: Trc20Response properties: accountId: description: diff --git a/components/schemas/TrcAddress.yml b/components/schemas/TrcAddress.yml index 886aa1b..0ba952a 100644 --- a/components/schemas/TrcAddress.yml +++ b/components/schemas/TrcAddress.yml @@ -1,3 +1,4 @@ +title: TrcAddress properties: symbol: description: diff --git a/components/schemas/TrcXpub.yml b/components/schemas/TrcXpub.yml index 1f807f8..905c083 100644 --- a/components/schemas/TrcXpub.yml +++ b/components/schemas/TrcXpub.yml @@ -1,3 +1,4 @@ +title: TrcXpub properties: symbol: description: diff --git a/components/schemas/TronAccount.yml b/components/schemas/TronAccount.yml index bb6e1e1..6fd530e 100644 --- a/components/schemas/TronAccount.yml +++ b/components/schemas/TronAccount.yml @@ -1,3 +1,4 @@ +title: TronAccount type: object required: - address diff --git a/components/schemas/TronBlock.yml b/components/schemas/TronBlock.yml index 647fe13..6e33e66 100644 --- a/components/schemas/TronBlock.yml +++ b/components/schemas/TronBlock.yml @@ -1,3 +1,4 @@ +title: TronBlock type: object properties: hash: diff --git a/components/schemas/TronBroadcast.yml b/components/schemas/TronBroadcast.yml index 34dc3df..78f9a47 100644 --- a/components/schemas/TronBroadcast.yml +++ b/components/schemas/TronBroadcast.yml @@ -1,3 +1,4 @@ +title: TronBroadcast type: object required: - txData diff --git a/components/schemas/TronInternalTx.yml b/components/schemas/TronInternalTx.yml index e43101f..5b65f91 100644 --- a/components/schemas/TronInternalTx.yml +++ b/components/schemas/TronInternalTx.yml @@ -1,3 +1,4 @@ +title: TronInternalTx type: object required: - internal_tx_id diff --git a/components/schemas/TronTrc10Detail.yml b/components/schemas/TronTrc10Detail.yml index bbba390..f9233c8 100644 --- a/components/schemas/TronTrc10Detail.yml +++ b/components/schemas/TronTrc10Detail.yml @@ -1,3 +1,4 @@ +title: TronTrc10Detail type: object properties: ownerAddress: diff --git a/components/schemas/TronTx.yml b/components/schemas/TronTx.yml index a97f791..d49397d 100644 --- a/components/schemas/TronTx.yml +++ b/components/schemas/TronTx.yml @@ -1,3 +1,4 @@ +title: TronTx type: object required: - txID diff --git a/components/schemas/TronTx20.yml b/components/schemas/TronTx20.yml index 64998da..94f1a79 100644 --- a/components/schemas/TronTx20.yml +++ b/components/schemas/TronTx20.yml @@ -1,3 +1,4 @@ +title: TronTx20 type: object required: - txID diff --git a/components/schemas/TronWallet.yml b/components/schemas/TronWallet.yml index 740d7f4..be2e655 100644 --- a/components/schemas/TronWallet.yml +++ b/components/schemas/TronWallet.yml @@ -1,3 +1,4 @@ +title: TronWallet type: object required: - mnemonic diff --git a/components/schemas/TrustLineXlmBlockchain.yml b/components/schemas/TrustLineXlmBlockchain.yml index ea472b8..d302442 100644 --- a/components/schemas/TrustLineXlmBlockchain.yml +++ b/components/schemas/TrustLineXlmBlockchain.yml @@ -1,3 +1,4 @@ +title: TrustLineXlmBlockchain type: object properties: fromAccount: diff --git a/components/schemas/TrustLineXlmBlockchainKMS.yml b/components/schemas/TrustLineXlmBlockchainKMS.yml index 11d9b8a..4c8067b 100644 --- a/components/schemas/TrustLineXlmBlockchainKMS.yml +++ b/components/schemas/TrustLineXlmBlockchainKMS.yml @@ -1,3 +1,4 @@ +title: TrustLineXlmBlockchainKMS type: object properties: fromAccount: diff --git a/components/schemas/TrustLineXrpBlockchain.yml b/components/schemas/TrustLineXrpBlockchain.yml index 5abeb2f..644a2ef 100644 --- a/components/schemas/TrustLineXrpBlockchain.yml +++ b/components/schemas/TrustLineXrpBlockchain.yml @@ -1,3 +1,4 @@ +title: TrustLineXrpBlockchain type: object properties: fromAccount: diff --git a/components/schemas/TrustLineXrpBlockchainKMS.yml b/components/schemas/TrustLineXrpBlockchainKMS.yml index 6e62194..1c0a5b0 100644 --- a/components/schemas/TrustLineXrpBlockchainKMS.yml +++ b/components/schemas/TrustLineXrpBlockchainKMS.yml @@ -1,3 +1,4 @@ +title: TrustLineXrpBlockchainKMS type: object properties: fromAccount: diff --git a/components/schemas/TxData.yml b/components/schemas/TxData.yml index bc1f6a8..41f279e 100644 --- a/components/schemas/TxData.yml +++ b/components/schemas/TxData.yml @@ -1,3 +1,4 @@ +title: TxData type: object properties: chain: diff --git a/components/schemas/TxSubtype.yml b/components/schemas/TxSubtype.yml index 6d9ea73..11993f7 100644 --- a/components/schemas/TxSubtype.yml +++ b/components/schemas/TxSubtype.yml @@ -1,3 +1,4 @@ +title: TxSubtype type: string description: The subtype of the transaction. enum: diff --git a/components/schemas/TxType.yml b/components/schemas/TxType.yml index 3086c05..3018179 100644 --- a/components/schemas/TxType.yml +++ b/components/schemas/TxType.yml @@ -1,3 +1,4 @@ +title: TxType type: string description: The type of the transaction. enum: diff --git a/components/schemas/UiTokenAmount.yml b/components/schemas/UiTokenAmount.yml index 1583229..3c8e250 100644 --- a/components/schemas/UiTokenAmount.yml +++ b/components/schemas/UiTokenAmount.yml @@ -1,3 +1,4 @@ +title: UiTokenAmount type: object properties: amount: diff --git a/components/schemas/UnblockAmount.yml b/components/schemas/UnblockAmount.yml index ad9dfe1..6367d0f 100644 --- a/components/schemas/UnblockAmount.yml +++ b/components/schemas/UnblockAmount.yml @@ -1,3 +1,4 @@ +title: UnblockAmount properties: recipientAccountId: description: Internal recipient account ID within Tatum platform diff --git a/components/schemas/UniswapTrade.yml b/components/schemas/UniswapTrade.yml index cbe41a5..1c1170c 100644 --- a/components/schemas/UniswapTrade.yml +++ b/components/schemas/UniswapTrade.yml @@ -1,3 +1,4 @@ +title: UniswapTrade allOf: - $ref: "../migrated_v1.yml#/components/schemas/DecodedDataCommon" - type: object diff --git a/components/schemas/UniswapTradeV2.yml b/components/schemas/UniswapTradeV2.yml index 99beeec..b602890 100644 --- a/components/schemas/UniswapTradeV2.yml +++ b/components/schemas/UniswapTradeV2.yml @@ -1,3 +1,4 @@ +title: UniswapTradeV2 allOf: - $ref: "../migrated_v1.yml#/components/schemas/UniswapTrade" - type: object diff --git a/components/schemas/UniswapTradeV3.yml b/components/schemas/UniswapTradeV3.yml index a29d7f5..d8fc3a0 100644 --- a/components/schemas/UniswapTradeV3.yml +++ b/components/schemas/UniswapTradeV3.yml @@ -1,3 +1,4 @@ +title: UniswapTradeV3 allOf: - $ref: "../migrated_v1.yml#/components/schemas/UniswapTrade" - type: object diff --git a/components/schemas/UpdateAccount.yml b/components/schemas/UpdateAccount.yml index 0be8fb9..729f9a6 100644 --- a/components/schemas/UpdateAccount.yml +++ b/components/schemas/UpdateAccount.yml @@ -1,3 +1,4 @@ +title: UpdateAccount properties: accountCode: description: For bookkeeping to distinct account purpose. diff --git a/components/schemas/UpdateFee.yml b/components/schemas/UpdateFee.yml index f617e99..0f81bd4 100644 --- a/components/schemas/UpdateFee.yml +++ b/components/schemas/UpdateFee.yml @@ -1,3 +1,4 @@ +title: UpdateFee type: object properties: chain: diff --git a/components/schemas/UpdateFeeAuction.yml b/components/schemas/UpdateFeeAuction.yml index 48cd06b..bc1750e 100644 --- a/components/schemas/UpdateFeeAuction.yml +++ b/components/schemas/UpdateFeeAuction.yml @@ -1,3 +1,4 @@ +title: UpdateFeeAuction type: object properties: chain: diff --git a/components/schemas/UpdateFeeAuctionCelo.yml b/components/schemas/UpdateFeeAuctionCelo.yml index 976fbc1..7cf91c3 100644 --- a/components/schemas/UpdateFeeAuctionCelo.yml +++ b/components/schemas/UpdateFeeAuctionCelo.yml @@ -1,3 +1,4 @@ +title: UpdateFeeAuctionCelo type: object properties: chain: diff --git a/components/schemas/UpdateFeeAuctionCeloKMS.yml b/components/schemas/UpdateFeeAuctionCeloKMS.yml index 5b29e7e..c0413d3 100644 --- a/components/schemas/UpdateFeeAuctionCeloKMS.yml +++ b/components/schemas/UpdateFeeAuctionCeloKMS.yml @@ -1,3 +1,4 @@ +title: UpdateFeeAuctionCeloKMS type: object properties: chain: diff --git a/components/schemas/UpdateFeeAuctionKMS.yml b/components/schemas/UpdateFeeAuctionKMS.yml index 85ff5f6..6633f36 100644 --- a/components/schemas/UpdateFeeAuctionKMS.yml +++ b/components/schemas/UpdateFeeAuctionKMS.yml @@ -1,3 +1,4 @@ +title: UpdateFeeAuctionKMS type: object properties: chain: diff --git a/components/schemas/UpdateFeeCelo.yml b/components/schemas/UpdateFeeCelo.yml index bfaa51e..4e78288 100644 --- a/components/schemas/UpdateFeeCelo.yml +++ b/components/schemas/UpdateFeeCelo.yml @@ -1,3 +1,4 @@ +title: UpdateFeeCelo type: object properties: chain: diff --git a/components/schemas/UpdateFeeCeloKMS.yml b/components/schemas/UpdateFeeCeloKMS.yml index d8d26df..7ea12e1 100644 --- a/components/schemas/UpdateFeeCeloKMS.yml +++ b/components/schemas/UpdateFeeCeloKMS.yml @@ -1,3 +1,4 @@ +title: UpdateFeeCeloKMS type: object properties: chain: diff --git a/components/schemas/UpdateFeeKMS.yml b/components/schemas/UpdateFeeKMS.yml index 6a2d2f9..b7be7b3 100644 --- a/components/schemas/UpdateFeeKMS.yml +++ b/components/schemas/UpdateFeeKMS.yml @@ -1,3 +1,4 @@ +title: UpdateFeeKMS type: object properties: chain: diff --git a/components/schemas/UpdateFeeRecipient.yml b/components/schemas/UpdateFeeRecipient.yml index 35e864c..d78b3df 100644 --- a/components/schemas/UpdateFeeRecipient.yml +++ b/components/schemas/UpdateFeeRecipient.yml @@ -1,3 +1,4 @@ +title: UpdateFeeRecipient type: object properties: chain: diff --git a/components/schemas/UpdateFeeRecipientCelo.yml b/components/schemas/UpdateFeeRecipientCelo.yml index 86040fe..5a6628f 100644 --- a/components/schemas/UpdateFeeRecipientCelo.yml +++ b/components/schemas/UpdateFeeRecipientCelo.yml @@ -1,3 +1,4 @@ +title: UpdateFeeRecipientCelo type: object properties: chain: diff --git a/components/schemas/UpdateFeeRecipientCeloKMS.yml b/components/schemas/UpdateFeeRecipientCeloKMS.yml index bee4caa..90d9b94 100644 --- a/components/schemas/UpdateFeeRecipientCeloKMS.yml +++ b/components/schemas/UpdateFeeRecipientCeloKMS.yml @@ -1,3 +1,4 @@ +title: UpdateFeeRecipientCeloKMS type: object properties: chain: diff --git a/components/schemas/UpdateFeeRecipientKMS.yml b/components/schemas/UpdateFeeRecipientKMS.yml index 0b03c09..829cfe8 100644 --- a/components/schemas/UpdateFeeRecipientKMS.yml +++ b/components/schemas/UpdateFeeRecipientKMS.yml @@ -1,3 +1,4 @@ +title: UpdateFeeRecipientKMS type: object properties: chain: diff --git a/components/schemas/UpdateFeeRecipientSolana.yml b/components/schemas/UpdateFeeRecipientSolana.yml index a734581..9a390e3 100644 --- a/components/schemas/UpdateFeeRecipientSolana.yml +++ b/components/schemas/UpdateFeeRecipientSolana.yml @@ -1,3 +1,4 @@ +title: UpdateFeeRecipientSolana type: object properties: chain: diff --git a/components/schemas/UpdateFeeRecipientSolanaKMS.yml b/components/schemas/UpdateFeeRecipientSolanaKMS.yml index ae2577f..2eeb82d 100644 --- a/components/schemas/UpdateFeeRecipientSolanaKMS.yml +++ b/components/schemas/UpdateFeeRecipientSolanaKMS.yml @@ -1,3 +1,4 @@ +title: UpdateFeeRecipientSolanaKMS type: object properties: chain: diff --git a/components/schemas/UpdateFeeRecipientTron.yml b/components/schemas/UpdateFeeRecipientTron.yml index 5cfad2a..d1f2adf 100644 --- a/components/schemas/UpdateFeeRecipientTron.yml +++ b/components/schemas/UpdateFeeRecipientTron.yml @@ -1,3 +1,4 @@ +title: UpdateFeeRecipientTron type: object properties: chain: diff --git a/components/schemas/UpdateFeeRecipientTronKMS.yml b/components/schemas/UpdateFeeRecipientTronKMS.yml index 5a3a23b..6af8fb9 100644 --- a/components/schemas/UpdateFeeRecipientTronKMS.yml +++ b/components/schemas/UpdateFeeRecipientTronKMS.yml @@ -1,3 +1,4 @@ +title: UpdateFeeRecipientTronKMS type: object properties: chain: diff --git a/components/schemas/UpdateFeeSolana.yml b/components/schemas/UpdateFeeSolana.yml index 5ac1368..fbd6110 100644 --- a/components/schemas/UpdateFeeSolana.yml +++ b/components/schemas/UpdateFeeSolana.yml @@ -1,3 +1,4 @@ +title: UpdateFeeSolana type: object properties: chain: diff --git a/components/schemas/UpdateFeeSolanaKMS.yml b/components/schemas/UpdateFeeSolanaKMS.yml index 40579a9..fb54278 100644 --- a/components/schemas/UpdateFeeSolanaKMS.yml +++ b/components/schemas/UpdateFeeSolanaKMS.yml @@ -1,3 +1,4 @@ +title: UpdateFeeSolanaKMS type: object properties: chain: diff --git a/components/schemas/UpdateFeeTron.yml b/components/schemas/UpdateFeeTron.yml index 595df4a..5c1af96 100644 --- a/components/schemas/UpdateFeeTron.yml +++ b/components/schemas/UpdateFeeTron.yml @@ -1,3 +1,4 @@ +title: UpdateFeeTron type: object properties: chain: diff --git a/components/schemas/UpdateFeeTronKMS.yml b/components/schemas/UpdateFeeTronKMS.yml index d368ada..666131e 100644 --- a/components/schemas/UpdateFeeTronKMS.yml +++ b/components/schemas/UpdateFeeTronKMS.yml @@ -1,3 +1,4 @@ +title: UpdateFeeTronKMS type: object properties: chain: diff --git a/components/schemas/UpdateMarketplaceSolana.yml b/components/schemas/UpdateMarketplaceSolana.yml index 130a787..c48797a 100644 --- a/components/schemas/UpdateMarketplaceSolana.yml +++ b/components/schemas/UpdateMarketplaceSolana.yml @@ -1,3 +1,4 @@ +title: UpdateMarketplaceSolana type: object properties: chain: diff --git a/components/schemas/UpdateMarketplaceSolanaKMS.yml b/components/schemas/UpdateMarketplaceSolanaKMS.yml index f1ad5ed..7ad47e5 100644 --- a/components/schemas/UpdateMarketplaceSolanaKMS.yml +++ b/components/schemas/UpdateMarketplaceSolanaKMS.yml @@ -1,3 +1,4 @@ +title: UpdateMarketplaceSolanaKMS type: object properties: chain: diff --git a/components/schemas/Url.yml b/components/schemas/Url.yml index 5f77619..7f3cc6a 100644 --- a/components/schemas/Url.yml +++ b/components/schemas/Url.yml @@ -1,3 +1,4 @@ +title: Url properties: url: description: QR Code as data URL diff --git a/components/schemas/Utxo.yml b/components/schemas/Utxo.yml index af579ff..6a8b26d 100644 --- a/components/schemas/Utxo.yml +++ b/components/schemas/Utxo.yml @@ -1,3 +1,4 @@ +title: Utxo type: object required: - chain diff --git a/components/schemas/VC.yml b/components/schemas/VC.yml index 551d747..436e813 100644 --- a/components/schemas/VC.yml +++ b/components/schemas/VC.yml @@ -1,3 +1,4 @@ +title: VC properties: name: description: Virtual currency name. Must be prefixed with 'VC_'. diff --git a/components/schemas/ValidGasPumpAddress.yml b/components/schemas/ValidGasPumpAddress.yml index 1999d40..ef2ef49 100644 --- a/components/schemas/ValidGasPumpAddress.yml +++ b/components/schemas/ValidGasPumpAddress.yml @@ -1,3 +1,4 @@ +title: ValidGasPumpAddress type: object properties: index: diff --git a/components/schemas/VerifySolanaNFT.yml b/components/schemas/VerifySolanaNFT.yml index ab2acf5..ead8513 100644 --- a/components/schemas/VerifySolanaNFT.yml +++ b/components/schemas/VerifySolanaNFT.yml @@ -1,3 +1,4 @@ +title: VerifySolanaNFT type: object properties: chain: diff --git a/components/schemas/VerifySolanaNFTKMS.yml b/components/schemas/VerifySolanaNFTKMS.yml index cb6832e..b87966b 100644 --- a/components/schemas/VerifySolanaNFTKMS.yml +++ b/components/schemas/VerifySolanaNFTKMS.yml @@ -1,3 +1,4 @@ +title: VerifySolanaNFTKMS type: object properties: chain: diff --git a/components/schemas/VetBlock.yml b/components/schemas/VetBlock.yml index 0d378e6..57a7299 100644 --- a/components/schemas/VetBlock.yml +++ b/components/schemas/VetBlock.yml @@ -1,3 +1,4 @@ +title: VetBlock type: object properties: number: diff --git a/components/schemas/VetEstimateGas.yml b/components/schemas/VetEstimateGas.yml index 3f4d2eb..b4dbccc 100644 --- a/components/schemas/VetEstimateGas.yml +++ b/components/schemas/VetEstimateGas.yml @@ -1,3 +1,4 @@ +title: VetEstimateGas type: object required: - from diff --git a/components/schemas/VetTx.yml b/components/schemas/VetTx.yml index 237f99e..38cbb9c 100644 --- a/components/schemas/VetTx.yml +++ b/components/schemas/VetTx.yml @@ -1,3 +1,4 @@ +title: VetTx type: object properties: id: diff --git a/components/schemas/VetTxReceipt.yml b/components/schemas/VetTxReceipt.yml index e74bc5a..02dac99 100644 --- a/components/schemas/VetTxReceipt.yml +++ b/components/schemas/VetTxReceipt.yml @@ -1,3 +1,4 @@ +title: VetTxReceipt type: object properties: gasUsed: diff --git a/components/schemas/VirtualCurrency.yml b/components/schemas/VirtualCurrency.yml index 8643dac..0a18dcd 100644 --- a/components/schemas/VirtualCurrency.yml +++ b/components/schemas/VirtualCurrency.yml @@ -1,3 +1,4 @@ +title: VirtualCurrency properties: name: description: Virtual currency name. Must be prefixed with 'VC_'. diff --git a/components/schemas/VirtualCurrencyOperation.yml b/components/schemas/VirtualCurrencyOperation.yml index 5c9c66f..60e00bd 100644 --- a/components/schemas/VirtualCurrencyOperation.yml +++ b/components/schemas/VirtualCurrencyOperation.yml @@ -1,3 +1,4 @@ +title: VirtualCurrencyOperation properties: accountId: description: diff --git a/components/schemas/VirtualCurrencyUpdate.yml b/components/schemas/VirtualCurrencyUpdate.yml index dc78f69..d82467b 100644 --- a/components/schemas/VirtualCurrencyUpdate.yml +++ b/components/schemas/VirtualCurrencyUpdate.yml @@ -1,3 +1,4 @@ +title: VirtualCurrencyUpdate properties: name: description: diff --git a/components/schemas/Wallet.yml b/components/schemas/Wallet.yml index d0f0b47..4fcbf50 100644 --- a/components/schemas/Wallet.yml +++ b/components/schemas/Wallet.yml @@ -1,3 +1,4 @@ +title: Wallet type: object required: - mnemonic diff --git a/components/schemas/WebHook.yml b/components/schemas/WebHook.yml index 8299806..97ac1f7 100644 --- a/components/schemas/WebHook.yml +++ b/components/schemas/WebHook.yml @@ -1,3 +1,4 @@ +title: WebHook type: object required: - id diff --git a/components/schemas/WithdrawFromMarketplaceSolana.yml b/components/schemas/WithdrawFromMarketplaceSolana.yml index a15e04a..ab91c41 100644 --- a/components/schemas/WithdrawFromMarketplaceSolana.yml +++ b/components/schemas/WithdrawFromMarketplaceSolana.yml @@ -1,3 +1,4 @@ +title: WithdrawFromMarketplaceSolana type: object properties: chain: diff --git a/components/schemas/WithdrawFromMarketplaceSolanaKMS.yml b/components/schemas/WithdrawFromMarketplaceSolanaKMS.yml index 6c13c76..ff8817f 100644 --- a/components/schemas/WithdrawFromMarketplaceSolanaKMS.yml +++ b/components/schemas/WithdrawFromMarketplaceSolanaKMS.yml @@ -1,3 +1,4 @@ +title: WithdrawFromMarketplaceSolanaKMS type: object properties: chain: diff --git a/components/schemas/Withdrawal.yml b/components/schemas/Withdrawal.yml index 11c40bd..cb8b984 100644 --- a/components/schemas/Withdrawal.yml +++ b/components/schemas/Withdrawal.yml @@ -1,3 +1,4 @@ +title: Withdrawal properties: senderAccountId: description: Sender account ID diff --git a/components/schemas/WithdrawalHint.yml b/components/schemas/WithdrawalHint.yml index 6b85642..5bda015 100644 --- a/components/schemas/WithdrawalHint.yml +++ b/components/schemas/WithdrawalHint.yml @@ -1,3 +1,4 @@ +title: WithdrawalHint additionalProperties: properties: address: diff --git a/components/schemas/WithdrawalObject.yml b/components/schemas/WithdrawalObject.yml index 2414ab2..71bdf1f 100644 --- a/components/schemas/WithdrawalObject.yml +++ b/components/schemas/WithdrawalObject.yml @@ -1,3 +1,4 @@ +title: WithdrawalObject properties: id: description: ID of the withdrawal diff --git a/components/schemas/WithdrawalResponse.yml b/components/schemas/WithdrawalResponse.yml index 72ed266..d29f528 100644 --- a/components/schemas/WithdrawalResponse.yml +++ b/components/schemas/WithdrawalResponse.yml @@ -1,3 +1,4 @@ +title: WithdrawalResponse properties: reference: description: Transaction reference of the transaction connected to this withdrawal. diff --git a/components/schemas/XdcBlock.yml b/components/schemas/XdcBlock.yml index d74ad69..c9cba26 100644 --- a/components/schemas/XdcBlock.yml +++ b/components/schemas/XdcBlock.yml @@ -1,3 +1,4 @@ +title: XdcBlock type: object properties: number: diff --git a/components/schemas/XdcEstimateGas.yml b/components/schemas/XdcEstimateGas.yml index 16b9356..472e234 100644 --- a/components/schemas/XdcEstimateGas.yml +++ b/components/schemas/XdcEstimateGas.yml @@ -1,3 +1,4 @@ +title: XdcEstimateGas type: object properties: from: diff --git a/components/schemas/XdcTx.yml b/components/schemas/XdcTx.yml index f2bc15f..b9bb54e 100644 --- a/components/schemas/XdcTx.yml +++ b/components/schemas/XdcTx.yml @@ -1,3 +1,4 @@ +title: XdcTx type: object properties: hash: diff --git a/components/schemas/XlmAccount.yml b/components/schemas/XlmAccount.yml index 41b98de..5cbf3e4 100644 --- a/components/schemas/XlmAccount.yml +++ b/components/schemas/XlmAccount.yml @@ -1,3 +1,4 @@ +title: XlmAccount type: object properties: id: diff --git a/components/schemas/XlmLedger.yml b/components/schemas/XlmLedger.yml index 6400d08..94adc84 100644 --- a/components/schemas/XlmLedger.yml +++ b/components/schemas/XlmLedger.yml @@ -1,3 +1,4 @@ +title: XlmLedger type: object properties: id: diff --git a/components/schemas/XlmTx.yml b/components/schemas/XlmTx.yml index 294e383..4f932f1 100644 --- a/components/schemas/XlmTx.yml +++ b/components/schemas/XlmTx.yml @@ -1,3 +1,4 @@ +title: XlmTx type: object properties: id: diff --git a/components/schemas/XlmWallet.yml b/components/schemas/XlmWallet.yml index c5a25ae..ac9753d 100644 --- a/components/schemas/XlmWallet.yml +++ b/components/schemas/XlmWallet.yml @@ -1,3 +1,4 @@ +title: XlmWallet type: object required: - address diff --git a/components/schemas/XrpAccount.yml b/components/schemas/XrpAccount.yml index 684c0a6..3c5ecbf 100644 --- a/components/schemas/XrpAccount.yml +++ b/components/schemas/XrpAccount.yml @@ -1,3 +1,4 @@ +title: XrpAccount type: object properties: account_data: diff --git a/components/schemas/XrpAccountBalance.yml b/components/schemas/XrpAccountBalance.yml index 3eb9a0d..9f617d4 100644 --- a/components/schemas/XrpAccountBalance.yml +++ b/components/schemas/XrpAccountBalance.yml @@ -1,3 +1,4 @@ +title: XrpAccountBalance type: object properties: assets: diff --git a/components/schemas/XrpAccountTx.yml b/components/schemas/XrpAccountTx.yml index e828a04..4af7446 100644 --- a/components/schemas/XrpAccountTx.yml +++ b/components/schemas/XrpAccountTx.yml @@ -1,3 +1,4 @@ +title: XrpAccountTx type: object properties: account: diff --git a/components/schemas/XrpFee.yml b/components/schemas/XrpFee.yml index 7700db5..f5601c8 100644 --- a/components/schemas/XrpFee.yml +++ b/components/schemas/XrpFee.yml @@ -1,3 +1,4 @@ +title: XrpFee type: object properties: current_ledger_size: diff --git a/components/schemas/XrpInfo.yml b/components/schemas/XrpInfo.yml index 8647fa8..dd1e675 100644 --- a/components/schemas/XrpInfo.yml +++ b/components/schemas/XrpInfo.yml @@ -1,3 +1,4 @@ +title: XrpInfo type: object properties: ledger_hash: diff --git a/components/schemas/XrpLedger.yml b/components/schemas/XrpLedger.yml index 6de3940..ca1fb5c 100644 --- a/components/schemas/XrpLedger.yml +++ b/components/schemas/XrpLedger.yml @@ -1,3 +1,4 @@ +title: XrpLedger type: object properties: ledger: diff --git a/components/schemas/XrpTx.yml b/components/schemas/XrpTx.yml index 52fa196..86a2f9b 100644 --- a/components/schemas/XrpTx.yml +++ b/components/schemas/XrpTx.yml @@ -1,3 +1,4 @@ +title: XrpTx type: object properties: hash: diff --git a/components/schemas/XrpWallet.yml b/components/schemas/XrpWallet.yml index a55bd30..9cd1518 100644 --- a/components/schemas/XrpWallet.yml +++ b/components/schemas/XrpWallet.yml @@ -1,3 +1,4 @@ +title: XrpWallet type: object required: - address