{
  "cli": "nx",
  "id": "workspace-setup",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Project name (lowercase with dashes, e.g. my-project)",
      "pattern": "^[a-z][a-z0-9-]*$",
      "x-prompt": "What is the name of your project? (lowercase with dashes)"
    }
  },
  "required": ["name"]
}
