···2929 OwnerDid *string `json:"ownerDid,omitempty" cborgen:"ownerDid,omitempty"`
3030 // ref: Ref being updated
3131 Ref string `json:"ref" cborgen:"ref"`
3232- // repoDid: DID of the repo itself
3333- RepoDid *string `json:"repoDid,omitempty" cborgen:"repoDid,omitempty"`
3434- // repoName: name of the repo
3535- RepoName string `json:"repoName" cborgen:"repoName"`
3232+ // repo: DID of the repo itself
3333+ Repo string `json:"repo" cborgen:"repo"`
3634}
37353836// GitRefUpdate_CommitCountBreakdown is a "commitCountBreakdown" in the sh.tangled.git.refUpdate schema.
···2424 Knot string `json:"knot" cborgen:"knot"`
2525 // labels: List of labels that this repo subscribes to
2626 Labels []string `json:"labels,omitempty" cborgen:"labels,omitempty"`
2727- // name: name of the repo
2828- Name string `json:"name" cborgen:"name"`
2727+ // name: Cosmetic name of the repo.
2828+ Name *string `json:"name,omitempty" cborgen:"name,omitempty"`
2929 // repoDid: DID of the repo itself, if assigned
3030 RepoDid *string `json:"repoDid,omitempty" cborgen:"repoDid,omitempty"`
3131 // source: source of the repo