Skip to content

bioSchema

type: object

information related to the identity of a person

name

type: string

the nickname or preferred name of the person; This should be the name used for most intents and purposes.

fullName

type: string
optional? yes

the full name of the person; The person may not want to disclose this for privacy reasons.

aliases

type: array
optional? yes

a list of other names that the person goes by; This can be a nickname, a pseudonym, or the name in a different language.

aliases[idx]

type: string

image

type: string
optional? yes
kind: URL

the URL to a profile picture for the person; For example, this can be a Gravatar link, or the URL to an image hosted on a public URL.

labels

type: array
optional? yes

a few short labels describing the person

labels[idx]

type: string

summary

type: string
optional? yes

a fairly brief summary of the person

introduction

type: string
optional? yes

a fairly long introduction about the person

description

type: string
optional? yes

a detailed description of the person

contact

type: contactSchema
optional? yes

the contact information to reach the person

profiles

type: array
optional? yes

a list of web profiles for the person

profiles[idx]

type: profileSchema

a person’s profile on a website

skills

type: array
optional? yes

a list of skills that the person has

skills[idx]

type: skillSchema

a skill and optional sub-skills possessed by a person

residence

type: addressSchema
optional? yes

current location where the person resides

origin

type: addressSchema
optional? yes

location where the person comes from or holds citizenship of