A builder's CloverNight-suite identity, read by CloverNight, WooPulse, and dionis.dev alike. One DID, one profile, portable across the suite. Singleton per repo.
Record Key
self
Properties
avatar
blob
Optional
Profile avatar image.
maxSize: 1.0 MBbio
string
Optional
Short bio.
maxLength: 1024 bytescreatedAt
string
datetime
Optional
ISO 8601 timestamp the profile was created.
displayName
string
Optional
Display name.
maxLength: 128 byteslinks
array
of
ref
#link
Optional
External links (site, social).
maxLength: 16 itemsView raw schema
{
"key": "self",
"type": "record",
"record": {
"type": "object",
"properties": {
"bio": {
"type": "string",
"maxLength": 1024,
"description": "Short bio."
},
"links": {
"type": "array",
"items": {
"ref": "#link",
"type": "ref"
},
"maxLength": 16,
"description": "External links (site, social)."
},
"avatar": {
"type": "blob",
"accept": [
"image/png",
"image/jpeg",
"image/webp"
],
"maxSize": 1048576,
"description": "Profile avatar image."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "ISO 8601 timestamp the profile was created."
},
"displayName": {
"type": "string",
"maxLength": 128,
"description": "Display name."
}
}
},
"description": "A builder's CloverNight-suite identity, read by CloverNight, WooPulse, and dionis.dev alike. One DID, one profile, portable across the suite. Singleton per repo."
}