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.

Property

Value(s)

Description

name

String

Full name of contributor

prefix

String (Optional)
Examples: Mr, Mrs, Miss

Prefix of contributor

suffix

String (Optional)
Examples: OBE, PhD

Suffix of contributor

gender

String (Optional)
Values: male, female

Gender of contributor

dob

String (Optional)

Date of birth for contributor

dod

String (Optional)

Date of death for contributor

from

String (Optional)

Place of birth for contributor

meta.early-life

String (Optional)

Bio on early life of contributor

meta.career

String (Optional)

Bio on career of contributor

meta.quote

String (Optional)

Notable quote from contributor

meta.known-for

String (Optional)

Contributor 'known for'

meta.trivia

String (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