SushiSwap · JSON-LD Context

context Context

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

25 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

sushi: https://www.sushi.com/vocab#
dex: https://w3id.org/dex#

Classes

chainId tokenAddress pool quote swap price liquidity amountIn amountOut tokenIn tokenOut slippage priceImpact deadline recipient sender calldata gasPrice OnChainPool OffChainPool Pair asset routeProcessor EIP2098Signature RFQ

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "sushi": "https://www.sushi.com/vocab#",
    "dex": "https://w3id.org/dex#",
    "chainId": "sushi:chainId",
    "tokenAddress": "sushi:tokenAddress",
    "pool": "sushi:pool",
    "quote": "sushi:quote",
    "swap": "sushi:swap",
    "price": "schema:price",
    "liquidity": "sushi:liquidity",
    "amountIn": "sushi:amountIn",
    "amountOut": "sushi:amountOut",
    "tokenIn": "sushi:tokenIn",
    "tokenOut": "sushi:tokenOut",
    "slippage": "sushi:slippage",
    "priceImpact": "sushi:priceImpact",
    "deadline": "sushi:deadline",
    "recipient": "schema:recipient",
    "sender": "schema:sender",
    "calldata": "sushi:calldata",
    "gasPrice": "sushi:gasPrice",
    "OnChainPool": "sushi:OnChainPool",
    "OffChainPool": "sushi:OffChainPool",
    "Pair": "sushi:Pair",
    "asset": "schema:Asset",
    "routeProcessor": "sushi:routeProcessor",
    "EIP2098Signature": "sushi:EIP2098Signature",
    "RFQ": "sushi:RFQ"
  }
}