github.com/status-im/status-go@v1.1.0/integration-tests/schemas/wallet_checkRecentHistoryForChainIDs (about)

     1  {
     2      "$schema": "http://json-schema.org/schema#",
     3      "properties": {
     4          "id": {
     5              "type": "string"
     6          },
     7          "jsonrpc": {
     8              "type": "string"
     9          },
    10          "result": {
    11              "type": "null"
    12          }
    13      },
    14      "required": [
    15          "id",
    16          "jsonrpc",
    17          "result"
    18      ],
    19      "type": "object"
    20  }