games.gamesgamesgamesgames.claim

lexicon.store View official

Documentation

A claim for ownership of game or organization records.

main record

A claim for ownership of game or organization records.

Record Key tid Timestamp-based ID

Properties

contact string Optional

Contact information for the claimant (filtered from responses unless caller is admin)

maxGraphemes: 500 graphemes
createdAt string datetime Required

An RFC 3339 formatted timestamp.

games array of string at-uri Optional

No description available.

message string Optional

No description available.

maxGraphemes: 3000 graphemes
org string at-uri Optional

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

type string Required

No description available.

Known values: game, org
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "type",
      "createdAt"
    ],
    "properties": {
      "org": {
        "type": "string",
        "format": "at-uri"
      },
      "type": {
        "type": "string",
        "knownValues": [
          "game",
          "org"
        ]
      },
      "games": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "at-uri"
        }
      },
      "contact": {
        "type": "string",
        "description": "Contact information for the claimant (filtered from responses unless caller is admin)",
        "maxGraphemes": 500
      },
      "message": {
        "type": "string",
        "maxGraphemes": 3000
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A claim for ownership of game or organization records."
}

Lexicon Garden

@