Rarible · Schema

Model3dContent

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
@type string
View JSON Schema on GitHub

JSON Schema

Model3dContent.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Model3dContent",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string",
      "enum": [
        "MODEL_3D"
      ]
    }
  }
}