Rarible · Schema

OwnershipSubscriptionEvent

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

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

JSON Schema

OwnershipSubscriptionEvent.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "OwnershipSubscriptionEvent",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string",
      "enum": [
        "OWNERSHIP"
      ]
    },
    "value": {
      "$ref": "#/components/schemas/OwnershipEvent"
    }
  },
  "required": [
    "@type",
    "value"
  ]
}