Rarible · Schema

ItemWithOwnership

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
item object
ownership object
View JSON Schema on GitHub

JSON Schema

ItemWithOwnership.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ItemWithOwnership",
  "type": "object",
  "properties": {
    "item": {
      "$ref": "#/components/schemas/Item"
    },
    "ownership": {
      "$ref": "#/components/schemas/ItemOwnership"
    }
  },
  "required": [
    "item",
    "ownership"
  ]
}