Rarible · Schema

ItemUpdateEvent

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
@type string
item object
View JSON Schema on GitHub

JSON Schema

ItemUpdateEvent.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ItemUpdateEvent",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string",
      "enum": [
        "UPDATE"
      ]
    },
    "item": {
      "$ref": "#/components/schemas/Item"
    }
  },
  "required": [
    "@type",
    "item"
  ]
}