Stellar · Schema

signatures

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3
View JSON Schema on GitHub

JSON Schema

stellar-horizon-signatures.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developers.stellar.org/schemas/horizon/signatures.json",
  "title": "signatures",
  "type": "array",
  "items": {
    "type": "string",
    "pattern": "G[A-Z0-9]{55}"
  }
}