games.gamesgamesgamesgames.contribution

gamesgamesgamesgames.games

{
  "id": "games.gamesgamesgamesgames.contribution",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "contributionType",
          "changes",
          "createdAt"
        ],
        "properties": {
          "changes": {
            "type": "unknown",
            "description": "A partial object matching the target record schema. Only changed fields are present."
          },
          "message": {
            "type": "string",
            "description": "Explanation of what is being changed and why.",
            "maxGraphemes": 3000
          },
          "subject": {
            "type": "string",
            "format": "at-uri",
            "description": "The entity being modified. Required for corrections and additions, absent for new game submissions."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "signatures": {
            "type": "array",
            "items": {
              "refs": [
                "games.gamesgamesgamesgames.defs#signature",
                "com.atproto.repo.strongRef"
              ],
              "type": "union"
            },
            "description": "Inline attestation signatures from the AppView that created this contribution."
          },
          "contributionType": {
            "type": "string",
            "knownValues": [
              "correction",
              "addition",
              "newGame"
            ]
          }
        }
      },
      "description": "A community contribution proposing changes to a game or submitting a new game."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against games.gamesgamesgamesgames.contribution

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
bafyreiaarc6mrvzo2erpnzj3trk7iaqpyy22rnc6lrvahwtewhmmbf7wda
Indexed At
2026-07-26 20:18 UTC
AT-URI
at://did:web:gamesgamesgamesgames.games/com.atproto.lexicon.schema/games.gamesgamesgamesgames.contribution

Referenced Schemas (1)

Lexicon Garden

@