# games.atplay.game.latestRelease

> Published by [atplay.games](https://lexicon.garden/identity/did:plc:xawtkr77srkxlwhxjf7whbml)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:xawtkr77srkxlwhxjf7whbml/games.atplay.game.latestRelease)
- [Documentation](https://lexicon.garden/lexicon/did:plc:xawtkr77srkxlwhxjf7whbml/games.atplay.game.latestRelease/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:xawtkr77srkxlwhxjf7whbml/games.atplay.game.latestRelease/examples)

## Definitions

### `games.atplay.game.latestRelease`

**Type**: `record`

A pointer to the latest release of a game

**Key**: `any`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `release` | `ref` → `com.atproto.repo.strongRef` | No | A pointer to the latest release of this game |
| `discoverable` | `boolean` | No | Whether this game should be displayed to game players by indexers like https://atplay.games |

## Raw Schema

```json
{
  "id": "games.atplay.game.latestRelease",
  "defs": {
    "main": {
      "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"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
