Rarible · Schema

OwnershipIds

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
ids array List of the Ownerships ids
View JSON Schema on GitHub

JSON Schema

OwnershipIds.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "OwnershipIds",
  "type": "object",
  "required": [
    "ids"
  ],
  "properties": {
    "ids": {
      "type": "array",
      "description": "List of the Ownerships ids",
      "items": {
        "$ref": "#/components/schemas/OwnershipId"
      }
    }
  }
}