cyber-ts/contracts/passport/contract_info_response.json

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ContractInfoResponse",
  "type": "object",
  "required": [
    "name",
    "symbol"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "symbol": {
      "type": "string"
    }
  }
}

Neighbours