{
  "$schema": "http://json-schema.org/schema",
  "properties": {
    "app": {
      "type": "string",
      "description": "Name of the application under test as defined in angular.json. If not set, defaultProject will be used.",
      "x-prompt": "Which app would you like to prepare Cypress for? (leave empty to use default project)"
    },
    "overwrite": {
      "type": "boolean",
      "description": "Should existing e2e project be overwritten or a new project be created.",
      "default": false,
      "x-prompt": "Do you want to overwrite an existing e2e project? (false means, that a new e2e project will be created)"
    },
    "folder": {
      "type": "string",
      "description": "Overwrite path for e2e project root folder to be used as installation destination. If not set, the destination folder will be derived from target app folder."
    }
  }
}
