social.respawn.backlog.item

respawn.social

Documentation

A single game in the actor's backlog. One record per game, keyed by IGDB id.

main record

A single game in the actor's backlog. One record per game, keyed by IGDB id.

Record Key any Any valid record key

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

releaseDate string datetime Optional

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "game",
      "createdAt"
    ],
    "properties": {
      "game": {
        "ref": "social.respawn.defs#gameRef",
        "type": "ref"
      },
      "cover": {
        "ref": "social.respawn.defs#cover",
        "type": "ref"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "releaseDate": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A single game in the actor's backlog. One record per game, keyed by IGDB id."
}

Lexicon Garden

@