Rarible · Schema

OwnershipUpdateEvent

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

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

JSON Schema

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