Stellar · Schema

link

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3

Properties

Name Type Description
href string
templated boolean
View JSON Schema on GitHub

JSON Schema

stellar-horizon-link.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developers.stellar.org/schemas/horizon/link.json",
  "title": "link",
  "type": "object",
  "properties": {
    "href": {
      "type": "string",
      "format": "link"
    },
    "templated": {
      "type": "boolean"
    }
  },
  "required": [
    "href"
  ]
}