{
  "source": "var.js",
  "method": "get",
  "input-schema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "key": {
        "type": "string",
        "description": "Specify a key to lookup the global variable bound using setVariable."
      }
    }
  },
  "output-schema": {
    "type": "any"
  },
  "meta": {
    "name": "getGlobalVariable",
    "sort_index": 8,
    "description": "Return the value of a global variable. Global variables are global scoped and can be set using the module setVariable.",
    "icon": {
        "type": "fa",
        "label": "variable",
        "name": "arrow-left"
    }
  }
}
