diff options
Diffstat (limited to 'skate/schema.go')
-rw-r--r-- | skate/schema.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skate/schema.go b/skate/schema.go index 4845720..c2107e4 100644 --- a/skate/schema.go +++ b/skate/schema.go @@ -232,6 +232,7 @@ type Release struct { ResearchGate struct { URL string `json:"url,omitempty"` } `json:"rg,omitempty"` + ResolvedContainerName string `json:"resolved_container_name"` } `json:"skate,omitempty"` OpenLibrary struct { HasFulltext bool `json:"has_fulltext,omitempty"` |