Stellar · Schema

DisbursementReceiverPagination

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3

Properties

Name Type Description
pagination object
data array
View JSON Schema on GitHub

JSON Schema

stellar-sdp-disbursementreceiverpagination.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developers.stellar.org/schemas/sdp/DisbursementReceiverPagination.json",
  "title": "DisbursementReceiverPagination",
  "type": "object",
  "properties": {
    "pagination": {
      "$ref": "#/components/schemas/Pagination"
    },
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/DisbursementReceiver"
      }
    }
  }
}