Mackinac extended profile. Supplements app.bsky.actor.profile with additional fields.
Record Key
literal:self
Fixed literal value
Properties
allowAiSummary
boolean
Optional
Whether to allow AI-generated summaries on this profile
description
string
Optional
Extended bio content
maxLength: 10000 bytesheadline
string
Optional
Short headline for the profile
maxLength: 256 byteslinks
array
of
ref
#link
Optional
Linked external accounts
maxLength: 20 itemsView raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"properties": {
"links": {
"type": "array",
"items": {
"ref": "#link",
"type": "ref"
},
"maxLength": 20,
"description": "Linked external accounts"
},
"headline": {
"type": "string",
"maxLength": 256,
"description": "Short headline for the profile"
},
"description": {
"type": "string",
"maxLength": 10000,
"description": "Extended bio content"
},
"allowAiSummary": {
"type": "boolean",
"description": "Whether to allow AI-generated summaries on this profile"
}
}
},
"description": "Mackinac extended profile. Supplements app.bsky.actor.profile with additional fields."
}