{
  "collection": {
    "contract": "NftCollection",
    "deployValue": "20000000",
    "data": {
      "owner": "#wallet",
      "nextItemIndex": 0,
      "collectionContent": {
        "type": "onchain",
        "data": {
          "name": "Cats",
          "description": "Meow meow",
          "image": "@cats/images/collection.png"
        }
      },
      "commonContent": {
        "type": "onchain",
        "data": {}
      },
      "royalty": {
        "factor": 0,
        "base": 0,
        "address": "#wallet"
      },
      "nftItemCode": "#nft"
    }
  },
  "nft": {
    "contract": "NftItem",
    "deployValue": 20000000,
    "items": [
      {
        "index": 0,
        "owner": "#wallet",
        "content": {
          "type": "onchain",
          "data": {
            "name": "Amelia",
            "description": "Cat index 0",
            "image": "@cats/images/0000.png"
          }
        }
      },
      {
        "index": 1,
        "owner": "#wallet",
        "content": {
          "type": "onchain",
          "data": {
            "name": "Jinx",
            "description": "Cat index 1",
            "image": "@cats/images/0001.png"
          }
        }
      },
      {
        "index": 2,
        "owner": "#wallet",
        "content": {
          "type": "onchain",
          "data": {
            "name": "Charlie",
            "description": "Cat index 2",
            "image": "@cats/images/0002.png"
          }
        }
      }
    ]
  }
}