bootloader/go-cyber/ts/contracts/passport/config_response.json

{
  "$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"
    }
  }
}

Homonyms

bootloader/go-cyber/ts/contracts/gift/config_response.json

Graph