Rarible · Schema

Range

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
from number
to number
View JSON Schema on GitHub

JSON Schema

Range.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Range",
  "type": "object",
  "properties": {
    "from": {
      "type": "number",
      "format": "float"
    },
    "to": {
      "type": "number",
      "format": "float"
    }
  }
}