fm.onrepeat.profile

onrepeat.fm

Documentation

A person's onrepeat.fm profile preferences. Single record per repo (rkey 'self').

main record

A person's onrepeat.fm profile preferences. Single record per repo (rkey 'self').

Record Key literal:self Fixed literal value

Properties

colorTheme string Optional

Slug of the chosen color theme (see app's theme registry). Unknown values fall back to a default.

maxLength: 64 bytes
createdAt string datetime Required

An RFC 3339 formatted timestamp.

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')."
}

Lexicon Garden

@