A creator's content platform links, stored in their AT Protocol repository. Written by Babesky on behalf of users who opt in.
Record Key
literal:self
Fixed literal value
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
links
array
of
ref
com.babesky.actor.defs#platformLink
Required
Ordered list of platform links. Up to 20 entries.
maxLength: 20 itemsView raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"links",
"createdAt"
],
"properties": {
"links": {
"type": "array",
"items": {
"ref": "com.babesky.actor.defs#platformLink",
"type": "ref"
},
"maxLength": 20,
"description": "Ordered list of platform links. Up to 20 entries."
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A creator's content platform links, stored in their AT Protocol repository. Written by Babesky on behalf of users who opt in."
}