Rarible · Schema

Rarity

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
score number Higher score corresponds to a rarer item
rank integer Item with rank 1 is the rarest
View JSON Schema on GitHub

JSON Schema

Rarity.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Rarity",
  "type": "object",
  "properties": {
    "score": {
      "type": "number",
      "format": "float",
      "description": "Higher score corresponds to a rarer item"
    },
    "rank": {
      "type": "integer",
      "format": "int64",
      "description": "Item with rank 1 is the rarest"
    }
  }
}