Stellar · Schema

Users

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3
View JSON Schema on GitHub

JSON Schema

stellar-sdp-users.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developers.stellar.org/schemas/sdp/Users.json",
  "title": "Users",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/User"
  }
}