Stellar · JSON-LD Context

Stellar Context

JSON-LD context defining the semantic vocabulary for Stellar from Stellar.

8 Classes 30 Properties 3 Namespaces
View Context View on GitHub

Namespaces

xsd: http://www.w3.org/2001/XMLSchema#
schema: https://schema.org/
stellar: https://developers.stellar.org/vocab#

Classes

aid name description url tags baseURL humanURL image

Properties

Property Type Container
account schema:FinancialProduct
accountId string
balance schema:MonetaryAmount
asset schema:FinancialProduct
assetCode string
assetIssuer string
transaction schema:Action
transactionHash string
ledger schema:DataFeed
ledgerSequence integer
operation schema:Action
offer schema:Offer
trade schema:TradeAction
claimableBalance schema:MonetaryAmount
liquidityPool schema:FinancialProduct
orderBook schema:DataFeed
paymentPath schema:Action
soroban schema:SoftwareApplication
contract schema:SoftwareApplication
contractId string
feeStats schema:MonetaryAmount
xlm schema:Currency
horizon schema:WebAPI
disbursement schema:MoneyTransfer
receiver schema:Person
wallet schema:FinancialProduct
network schema:ComputerLanguage
testnet schema:ComputerLanguage
mainnet schema:ComputerLanguage
sep schema:TechArticle

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/",
    "stellar": "https://developers.stellar.org/vocab#",
    "aid": "@id",
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "tags": "schema:keywords",
    "baseURL": "schema:url",
    "humanURL": "schema:url",
    "image": "schema:image",
    "account": {
      "@id": "stellar:account",
      "@type": "schema:FinancialProduct"
    },
    "accountId": {
      "@id": "stellar:accountId",
      "@type": "xsd:string"
    },
    "balance": {
      "@id": "stellar:balance",
      "@type": "schema:MonetaryAmount"
    },
    "asset": {
      "@id": "stellar:asset",
      "@type": "schema:FinancialProduct"
    },
    "assetCode": {
      "@id": "stellar:assetCode",
      "@type": "xsd:string"
    },
    "assetIssuer": {
      "@id": "stellar:assetIssuer",
      "@type": "xsd:string"
    },
    "transaction": {
      "@id": "stellar:transaction",
      "@type": "schema:Action"
    },
    "transactionHash": {
      "@id": "stellar:transactionHash",
      "@type": "xsd:string"
    },
    "ledger": {
      "@id": "stellar:ledger",
      "@type": "schema:DataFeed"
    },
    "ledgerSequence": {
      "@id": "stellar:ledgerSequence",
      "@type": "xsd:integer"
    },
    "operation": {
      "@id": "stellar:operation",
      "@type": "schema:Action"
    },
    "offer": {
      "@id": "stellar:offer",
      "@type": "schema:Offer"
    },
    "trade": {
      "@id": "stellar:trade",
      "@type": "schema:TradeAction"
    },
    "claimableBalance": {
      "@id": "stellar:claimableBalance",
      "@type": "schema:MonetaryAmount"
    },
    "liquidityPool": {
      "@id": "stellar:liquidityPool",
      "@type": "schema:FinancialProduct"
    },
    "orderBook": {
      "@id": "stellar:orderBook",
      "@type": "schema:DataFeed"
    },
    "paymentPath": {
      "@id": "stellar:paymentPath",
      "@type": "schema:Action"
    },
    "soroban": {
      "@id": "stellar:soroban",
      "@type": "schema:SoftwareApplication"
    },
    "contract": {
      "@id": "stellar:contract",
      "@type": "schema:SoftwareApplication"
    },
    "contractId": {
      "@id": "stellar:contractId",
      "@type": "xsd:string"
    },
    "feeStats": {
      "@id": "stellar:feeStats",
      "@type": "schema:MonetaryAmount"
    },
    "xlm": {
      "@id": "stellar:xlm",
      "@type": "schema:Currency"
    },
    "horizon": {
      "@id": "stellar:horizon",
      "@type": "schema:WebAPI"
    },
    "disbursement": {
      "@id": "stellar:disbursement",
      "@type": "schema:MoneyTransfer"
    },
    "receiver": {
      "@id": "stellar:receiver",
      "@type": "schema:Person"
    },
    "wallet": {
      "@id": "stellar:wallet",
      "@type": "schema:FinancialProduct"
    },
    "network": {
      "@id": "stellar:network",
      "@type": "schema:ComputerLanguage"
    },
    "testnet": {
      "@id": "stellar:testnet",
      "@type": "schema:ComputerLanguage"
    },
    "mainnet": {
      "@id": "stellar:mainnet",
      "@type": "schema:ComputerLanguage"
    },
    "sep": {
      "@id": "stellar:sep",
      "@type": "schema:TechArticle"
    }
  }
}