Custom profile information for spores.garden sites
Record Key
literal:self
Fixed literal value
Properties
avatar
blob
Optional
Avatar image blob
maxSize: 1.0 MBbanner
blob
Optional
Banner image blob
maxSize: 2.0 MBcreatedAt
string
datetime
Optional
Creation timestamp
description
string
Optional
Profile description/bio
maxLength: 50000 bytesmaxGraphemes: 5000 graphemesdisplayName
string
Optional
Display name
maxLength: 2000 bytesmaxGraphemes: 200 graphemesupdatedAt
string
datetime
Optional
Last update timestamp
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": "Avatar image blob"
},
"banner": {
"type": "blob",
"accept": [
"image/png",
"image/jpeg",
"image/webp",
"image/gif"
],
"maxSize": 2000000,
"description": "Banner image blob"
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Creation timestamp"
},
"updatedAt": {
"type": "string",
"format": "datetime",
"description": "Last update timestamp"
},
"description": {
"type": "string",
"maxLength": 50000,
"description": "Profile description/bio",
"maxGraphemes": 5000
},
"displayName": {
"type": "string",
"maxLength": 2000,
"description": "Display name",
"maxGraphemes": 200
}
}
},
"description": "Custom profile information for spores.garden sites"
}