{
    "source": "../file.js",
    "method": "empty_dir",
    "input-schema": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "path": {
          "type": "string",
          "format": "filechooser",
          "formatOptions": {
              "type": "folder"
          },
          "required": true
        }
      }
    },
    "output-schema": {
      "type": "string"
    },
    "meta": {
      "name": "empty",
      "description": "Ensures that a directory is empty. Deletes directory contents if the directory is not empty. If the directory does not exist, it is created. The directory itself is not deleted."
    }
  }