{
"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
}