diff options
Diffstat (limited to 'skate/schema.go')
-rw-r--r-- | skate/schema.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/skate/schema.go b/skate/schema.go index 7f707f3..10504fe 100644 --- a/skate/schema.go +++ b/skate/schema.go @@ -345,9 +345,9 @@ type BiblioRef struct { MatchReason string `json:"match_reason,omitempty"` TargetUnstructured string `json:"target_unstructured,omitempty"` TargetCSL string `json:"target_csl,omitempty"` - Extra struct { - Ref Ref `json:"ref"` // keep the raw original ref around (e.g. for unmatched) - } `json:"extra"` + // Extra struct { + // Ref Ref `json:"ref,omitempty"` // keep the raw original ref around (e.g. for unmatched) + // } `json:"extra,omitempty"` } // ReleaseCluster, a list of match candidates. This is typically serialized as a |