{
  "repos": [
    {
      "name": "api",
      "url": "git@github.com:org/api.git",
      "description": "Main API backend service",
      "keywords": ["api", "backend"],
      "defaultBranch": "develop"
    },
    {
      "name": "web",
      "url": "git@github.com:org/web.git",
      "description": "Web frontend application",
      "keywords": ["web", "frontend"],
      "defaultBranch": "main"
    }
  ]
}
