LayerZero · JSON-LD Context

context Context

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

9 Classes 6 Properties 1 Namespaces
View Context View on GitHub

Namespaces

lz: https://layerzero.network/vocab#

Classes

provider name description url image WebAPI documentation termsOfService softwareVersion

Properties

Property Type Container
lz:scanAPI reference
lz:valuetransferAPI reference
lz:oftAPI reference
lz:chain reference
lz:crossChainMessage
lz:omnichain

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "lz": "https://layerzero.network/vocab#",
    "provider": "https://purl.org/NET/mediatypes/application/",
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "image": "schema:image",
    "WebAPI": "schema:WebAPI",
    "documentation": "schema:documentation",
    "termsOfService": "schema:termsOfService",
    "softwareVersion": "schema:softwareVersion",
    "provider": "schema:provider",
    "lz:scanAPI": {
      "@id": "lz:scanAPI",
      "@type": "@id"
    },
    "lz:valuetransferAPI": {
      "@id": "lz:valuetransferAPI",
      "@type": "@id"
    },
    "lz:oftAPI": {
      "@id": "lz:oftAPI",
      "@type": "@id"
    },
    "lz:chain": {
      "@id": "lz:chain",
      "@type": "@id"
    },
    "lz:crossChainMessage": {
      "@id": "lz:crossChainMessage"
    },
    "lz:omnichain": {
      "@id": "lz:omnichain"
    }
  },
  "@graph": [
    {
      "@type": "WebAPI",
      "@id": "https://scan.layerzero-api.com/v1",
      "name": "LayerZero Scan API",
      "description": "Programmatic access to cross-chain message data across all supported chains.",
      "url": "https://docs.layerzero.network/v2/tools/api/scan/mainnet",
      "documentation": "https://docs.layerzero.network/v2/tools/overview",
      "softwareVersion": "1.0.0"
    },
    {
      "@type": "WebAPI",
      "@id": "https://transfer.layerzero-api.com/v1",
      "name": "LayerZero Value Transfer API",
      "description": "Unified REST API for cross-chain value transfers across 150+ blockchains.",
      "url": "https://docs.layerzero.network/v2/developers/value-transfer-api",
      "documentation": "https://docs.layerzero.network/v2/developers/value-transfer-api/api-reference/overview",
      "softwareVersion": "1.0.0"
    },
    {
      "@type": "WebAPI",
      "@id": "https://metadata.layerzero-api.com/v1/metadata/experiment/ofts",
      "name": "LayerZero OFT Transfer API",
      "description": "REST API for discovering and transferring Omnichain Fungible Tokens (OFTs) across chains.",
      "url": "https://docs.layerzero.network/v2/tools/api/oft-examples",
      "documentation": "https://docs.layerzero.network/v2/tools/api/oft-reference",
      "softwareVersion": "1.0.0"
    }
  ]
}