Rarible · Schema

ItemOwnershipSubscriptionRequest

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

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

JSON Schema

ItemOwnershipSubscriptionRequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ItemOwnershipSubscriptionRequest",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string",
      "enum": [
        "ITEM_OWNERSHIP"
      ]
    },
    "id": {
      "$ref": "#/components/schemas/ItemId"
    }
  },
  "required": [
    "@type",
    "id"
  ]
}