[types] authors is a list [Text]

parent 33602609
......@@ -27,7 +27,7 @@ type Search = Text
data HyperdataDocument = HyperdataDocument
{ id :: Maybe Text
, titles :: Map.Map ISO639_1 Text
, authors :: Maybe Text
, authors :: [Text]
, abstracts :: Map.Map ISO639_1 Text
, publication_date :: Maybe Text
, publication_year :: Maybe Int
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment