games.gamesgamesgamesgames.getContributionStats

gamesgamesgamesgames.games

{
  "id": "games.gamesgamesgamesgames.getContributionStats",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "stats",
            "badges"
          ],
          "properties": {
            "stats": {
              "ref": "#contributionStats",
              "type": "ref"
            },
            "badges": {
              "type": "array",
              "items": {
                "ref": "#badge",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "did"
        ],
        "properties": {
          "did": {
            "type": "string",
            "format": "did"
          }
        }
      },
      "description": "Get contribution statistics and badges for a user."
    },
    "badge": {
      "type": "object",
      "required": [
        "id",
        "name"
      ],
      "properties": {
        "id": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "description": {
          "type": "string"
        }
      }
    },
    "contributionStats": {
      "type": "object",
      "required": [
        "totalContributions",
        "corrections",
        "additions",
        "newGames",
        "uniqueEntities",
        "ownerAccepted"
      ],
      "properties": {
        "newGames": {
          "type": "integer"
        },
        "additions": {
          "type": "integer"
        },
        "corrections": {
          "type": "integer"
        },
        "ownerAccepted": {
          "type": "integer"
        },
        "uniqueEntities": {
          "type": "integer"
        },
        "totalContributions": {
          "type": "integer"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against games.gamesgamesgamesgames.getContributionStats

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:gamesgamesgamesgames.games
CID
bafyreidus3jbwccf6qe44fc7pqwo7dyeaf6ik6qdgrpg2lf5332f4fhosa
Indexed At
2026-07-26 20:18 UTC
AT-URI
at://did:web:gamesgamesgamesgames.games/com.atproto.lexicon.schema/games.gamesgamesgamesgames.getContributionStats

Lexicon Garden

@