games.gamesgamesgamesgames.createContribution

gamesgamesgamesgames.games

{
  "id": "games.gamesgamesgamesgames.createContribution",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "contributionType",
            "changes"
          ],
          "properties": {
            "rkey": {
              "type": "string",
              "description": "Optional record key. When provided, the contribution is created with this rkey instead of an auto-generated one."
            },
            "changes": {
              "type": "unknown",
              "description": "A partial object with only changed fields."
            },
            "message": {
              "type": "string",
              "maxGraphemes": 3000
            },
            "subject": {
              "type": "string",
              "format": "at-uri",
              "description": "The entity being modified. Required for corrections and additions."
            },
            "contributionType": {
              "type": "string",
              "knownValues": [
                "correction",
                "addition",
                "newGame"
              ]
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "uri"
          ],
          "properties": {
            "uri": {
              "type": "string",
              "format": "at-uri"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Submit a new community contribution proposing changes to an entity or a new game."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against games.gamesgamesgamesgames.createContribution

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@