Rarible · Schema

SearchResultCount

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
count integer
View JSON Schema on GitHub

JSON Schema

SearchResultCount.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SearchResultCount",
  "type": "object",
  "properties": {
    "count": {
      "type": "integer",
      "format": "int64"
    }
  },
  "required": [
    "count"
  ]
}