{
  "source": "system.js",
  "method": "stdin",
  "input-schema": {
    "type": "null"
  },
  "output-schema": {
    "type": "object",
    "properties": {
      "stdin": {
        "type": "any",
        "description": "Stream connected to stdnin."
      }
    }
  },
  "meta": {
    "name": "stdin",
    "description": "Get stdin handle."
  }
}