blue.2048.player.profile

2048.blue

{
  "id": "blue.2048.player.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "soloPlay",
          "syncStatus",
          "createdAt"
        ],
        "properties": {
          "soloPlay": {
            "type": "boolean",
            "default": false,
            "description": "Does not want to show up anywhere. Keep stats to your PDS."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "syncStatus": {
            "ref": "blue.2048.defs#syncStatus",
            "type": "ref",
            "description": "The sync status of this record with the users AT Protocol repo."
          }
        }
      },
      "description": "A declaration of a at://2048 player's profile"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against blue.2048.player.profile

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:zylhqsjug3f76uqxguhviqka
CID
bafyreiguxt54hlxhnoyl6pik7fdfgohjlodgnspcjwkksqnijh7k5mnzhq
Indexed At
2026-02-13 13:45 UTC
AT-URI
at://did:plc:zylhqsjug3f76uqxguhviqka/com.atproto.lexicon.schema/blue.2048.player.profile

Referenced Schemas (1)

Lexicon Garden

@