space.dailygame.profile

dailygame.space

{
  "id": "space.dailygame.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt"
        ],
        "properties": {
          "games": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 64
            },
            "maxLength": 256,
            "description": "Game ids from the app catalog that the user plays."
          },
          "timezone": {
            "type": "string",
            "maxLength": 128,
            "description": "IANA timezone name used to compute daily resets for this user."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this profile record was first created."
          },
          "favorites": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 64
            },
            "maxLength": 256,
            "description": "Game ids that the user has favorited. Shown in a dedicated group on the home page."
          },
          "displayName": {
            "type": "string",
            "maxLength": 640,
            "description": "Optional override of the user's Bluesky display name for this app.",
            "maxGraphemes": 64
          },
          "displayOrder": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 64
            },
            "maxLength": 256,
            "description": "Optional user-preferred ordering of game ids."
          }
        }
      },
      "description": "A user's daily-games profile. Singleton per repo (rkey = 'self')."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against space.dailygame.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ai5s6bbqotd4wbimmawo32zo
CID
bafyreihwtgjw3rouczmwz5kilzlkv7t5io6ai3orla7bomxfd72xkwzn5e
Indexed At
2026-04-18 06:52 UTC
AT-URI
at://did:plc:ai5s6bbqotd4wbimmawo32zo/com.atproto.lexicon.schema/space.dailygame.profile

Version History (3 versions)

Lexicon Garden

@