Author display_name can be null

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