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:
falserelease
ref
com.atproto.repo.strongRef
Optional
A pointer to the latest release of this game
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"
}