A game from the gamesgamesgamesgames catalog, identified by its AT URI.
Properties
View raw schema
{
"type": "object",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri"
},
"name": {
"type": "string",
"description": "Cached display name of the game."
}
},
"description": "A game from the gamesgamesgamesgames catalog, identified by its AT URI."
}