Rarible · Schema

EthOrderDataLegacy

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
@type string
fee object
View JSON Schema on GitHub

JSON Schema

EthOrderDataLegacy.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EthOrderDataLegacy",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string",
      "enum": [
        "ETH_RARIBLE_V1"
      ]
    },
    "fee": {
      "$ref": "#/components/schemas/BigInteger"
    }
  },
  "required": [
    "fee",
    "@type"
  ]
}