{
  "$schema": "http://json-schema.org/draft-07/schema",
  "title": "eUI Icon Migrate Schematic",
  "description": "Migrates deprecated eUI icon names in component templates by detecting icon inputs on eui-icon-svg, eui-icon-button, and eui-tree components.",
  "type": "object",
  "properties": {
    "path": {
      "type": "string",
      "description": "The path to scan for template files.",
      "default": "./src",
      "visible": true
    },
    "dryRun": {
      "type": "boolean",
      "default": false,
      "description": "Whether to run in dry-run mode without making actual changes."
    }
  },
  "required": []
}
