{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "LuccaFrontClassPrefix",
  "title": "Lucca Front Class prefix Schema",
  "type": "object",
  "properties": {
    "dryRun": {
      "type": "boolean",
      "description": "Run through the migration without making any changes.",
      "default": false
    },
    "skipInstall": {
      "type": "boolean",
      "description": "Skip installing dependencies.",
      "default": false
    },
    "verbose": {
      "type": "boolean",
      "description": "Enable verbose logging.",
      "default": false
    }
  }
}
