games.gamesgamesgamesgames.game

gamesgamesgamesgames.games

Documentation

A video game.

main record

A video game.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Optional

An RFC 3339 formatted timestamp.

name string Optional

No description available.

parent string at-uri Optional

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

publishedAt string datetime Optional

When this record was marked ready for public viewing.

summary string Optional

No description available.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "properties": {
      "name": {
        "type": "string"
      },
      "media": {
        "type": "array",
        "items": {
          "ref": "games.gamesgamesgamesgames.defs#mediaItem",
          "type": "ref"
        },
        "description": "Images associated with the game."
      },
      "modes": {
        "type": "array",
        "items": {
          "ref": "games.gamesgamesgamesgames.defs#mode",
          "type": "ref"
        }
      },
      "genres": {
        "type": "array",
        "items": {
          "ref": "games.gamesgamesgamesgames.defs#genre",
          "type": "ref"
        }
      },
      "parent": {
        "type": "string",
        "format": "at-uri"
      },
      "themes": {
        "type": "array",
        "items": {
          "ref": "games.gamesgamesgamesgames.defs#theme",
          "type": "ref"
        }
      },
      "summary": {
        "type": "string"
      },
      "releases": {
        "type": "array",
        "items": {
          "ref": "games.gamesgamesgamesgames.defs#release",
          "type": "ref"
        }
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "publishedAt": {
        "type": "string",
        "format": "datetime",
        "description": "When this record was marked ready for public viewing."
      },
      "applicationType": {
        "ref": "games.gamesgamesgamesgames.defs#applicationType",
        "type": "ref"
      },
      "playerPerspectives": {
        "type": "array",
        "items": {
          "ref": "games.gamesgamesgamesgames.defs#playerPerspective",
          "type": "ref"
        }
      }
    }
  },
  "description": "A video game."
}

Lexicon Garden

@