diff options
Diffstat (limited to 'skate/schema.go')
-rw-r--r-- | skate/schema.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/skate/schema.go b/skate/schema.go index d36a771..7f707f3 100644 --- a/skate/schema.go +++ b/skate/schema.go @@ -345,6 +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"` } // ReleaseCluster, a list of match candidates. This is typically serialized as a |