{
  "$schema": "https://json-schema.org/schema",
  "$id": "NxStorybookConvertToInferred",
  "description": "Convert existing Storybook project(s) using `@nx/storybook:*` executors to use `@nx/storybook/plugin`. Defaults to migrating all projects. Pass '--project' to migrate only one target.",
  "title": "Convert Storybook project from executor to plugin",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "The project to convert from using the `@nx/storybook:*` executors to use `@nx/storybook/plugin`.",
      "x-priority": "important"
    },
    "skipFormat": {
      "type": "boolean",
      "description": "Whether to format files at the end of the migration.",
      "default": false
    }
  }
}
