Contributor

Details for contributor resource

The following example shows how the Contributor property values are identified.

{
  "id":"5fd125f5-5d59-329f-b59e-a4a18813b8c5",
  "prefix":"Mr",
  "name":"Character",
  "suffix":"MBE",
  "dob":"1960-01-01",
  "dod":"1990-01-01",
  "from":"London",
  "gender":"male",
  "meta":{
    "early-life":"Description of early life activities.",
    "career":"Description of career.",
    "quote":"A quote.",
    "known-for":"Contributors best known activities.",
    "trivia":"A trivia comment."
  }
}

The table below outlines the possible values exposed in the Contributor Detail resource as well as descriptions for boolean properties.

PropertyValue(s)Description
nameStringFull name of contributor
prefixString (Optional)
Examples: Mr, Mrs, Miss
Prefix of contributor
suffixString (Optional)
Examples: OBE, PhD
Suffix of contributor
genderString (Optional)
Values: male, female
Gender of contributor
dobString (Optional)Date of birth for contributor
dodString (Optional)Date of death for contributor
fromString (Optional)Place of birth for contributor
meta.early-lifeString (Optional)Bio on early life of contributor
meta.careerString (Optional)Bio on career of contributor
meta.quoteString (Optional)Notable quote from contributor
meta.known-forString (Optional)Contributor 'known for'
meta.triviaString (Optional)Trivia for contributor

🚧

v1 to v2

See our Migration section for further information on the changes made to this resource between API v1 and v2


What’s Next