Stellar · Schema

KYCType

Type of KYC verification

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3
View JSON Schema on GitHub

JSON Schema

stellar-sdp-kyctype.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developers.stellar.org/schemas/sdp/KYCType.json",
  "title": "KYCType",
  "type": "string",
  "description": "Type of KYC verification",
  "enum": [
    "individual",
    "business"
  ],
  "example": "business"
}