{
  "version": 1,
  "source": {
    "collectionId": "example-source-id",
    "marketplaceAccount": "0xexample"
  },
  "collection": {
    "name": "Example Collection",
    "description": "Imported collection shell example.",
    "imageUri": "ipfs://bafkreiexamplecoverimagehash",
    "imageKey": "example-cover",
    "mintPrice": "25",
    "maxSupply": "3",
    "royaltyBps": "500",
    "paymentTokenId": "0",
    "whitelistStartTime": "2026-06-15T16:00",
    "publicStartTime": "2026-06-15T18:00",
    "publicPriceTiers": [
      {
        "startMintedCount": "0",
        "price": "25"
      },
      {
        "startMintedCount": "100",
        "price": "35"
      }
    ],
    "mintGroups": [
      {
        "name": "OG Holders",
        "price": "15",
        "perWalletLimit": "2",
        "active": true,
        "members": [
          "0x1111111111111111111111111111111111111111111111111111111111111111",
          "0x2222222222222222222222222222222222222222222222222222222222222222"
        ]
      }
    ]
  },
  "items": [
    {
      "name": "Example Common",
      "description": "Example item one.",
      "imageUri": "ipfs://bafkreiexampleitemonehash",
      "imageKey": "example-common",
      "rarity": 0,
      "attributes": [
        {
          "traitType": "Character",
          "value": "Wolf"
        },
        {
          "traitType": "Background",
          "value": "City"
        },
        {
          "traitType": "Rarity",
          "value": "Common"
        }
      ]
    },
    {
      "name": "Example Rare",
      "description": "Example item two.",
      "imageUri": "ipfs://bafkreiexampleitemtwohash",
      "imageKey": "example-rare",
      "rarity": 2,
      "attributes": [
        {
          "traitType": "Character",
          "value": "Fox"
        },
        {
          "traitType": "Accessory",
          "value": "Blade"
        },
        {
          "traitType": "Rarity",
          "value": "Rare"
        }
      ]
    },
    {
      "name": "Example Legendary",
      "description": "Example item three.",
      "imageUri": "ipfs://bafkreiexampleitemthreehash",
      "imageKey": "example-legendary",
      "rarity": 4,
      "attributes": [
        {
          "traitType": "Character",
          "value": "Dragon"
        },
        {
          "traitType": "Aura",
          "value": "Solar"
        },
        {
          "traitType": "Rarity",
          "value": "Legendary"
        }
      ]
    }
  ]
}
