{
"id": "at.postgame.list",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"createdAt",
"updatedAt"
],
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "Deprecated: clients should derive a view URL from the record's at-uri instead"
},
"name": {
"type": "string",
"maxLength": 256
},
"items": {
"type": "array",
"items": {
"ref": "#listItem",
"type": "ref"
},
"description": "Deprecated: use at.postgame.list.item records instead"
},
"numbered": {
"type": "boolean",
"description": "Whether to display position numbers on items"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"updatedAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A ranked list of games created by a user"
},
"listItem": {
"type": "object",
"required": [
"igdbId",
"title",
"position"
],
"properties": {
"award": {
"type": "string",
"maxLength": 128,
"description": "Optional label or emoji award for this entry"
},
"title": {
"type": "string",
"maxLength": 256
},
"igdbId": {
"type": "integer"
},
"coverUrl": {
"type": "string",
"format": "uri"
},
"position": {
"type": "integer",
"minimum": 1
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:crwol3wvv2w2lvvognhvd5cm
- CID
-
bafyreigxbhkku7emv73ptl6fnnm27ze5vv4kttiau7nirfjk5zj5c4pk64
- Indexed At
- 2026-07-26 20:07 UTC
- AT-URI
-
at://did:plc:crwol3wvv2w2lvvognhvd5cm/com.atproto.lexicon.schema/at.postgame.list