Rarible · Schema

EthLazyItem

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer
View JSON Schema on GitHub

JSON Schema

EthLazyItem.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EthLazyItem",
  "type": "object",
  "oneOf": [
    {
      "$ref": "#/components/schemas/EthLazyItemErc721"
    },
    {
      "$ref": "#/components/schemas/EthLazyItemErc1155"
    }
  ]
}