{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "IsAuthorizedCallerResponse",
  "type": "object",
  "required": [
    "address",
    "authorized"
  ],
  "properties": {
    "address": {
      "type": "string"
    },
    "authorized": {
      "type": "boolean"
    }
  },
  "additionalProperties": false
}

Local Graph