A person's onrepeat.fm profile preferences. Single record per repo (rkey 'self').
Record Key
literal:self
Fixed literal value
Properties
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt"
],
"properties": {
"createdAt": {
"type": "string",
"format": "datetime"
},
"colorTheme": {
"type": "string",
"maxLength": 64,
"description": "Slug of the chosen color theme (see app's theme registry). Unknown values fall back to a default."
}
}
},
"description": "A person's onrepeat.fm profile preferences. Single record per repo (rkey 'self')."
}