{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "LuccaFrontLuSelect",
  "title": "Lucca Front lu-select migration into new selects",
  "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
    },
    "noComments": {
      "type": "boolean",
      "description": "Don't put comments about select migration rejections in result files.",
      "default": false
    }
  }
}
