{
  "$schema": "http://json-schema.org/schema",
  "$id": "MigrateEuiEditorSchema",
  "title": "Migrate EUI editor removed outputs",
  "type": "object",
  "properties": {
    "path": {
      "type": "string",
      "description": "The path to scan for files.",
      "default": "./",
      "visible": true
    },
    "dryRun": {
      "type": "boolean",
      "default": false,
      "description": "Whether to run in dry-run mode without making actual changes."
    }
  }
}
