···1919type GraphVouch struct {
2020 LexiconTypeID string `json:"$type,const=sh.tangled.graph.vouch" cborgen:"$type,const=sh.tangled.graph.vouch"`
2121 CreatedAt string `json:"createdAt" cborgen:"createdAt"`
2222+ // evidences: Optional list of ATURIs serving as evidence for this vouch (ex. issues, PRs)
2323+ Evidences []string `json:"evidences,omitempty" cborgen:"evidences,omitempty"`
2224 // kind: Whether this user is being vouched for or denounced
2325 Kind string `json:"kind" cborgen:"kind"`
2426 // reason: The reason for this vouch/denouncement