games.gamesgamesgamesgames.actor.stats

gamesgamesgamesgames.games

{
  "id": "games.gamesgamesgamesgames.actor.stats",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "game",
          "source",
          "createdAt"
        ],
        "properties": {
          "game": {
            "ref": "games.gamesgamesgamesgames.actor.game#gameRef",
            "type": "ref",
            "description": "Reference to the game record."
          },
          "source": {
            "type": "string",
            "description": "The platform that provided this statistics data.",
            "knownValues": [
              "steam",
              "gog",
              "epic",
              "playstation",
              "xbox",
              "nintendo",
              "itchio",
              "humble"
            ]
          },
          "playtime": {
            "type": "integer",
            "minimum": 0,
            "description": "Total playtime recorded in minutes."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "lastPlayed": {
            "type": "string",
            "format": "datetime",
            "description": "When the game was last played according to this source."
          },
          "signatures": {
            "type": "array",
            "items": {
              "refs": [
                "games.gamesgamesgamesgames.defs#signature",
                "com.atproto.repo.strongRef"
              ],
              "type": "union"
            },
            "description": "Attestation signatures proving stats were verified. Can be inline signatures or strongRefs to remote proof records."
          },
          "achievements": {
            "type": "object",
            "properties": {
              "total": {
                "type": "integer",
                "minimum": 0
              },
              "unlocked": {
                "type": "integer",
                "minimum": 0
              }
            },
            "description": "Achievement progress from this source."
          }
        }
      },
      "description": "Statistics for a game from a specific platform. May include attestation signatures proving the data was verified by an external service."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against games.gamesgamesgamesgames.actor.stats

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

Metadata

DID
did:web:gamesgamesgamesgames.games
CID
bafyreifogk45o65clqypd57ut66zxbi3mmwsznatjiitelal67qr2v463a
Indexed At
2026-03-20 17:47 UTC
AT-URI
at://did:web:gamesgamesgamesgames.games/com.atproto.lexicon.schema/games.gamesgamesgamesgames.actor.stats

Referenced Schemas (2)

Lexicon Garden

@