{
  "source": "../file.js",
  "method": "mkdir",
  "input-schema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "path": {
        "type": "string",
        "format": "filechooser",
        "required": true
      }
    }
  },
  "output-schema": {
    "type": "object"
  },
  "meta": {
    "name": "create",
    "description": "Create a new directory in the given location."
  }
}