{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ReferrerOfResponse",
  "type": "object",
  "required": [
    "miner"
  ],
  "properties": {
    "miner": {
      "type": "string"
    },
    "referrer": {
      "type": [
        "string",
        "null"
      ]
    }
  },
  "additionalProperties": false
}

Local Graph