A social link record for a single profile destination.
Record Key
any
Any valid record key
Properties
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"order",
"title",
"url",
"icon"
],
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "Absolute URL for the social profile."
},
"icon": {
"type": "string",
"description": "Icon identifier used by the frontend."
},
"order": {
"type": "integer",
"minimum": 0,
"description": "Display order for the homepage social links."
},
"title": {
"type": "string",
"description": "Human-readable label for the social destination."
}
}
},
"description": "A social link record for a single profile destination."
}