A user's custom profile for their Linkname page.
Record Key
literal:self
Fixed literal value
Properties
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"properties": {
"avatar": {
"type": "blob",
"accept": [
"image/png",
"image/jpeg",
"image/webp",
"image/gif"
],
"maxSize": 1000000,
"description": "Custom profile picture for Linkname page."
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"description": {
"type": "string",
"maxLength": 256,
"description": "Custom profile description for Linkname page."
}
}
},
"description": "A user's custom profile for their Linkname page."
}