Skip to content

Latest commit

 

History

History
350 lines (173 loc) · 6.85 KB

person.md

File metadata and controls

350 lines (173 loc) · 6.85 KB

person Type

object (person)

person Properties

Property Type Required Nullable Defined by
title string Required cannot be null person
pronouns string Optional cannot be null person
updated string Optional cannot be null person
roles array Optional cannot be null person
image string Optional cannot be null person
image_remote string Optional cannot be null person
cover string Optional cannot be null person
caption string Optional cannot be null person
linkedin string Optional cannot be null person
twitter string Optional cannot be null person
github string Optional cannot be null person
osm string Optional cannot be null person
website string Optional cannot be null person
wikipedia string Optional cannot be null person
mastodon string Optional cannot be null person
medium string Optional cannot be null person

title

The person's full display name or designation.

title

  • is required

  • Type: string

  • cannot be null

  • defined in: person

title Type

string

title Examples

Darla Dogson
Darla
darla_dog_1985

pronouns

The person's pronouns.

pronouns

  • is optional

  • Type: string

  • cannot be null

  • defined in: person

pronouns Type

string

pronouns Examples

she/her
they/them
he/they

updated

updated

  • is optional

  • Type: string

  • cannot be null

  • defined in: person

updated Type

string

updated Constraints

date time: the string must be a date time string, according to RFC 3339, section 5.6

roles

roles

  • is optional

  • Type: object[] (role)

  • cannot be null

  • defined in: person

roles Type

object[] (role)

image

image

  • is optional

  • Type: string

  • cannot be null

  • defined in: person

image Type

string

image_remote

image_remote

  • is optional

  • Type: string

  • cannot be null

  • defined in: person

image_remote Type

string

cover

cover

  • is optional

  • Type: string

  • cannot be null

  • defined in: person

cover Type

string

caption

caption

  • is optional

  • Type: string

  • cannot be null

  • defined in: person

caption Type

string

linkedin

linkedin

  • is optional

  • Type: string

  • cannot be null

  • defined in: person

linkedin Type

string

twitter

twitter

  • is optional

  • Type: string

  • cannot be null

  • defined in: person

twitter Type

string

github

github

  • is optional

  • Type: string

  • cannot be null

  • defined in: person

github Type

string

osm

osm

  • is optional

  • Type: string

  • cannot be null

  • defined in: person

osm Type

string

website

website

  • is optional

  • Type: string

  • cannot be null

  • defined in: person

website Type

string

wikipedia

wikipedia

  • is optional

  • Type: string

  • cannot be null

  • defined in: person

wikipedia Type

string

mastodon

mastodon

  • is optional

  • Type: string

  • cannot be null

  • defined in: person

mastodon Type

string

medium

medium

  • is optional

  • Type: string

  • cannot be null

  • defined in: person

medium Type

string