Rarible · Schema

SubscriptionEvent

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer
View JSON Schema on GitHub

JSON Schema

SubscriptionEvent.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SubscriptionEvent",
  "type": "object",
  "oneOf": [
    {
      "$ref": "#/components/schemas/FakeSubscriptionEvent"
    },
    {
      "$ref": "#/components/schemas/ItemSubscriptionEvent"
    },
    {
      "$ref": "#/components/schemas/ItemOwnershipSubscriptionEvent"
    },
    {
      "$ref": "#/components/schemas/OwnershipSubscriptionEvent"
    },
    {
      "$ref": "#/components/schemas/OrderSubscriptionEvent"
    },
    {
      "$ref": "#/components/schemas/ActivitySubscriptionEvent"
    }
  ]
}