games.gamesgamesgamesgames.claimReview

lexicon.store View official

Documentation

A review of a claim for ownership of game or organization records.

main record

A review of a claim for ownership of game or organization records.

Record Key tid Timestamp-based ID

Properties

approvedGames array of string at-uri Optional

No description available.

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
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "claim",
      "status",
      "reviewedBy",
      "createdAt"
    ],
    "properties": {
      "claim": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      },
      "reason": {
        "type": "string",
        "maxGraphemes": 3000
      },
      "status": {
        "type": "string",
        "knownValues": [
          "approved",
          "denied"
        ]
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "reviewedBy": {
        "type": "string",
        "format": "did"
      },
      "approvedGames": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "at-uri"
        }
      }
    }
  },
  "description": "A review of a claim for ownership of game or organization records."
}

Lexicon Garden

@