[][src]Type Definition crossref::response::work::Relations

type Relations = HashMap<String, Value>;

A hashmap containing relation name, Relation pairs. crossref rest-api-doc However it seems, that the value of the relation name can also be an array. Therefor the serde_json::Value type is used instead to prevent an invalid length error