Rarible · Schema

ItemDeleteEvent

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
@type string
View JSON Schema on GitHub

JSON Schema

ItemDeleteEvent.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ItemDeleteEvent",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string",
      "enum": [
        "DELETE"
      ]
    }
  },
  "required": [
    "@type",
    "itemId"
  ]
}