blue.atplay.game.score

atplay.blue

{
  "id": "blue.atplay.game.score",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "gameId",
          "score",
          "createdAt"
        ],
        "properties": {
          "cid": {
            "type": "string",
            "maxLength": 512,
            "description": "Content identifier for the record (optional, for verification)."
          },
          "score": {
            "type": "integer",
            "description": "The numeric score achieved by the player."
          },
          "gameId": {
            "type": "string",
            "maxLength": 256,
            "description": "The unique identifier of the game this score was achieved in."
          },
          "metadata": {
            "type": "object",
            "properties": {
              "level": {
                "type": "integer",
                "description": "Game level achieved, if applicable."
              },
              "duration": {
                "type": "integer",
                "description": "Duration of the game session in seconds, if applicable."
              }
            },
            "description": "Optional game-specific metadata about the score."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the score was submitted."
          },
          "signatures": {
            "type": "array",
            "items": {
              "ref": "blue.atplay.score.defs#attestation",
              "type": "ref"
            },
            "description": "Optional attestation signatures proving the score was submitted through ATPlay."
          }
        }
      },
      "description": "A game score record submitted by a player through ATPlay."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against blue.atplay.game.score

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

Metadata

DID
did:plc:lik422i3z6y2skcik5uo2vrl
CID
bafyreibatf4earvepzynycv7krqy2pbjjvbstammn7ylajuxrpkx2odmgq
Indexed At
2026-01-10 12:02 UTC
AT-URI
at://did:plc:lik422i3z6y2skcik5uo2vrl/com.atproto.lexicon.schema/blue.atplay.game.score

Version History (2 versions)

Referenced Schemas (1)

Lexicon Garden

@