Example for space.dailygame.profile

View schema | Contributed by dailygame.space

Description

A populated profile singleton (rkey is always `self`). `games` is the set of game ids the user opts in to seeing on the home grid; `favorites` is the subset pinned to the top; `displayOrder` is an optional explicit ordering. `timezone` is an IANA name used to compute daily resets, and `badges` is the user's append-only achievement log — each entry references the inline `#badge` def with a stable id, an optional UI category, and the timestamp the criteria were first met.

Value

{
  "$type": "space.dailygame.profile",
  "games": [
    "wordle",
    "connections",
    "strands",
    "globle",
    "queens",
    "puzzmo-crossword"
  ],
  "badges": [
    {
      "id": "streak-10",
      "category": "streak",
      "earnedAt": "2026-04-15T07:30:00.000Z"
    },
    {
      "id": "category-expert-word",
      "category": "category-expert",
      "earnedAt": "2026-04-22T07:30:00.000Z"
    }
  ],
  "timezone": "America/Los_Angeles",
  "createdAt": "2026-03-01T18:00:00.000Z",
  "favorites": [
    "wordle",
    "connections"
  ],
  "displayName": "Daily Puzzler",
  "displayOrder": [
    "wordle",
    "connections",
    "strands",
    "globle",
    "queens",
    "puzzmo-crossword"
  ]
}

Metadata

Lexicon
space.dailygame.profile
Owner
dailygame.space (did:plc:ai5s6bbqotd4wbimmawo32zo)
Created
2026-05-01 00:00 UTC
Indexed At
2026-05-01 17:11 UTC
AT-URI
at://did:plc:ai5s6bbqotd4wbimmawo32zo/garden.lexicon.example/space.dailygame.profile
CID
bafyreih362prwoq2fnrhlbfq4defbduybjbfaiwbarc2qxhn2zqypuyne4

Lexicon Garden

@