aboutsummaryrefslogtreecommitdiffstats
path: root/skate/schema.go
diff options
context:
space:
mode:
Diffstat (limited to 'skate/schema.go')
-rw-r--r--skate/schema.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/skate/schema.go b/skate/schema.go
index 1878205..52aa91a 100644
--- a/skate/schema.go
+++ b/skate/schema.go
@@ -305,7 +305,7 @@ type BiblioRef struct {
}
// ReleaseCluster, a list of match candidates. This is typically serialized as a
-// single JSON line.
+// single JSON line containing the match key and a list of release documents.
type ReleaseCluster struct {
Key string `json:"k"`
Values []*Release `json:"v"`