at.postgame.list.item

postgame.at

{
  "id": "at.postgame.list.item",
  "defs": {
    "main": {
      "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"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.postgame.list.item

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:crwol3wvv2w2lvvognhvd5cm
CID
bafyreifoki5qo2j53ui4ee7ipdvm7heypezvpqtqlhjcflfkah4otuu6hq
Indexed At
2026-07-26 20:07 UTC
AT-URI
at://did:plc:crwol3wvv2w2lvvognhvd5cm/com.atproto.lexicon.schema/at.postgame.list.item

Referenced Schemas (1)

Lexicon Garden

@