{
  "source": "system.js",
  "method": "getPID",
  "input-schema": {
    "type": "null"
  },
  "output-schema": {
    "type": "object",
    "properties": {
      "pid": {
        "type": "number",
        "description": "PID of the process."
      }
    }
  },
  "meta": {
    "name": "getPID",
    "description": "Get PID of the process."
  }
}