Rarible · Schema

EthRaribleV2OrderForm

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

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

JSON Schema

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