Rarible · Schema

LazyItemMintForm

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
item object
View JSON Schema on GitHub

JSON Schema

LazyItemMintForm.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "LazyItemMintForm",
  "type": "object",
  "required": [
    "item"
  ],
  "properties": {
    "item": {
      "$ref": "#/components/schemas/LazyItem"
    }
  }
}