{
  "$schema": "http://json-schema.org/schema",
  "id": "NxSchematicsAdd",
  "title": "Add Nx Schematics to Project and Convert Workspace",
  "description": "NOTE: Does not work in the --dry-run mode",
  "type": "object",
  "properties": {
    "npmScope": {
      "type": "string",
      "description": "Npm scope for importing libs."
    },
    "skipInstall": {
      "type": "boolean",
      "description": "Skip installing after adding @nrwl/workspace",
      "default": false
    },
    "name": {
      "type": "string",
      "description": "Project name.",
      "$default": {
        "$source": "projectName"
      }
    }
  }
}
