diff options
Diffstat (limited to 'skate')
-rw-r--r-- | skate/schema.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skate/schema.go b/skate/schema.go index 18d0e83..2cea15a 100644 --- a/skate/schema.go +++ b/skate/schema.go @@ -418,7 +418,7 @@ type SitemapEntry struct { // BiblioRef as a prototype for citation graph elasticsearch indexing, // https://is.gd/yicTom. type BiblioRef struct { - Key string `json:"_id,omitempty"` + Key string `json:"_id,omitempty"` // TODO: rename this to ID or something like that IndexedTs string `json:"indexed_ts,omitempty"` // https://www.elastic.co/guide/en/elasticsearch/reference/current/date.html SourceReleaseIdent string `json:"source_release_ident,omitempty"` SourceWorkIdent string `json:"source_work_ident,omitempty"` |