Skip to content

Site

a web platform on which a person can have a profile; This can be a professional website or social network.
Type: object
Properties

id

a slug for the site; In implementations, this can be used as a key to find the icon for the site.
Type: string

name *

the readable name of the site, as it should be displayed to users; This should follow the site's preferred punctuation and capitalization.
Type: string
Required: yes
Examples
{
"id": "github",
"name": "GitHub"
}
{
"name": "Personal"
}