A game engine.
Record Key
tid
Timestamp-based ID
Properties
companies
array
of
string
at-uri
Optional
No description available.
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
description
string
Optional
No description available.
media
array
of
ref
games.gamesgamesgamesgames.defs#mediaItem
Optional
No description available.
name
string
Required
No description available.
platforms
array
of
string
at-uri
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"
}
},
"websites": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#website",
"type": "ref"
}
},
"companies": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
}
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"platforms": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
}
},
"description": {
"type": "string"
}
}
},
"description": "A game engine."
}