From 172b10ccb9f0e3bdf6985fc56e71db956cc28a6a Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Fri, 23 Jul 2021 11:11:29 +0200 Subject: fix typo in ref schema --- skate/schema.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skate') diff --git a/skate/schema.go b/skate/schema.go index a3f261d..93c9680 100644 --- a/skate/schema.go +++ b/skate/schema.go @@ -50,7 +50,7 @@ type Ref struct { Biblio Biblio `json:"biblio"` Index int64 `json:"index,omitempty"` Key string `json:"key,omitempty"` - Locator string `json:"locator:omitempty"` + Locator string `json:"locator,omitempty"` RefSource string `json:"ref_source,omitempty"` ReleaseYear int `json:"release_year,omitempty"` ReleaseIdent string `json:"release_ident,omitempty"` -- cgit v1.2.3