{
  "source": "../file.js",
  "method": "unlink",
  "input-schema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "path": {
        "type": "string",
        "format": "filechooser",
        "formatOptions": {
          "type": "file"
        },
        "required": true
      }
    }
  },
  "output-schema": {
    "type": "object",
    "properties": {
      "response": {
        "type": "string"
      }
     }
  },
  "meta": {
    "name": "unlink",
    "description": "Remove a file or symbolic link"
  }
}