blue.2048.game

2048.blue

{
  "id": "blue.2048.game",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "currentScore",
          "won",
          "completed",
          "seededRecording",
          "syncStatus",
          "createdAt"
        ],
        "properties": {
          "won": {
            "type": "boolean",
            "default": false,
            "description": "The player has found a 2048 tile (they have won)"
          },
          "completed": {
            "type": "boolean",
            "default": false,
            "description": "The player no longer has any moves left"
          },
          "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."
          },
          "currentScore": {
            "type": "integer",
            "default": 0,
            "description": "The game's current score"
          },
          "seededRecording": {
            "type": "string",
            "description": "This is the recording of the game. Like chess notation, but for 2048"
          }
        }
      },
      "description": "A declaration of an instance of a at://2048 game"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against blue.2048.game

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@