Rarible · Schema

EthOrderCryptoPunksData

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
@type string
stub string
View JSON Schema on GitHub

JSON Schema

EthOrderCryptoPunksData.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EthOrderCryptoPunksData",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string",
      "enum": [
        "ETH_CRYPTO_PUNKS"
      ]
    },
    "stub": {
      "type": "string",
      "default": "STUB"
    }
  },
  "required": [
    "@type"
  ]
}