{
"id": "com.crashthearcade.list",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"items",
"createdAt",
"updatedAt"
],
"properties": {
"name": {
"type": "string",
"maxLength": 256
},
"items": {
"type": "array",
"items": {
"ref": "#listItem",
"type": "ref"
}
},
"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
-
bafyreia76k56yvzkqq4cf6ezwvr2suxl7e4uxjog3ngvrcuqslszc33sgu
- Indexed At
- 2026-04-23 02:46 UTC
- AT-URI
-
at://did:plc:crwol3wvv2w2lvvognhvd5cm/com.atproto.lexicon.schema/com.crashthearcade.list
Version History (2 versions)