{
  "$schema": "https://json-schema.org/schema",
  "$id": "NxCypressConvertToInferred",
  "description": "Convert existing Cypress project(s) using `@nx/cypress:cypress` executor to use `@nx/cypress/plugin`.",
  "title": "Convert Cypress project from executor to plugin",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "The project to convert from using the `@nx/cypress:cypress` executor to use `@nx/cypress/plugin`.",
      "x-priority": "important"
    },
    "skipFormat": {
      "type": "boolean",
      "description": "Whether to format files at the end of the migration.",
      "default": false
    }
  }
}
