games.atplay.game.latestRelease

atplay.games

Documentation

A pointer to the latest release of a game

main record

A pointer to the latest release of a game

Record Key any Any valid record key

Properties

discoverable boolean Optional

Whether this game should be displayed to game players by indexers like https://atplay.games

Default: false
View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "properties": {
      "release": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref",
        "description": "A pointer to the latest release of this game"
      },
      "discoverable": {
        "type": "boolean",
        "default": false,
        "description": "Whether this game should be displayed to game players by indexers like https://atplay.games"
      }
    }
  },
  "description": "A pointer to the latest release of a game"
}

Lexicon Garden

@