Rarible · Schema

ItemIds

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

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

JSON Schema

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