games.atplay.game.invitation

atplay.games

{
  "id": "games.atplay.game.invitation",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "game",
          "otherPlayers",
          "state"
        ],
        "properties": {
          "game": {
            "ref": "games.atplay.game.release",
            "type": "ref"
          },
          "state": {
            "ref": "games.atplay.game.state",
            "type": "ref"
          },
          "parameters": {
            "type": "object",
            "properties": {},
            "description": "Any parameters of play used by the game logic"
          },
          "otherPlayers": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "did"
            },
            "minLength": 1,
            "description": "Array of DIDs for other players in the game"
          }
        }
      },
      "description": "An invitation to play a game, with everything needed to execute it"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against games.atplay.game.invitation

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:xawtkr77srkxlwhxjf7whbml
CID
bafyreigqpfhpq3azx7tv3mzb4onkk4ux24iwjqil5qqwbvdnkosp5g6h6y
Indexed At
2026-04-11 21:27 UTC
AT-URI
at://did:plc:xawtkr77srkxlwhxjf7whbml/com.atproto.lexicon.schema/games.atplay.game.invitation

Referenced Schemas (2)

Lexicon Garden

@