at.postgame.list.item

postgame.at

Documentation

A single game entry within a user's list

main record

A single game entry within a user's list

Record Key tid Timestamp-based ID

Properties

addedAt string datetime Required

An RFC 3339 formatted timestamp.

award string Optional

No description available.

maxLength: 128 bytes
gameUri string at-uri Optional

AT URI to the canonical game record; mirrors game.identifiers.atUri for cross-service compatibility

listUri string at-uri Required

The at.postgame.list this item belongs to

position integer Optional

No description available.

minimum: 1
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "listUri",
      "game",
      "addedAt"
    ],
    "properties": {
      "game": {
        "ref": "at.postgame.game#gameRef",
        "type": "ref"
      },
      "award": {
        "type": "string",
        "maxLength": 128
      },
      "addedAt": {
        "type": "string",
        "format": "datetime"
      },
      "gameUri": {
        "type": "string",
        "format": "at-uri",
        "description": "AT URI to the canonical game record; mirrors game.identifiers.atUri for cross-service compatibility"
      },
      "listUri": {
        "type": "string",
        "format": "at-uri",
        "description": "The at.postgame.list this item belongs to"
      },
      "position": {
        "type": "integer",
        "minimum": 1
      }
    }
  },
  "description": "A single game entry within a user's list"
}

Lexicon Garden

@