A user's link-in-bio page containing cards, theme configuration, and social icons.
literal:self
Fixed literal value
Properties
cards
array
of
union
Required
connectedServices
ref
#connectedServices
Optional
No description available.
socialIcons
array
of
ref
#socialIcon
Optional
Social media icons displayed on the profile.
theme
string
Optional
Deprecated: use themeConfig instead.
themeConfig
ref
#themeConfig
Optional
No description available.
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"cards"
],
"properties": {
"cards": {
"type": "array",
"items": {
"refs": [
"#linkCard",
"#headerCard",
"#widgetGoodreads",
"#widgetGithub",
"#widgetTealfm",
"#widgetLastfm",
"#widgetClock",
"#widgetYoutube",
"#widgetPatreon",
"#widgetSubstack",
"#widgetBeehiiv",
"#widgetVideo",
"#widgetTwitch",
"#widgetDiscord",
"#widgetReddit",
"#widgetMedium",
"#widgetMap"
],
"type": "union"
},
"description": "Ordered list of cards on the page."
},
"theme": {
"type": "string",
"description": "Deprecated: use themeConfig instead."
},
"socialIcons": {
"type": "array",
"items": {
"ref": "#socialIcon",
"type": "ref"
},
"description": "Social media icons displayed on the profile."
},
"themeConfig": {
"ref": "#themeConfig",
"type": "ref"
},
"connectedServices": {
"ref": "#connectedServices",
"type": "ref"
}
}
},
"description": "A user's link-in-bio page containing cards, theme configuration, and social icons."
}