{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "InstantiateMsg",
  "type": "object",
  "required": [
    "avatar_subgraph",
    "minter",
    "name",
    "name_subgraph",
    "owner",
    "proof_subgraph",
    "symbol"
  ],
  "properties": {
    "avatar_subgraph": {
      "type": "string"
    },
    "minter": {
      "description": "The minter is the only one who can create new NFTs. This is designed for a base NFT that is controlled by an external program or contract. You will likely replace this with custom logic in custom NFTs",
      "type": "string"
    },
    "name": {
      "description": "Name of the NFT contract",
      "type": "string"
    },
    "name_subgraph": {
      "type": "string"
    },
    "owner": {
      "type": "string"
    },
    "proof_subgraph": {
      "type": "string"
    },
    "symbol": {
      "description": "Symbol of the NFT contract",
      "type": "string"
    }
  }
}

Dimensions

cw-cyber/contracts/hub-protocols/schema/instantiate_msg.json
cw-cyber/contracts/cw-cyber-subgraph/schema/instantiate_msg.json
cw-cyber/contracts/hub-skills/schema/instantiate_msg.json
cw-cyber/contracts/litium-wrap/schema/instantiate_msg.json
cw-cyber/contracts/hub-networks/schema/instantiate_msg.json
cw-cyber/contracts/hub-tokens/schema/instantiate_msg.json
cw-cyber/contracts/litium-refer/schema/instantiate_msg.json
cw-cyber/contracts/litium-mine/schema/instantiate_msg.json
cw-cyber/contracts/cw-cyber-gift/schema/instantiate_msg.json
cw-cyber/contracts/hub-channels/schema/instantiate_msg.json
cw-cyber/contracts/litium-stake/schema/instantiate_msg.json
cw-cyber/contracts/litium-core/schema/instantiate_msg.json
cw-cyber/contracts/hub-libs/schema/instantiate_msg.json
cw-cyber/contracts/hub-protocols/src/schema/instantiate_msg.json

Local Graph