Rarible · Schema

NftOfCollectionAssetType

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

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

JSON Schema

NftOfCollectionAssetType.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "NftOfCollectionAssetType",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string",
      "enum": [
        "NFT_OF_COLLECTION"
      ]
    },
    "collectionId": {
      "$ref": "#/components/schemas/CollectionId"
    }
  },
  "required": [
    "@type",
    "collectionId"
  ]
}