Rarible · Schema

RawOrderData

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

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

JSON Schema

RawOrderData.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "RawOrderData",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string",
      "enum": [
        "RAW"
      ]
    },
    "data": {
      "$ref": "#/components/schemas/RawJson"
    }
  },
  "required": [
    "@type"
  ]
}