{
  "$schema": "http://json-schema.org/draft-07/schema",
  "title": "eUI Migrate Schematic",
  "description": "Migrates eUI source code to the latest version (icons, modules, breaking changes).",
  "type": "object",
  "properties": {
    "path": {
      "type": "string",
      "description": "The path to scan for files to migrate.",
      "default": "./src",
      "visible": true
    },
    "mwp": {
      "type": "boolean",
      "default": false,
      "description": "Whether to apply MyWorkplace-specific replacements (disabled by default)."
    },
    "dryRun": {
      "type": "boolean",
      "default": false,
      "description": "Whether to run in dry-run mode without making actual changes."
    }
  },
  "required": []
}
