Skip to content

Profile

a person's profile on a website
Type: object
Properties

site *

the website on which the profile is located
Type: Site
Required: yes
Examples
{
"id": "github",
"name": "GitHub"
}
{
"name": "Personal"
}

username

the username or handle of the person on the website
Type: string

url *

the URL to the profile of the person on the website
Type: Url
Required: yes
Examples
{
"dest": "https://dhruvkb.dev",
"label": "My website"
}
"https://dhruvkb.dev"
Examples
{
"site": {
"name": "Personal"
},
"url": "https://dhruvkb.dev"
}
{
"site": {
"id": "bluesky",
"name": "Bluesky"
},
"username": "dhruvkb.dev",
"url": "https://bsky.app/profile/dhruvkb.dev"
}