{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ConfigResponse",
  "type": "object",
  "required": [
    "avatar_subgraph",
    "name_subgraph",
    "owner",
    "proof_subgraph"
  ],
  "properties": {
    "avatar_subgraph": {
      "type": "string"
    },
    "name_subgraph": {
      "type": "string"
    },
    "owner": {
      "type": "string"
    },
    "proof_subgraph": {
      "type": "string"
    }
  }
}

Dimensions

cw-cyber/contracts/litium-core/schema/config_response.json
cw-cyber/contracts/litium-wrap/schema/config_response.json
cw-cyber/contracts/cw-cyber-subgraph/schema/config_response.json
cw-cyber/contracts/litium-refer/schema/config_response.json
cw-cyber/contracts/cw-cyber-gift/schema/config_response.json
cw-cyber/contracts/litium-stake/schema/config_response.json
cw-cyber/contracts/litium-mine/schema/config_response.json

Local Graph