A platform for playing video games.
Record Key
tid
Timestamp-based ID
Properties
abbreviation
string
Optional
No description available.
alternativeName
string
Optional
No description available.
category
ref
games.gamesgamesgamesgames.defs#platformCategory
Optional
No description available.
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
description
string
Optional
No description available.
family
string
at-uri
Optional
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
generation
integer
Optional
No description available.
media
array
of
ref
games.gamesgamesgamesgames.defs#mediaItem
Optional
No description available.
name
string
Required
No description available.
versions
array
of
ref
games.gamesgamesgamesgames.defs#platformVersion
Optional
No description available.
websites
array
of
ref
games.gamesgamesgamesgames.defs#website
Optional
No description available.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"createdAt"
],
"properties": {
"name": {
"type": "string"
},
"media": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#mediaItem",
"type": "ref"
}
},
"family": {
"type": "string",
"format": "at-uri"
},
"category": {
"ref": "games.gamesgamesgamesgames.defs#platformCategory",
"type": "ref"
},
"versions": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#platformVersion",
"type": "ref"
}
},
"websites": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#website",
"type": "ref"
}
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"generation": {
"type": "integer"
},
"description": {
"type": "string"
},
"abbreviation": {
"type": "string"
},
"alternativeName": {
"type": "string"
}
}
},
"description": "A platform for playing video games."
}