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": {
            "ref": "#parameters",
            "type": "ref",
            "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"
    },
    "parameters": {
      "type": "object",
      "properties": {},
      "description": "Open-ended container for a game's parameters. Game logic interprets the fields."
    }
  },
  "$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
bafyreihomsrgkbripby6zinznop6vo3nakv2bksxvonyypgc4uy52griqy
Indexed At
2026-07-20 09:23 UTC
AT-URI
at://did:plc:xawtkr77srkxlwhxjf7whbml/com.atproto.lexicon.schema/games.atplay.game.invitation

Version History (2 versions)

Referenced Schemas (2)

  • games.atplay.game.release
  • games.atplay.game.state

Lexicon Garden

@