Author display_name can be null

parent 0083c02d
...@@ -317,7 +317,7 @@ data Biblio = Biblio ...@@ -317,7 +317,7 @@ data Biblio = Biblio
data DehydratedAuthor = DehydratedAuthor data DehydratedAuthor = DehydratedAuthor
{ id :: OpenAlexID { id :: OpenAlexID
, display_name :: Text , display_name :: Maybe Text
, orcid :: Maybe URL , orcid :: Maybe URL
} deriving (Generic, Show, FromJSON) } deriving (Generic, Show, FromJSON)
......
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