This card allows you to provide information about the contributors and authors of a piece of content.

Example

{
  "type": "Contributor",
  "label": "John Doe",
  "bio": "John is a *scholar* and a gentleman.",
  "primary": true,
  "role": "Senior Editor",
  "area": "Photography",
  "version": 1,
  "help": "http://format.example.com/openpub/version/1",
}

Fields

Field Type Default Purpose Caveats Version
label string The contributor’s display name. 1
profile Profile {} The author’s online profile. 1
role string null The contributor’s role. 1
area string null The contributor’s area of focus. 1
rank number null A value used to order contributors. 1
primary boolean true Include this contributor in the byline. 1
bio string null A brief note about the publication. Markdown enabled. 1