A curated list of games. Interaction settings are controlled by a social.respawn.feed.gate record with the same rkey.
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
description
ref
#description
Optional
No description available.
items
array
of
ref
#item
Optional
No description available.
maxLength: 1000 itemsname
string
Required
No description available.
maxLength: 1000 bytesmaxGraphemes: 100 graphemesranked
boolean
Optional
Whether item order represents a ranking.
slug
string
Required
URL slug, unique within the actor's repo. Generated from the name.
maxLength: 200 bytesView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"slug",
"createdAt"
],
"properties": {
"name": {
"type": "string",
"maxLength": 1000,
"maxGraphemes": 100
},
"slug": {
"type": "string",
"maxLength": 200,
"description": "URL slug, unique within the actor's repo. Generated from the name."
},
"items": {
"type": "array",
"items": {
"ref": "#item",
"type": "ref"
},
"maxLength": 1000
},
"ranked": {
"type": "boolean",
"description": "Whether item order represents a ranking."
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"description": {
"ref": "#description",
"type": "ref"
}
}
},
"description": "A curated list of games. Interaction settings are controlled by a social.respawn.feed.gate record with the same rkey."
}