games.gamesgamesgamesgames.contributionReview

gamesgamesgamesgames.games

Documentation

A review of a community contribution by a moderator.

main record

A review of a community contribution by a moderator.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

reason string Optional

No description available.

maxGraphemes: 3000 graphemes
reviewedBy string did Required

A decentralized identifier (DID).

status string Required

No description available.

Known values: approved, denied, needsRevision
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "contribution",
      "status",
      "reviewedBy",
      "createdAt"
    ],
    "properties": {
      "reason": {
        "type": "string",
        "maxGraphemes": 3000
      },
      "status": {
        "type": "string",
        "knownValues": [
          "approved",
          "denied",
          "needsRevision"
        ]
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "reviewedBy": {
        "type": "string",
        "format": "did"
      },
      "contribution": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      }
    }
  },
  "description": "A review of a community contribution by a moderator."
}

Lexicon Garden

@