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
Ordered list of cards on the page. Each card is a union of linkCard, widgetGoodreads, widgetGithub, or widgetTealfm.
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",
"#widgetGoodreads",
"#widgetGithub",
"#widgetTealfm"
],
"type": "union"
},
"description": "Ordered list of cards on the page. Each card is a union of linkCard, widgetGoodreads, widgetGithub, or widgetTealfm."
},
"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."
}