Stellar · Schema

ReceiverLite

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3

Properties

Name Type Description
id string
View JSON Schema on GitHub

JSON Schema

stellar-sdp-receiverlite.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developers.stellar.org/schemas/sdp/ReceiverLite.json",
  "title": "ReceiverLite",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "029e2ed0-feb6-4c40-8b47-0836a85741a2"
    }
  }
}