{
  "source": "session.js",
  "method": "getSession",
  "input-schema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "key": {
        "label": "Key",
        "type": "string"
      }
    }
  },
  "output-schema": {
    "type": "any"
  },
  "meta": {
    "name": "get",
    "description": "Gets a value from session"
  }
}