Rarible · Schema

CollectionTokenId

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
tokenId object
View JSON Schema on GitHub

JSON Schema

CollectionTokenId.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CollectionTokenId",
  "required": [
    "tokenId"
  ],
  "type": "object",
  "properties": {
    "tokenId": {
      "$ref": "#/components/schemas/BigInteger"
    }
  },
  "oneOf": [
    {
      "$ref": "#/components/schemas/DefaultCollectionTokenId"
    },
    {
      "$ref": "#/components/schemas/EthCollectionTokenId"
    }
  ]
}