games.gamesgamesgamesgames.game

lexicon.store View official

Documentation

A video game.

main record

A video game.

Record Key any Any valid record key

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

description string Optional

Detailed game description in plain text, with formatting expressed via descriptionFacets.

engines array of string at-uri Optional

No description available.

keywords array of string Optional

No description available.

name string Required

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.

storyline string Optional

No description available.

summary string Optional

No description available.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name",
      "createdAt",
      "applicationType"
    ],
    "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"
        }
      },
      "videos": {
        "type": "array",
        "items": {
          "ref": "games.gamesgamesgamesgames.defs#externalVideo",
          "type": "ref"
        }
      },
      "engines": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "at-uri"
        }
      },
      "summary": {
        "type": "string"
      },
      "keywords": {
        "type": "array",
        "items": {
          "type": "string"
        }
      },
      "releases": {
        "type": "array",
        "items": {
          "ref": "games.gamesgamesgamesgames.defs#release",
          "type": "ref"
        }
      },
      "websites": {
        "type": "array",
        "items": {
          "ref": "games.gamesgamesgamesgames.defs#website",
          "type": "ref"
        }
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "storyline": {
        "type": "string"
      },
      "ageRatings": {
        "type": "array",
        "items": {
          "ref": "games.gamesgamesgamesgames.defs#ageRating",
          "type": "ref"
        }
      },
      "timeToBeat": {
        "ref": "games.gamesgamesgamesgames.defs#timeToBeat",
        "type": "ref"
      },
      "description": {
        "type": "string",
        "description": "Detailed game description in plain text, with formatting expressed via descriptionFacets."
      },
      "externalIds": {
        "ref": "games.gamesgamesgamesgames.defs#externalIds",
        "type": "ref"
      },
      "publishedAt": {
        "type": "string",
        "format": "datetime",
        "description": "When this record was marked ready for public viewing."
      },
      "applicationType": {
        "ref": "games.gamesgamesgamesgames.defs#applicationType",
        "type": "ref"
      },
      "alternativeNames": {
        "type": "array",
        "items": {
          "ref": "games.gamesgamesgamesgames.defs#alternativeName",
          "type": "ref"
        }
      },
      "languageSupports": {
        "type": "array",
        "items": {
          "ref": "games.gamesgamesgamesgames.defs#languageSupport",
          "type": "ref"
        }
      },
      "multiplayerModes": {
        "type": "array",
        "items": {
          "ref": "games.gamesgamesgamesgames.defs#multiplayerMode",
          "type": "ref"
        }
      },
      "platformFeatures": {
        "type": "array",
        "items": {
          "ref": "games.gamesgamesgamesgames.defs#platformFeatures",
          "type": "ref"
        },
        "description": "Platform-specific feature support."
      },
      "descriptionFacets": {
        "type": "array",
        "items": {
          "ref": "games.gamesgamesgamesgames.richtext.facet",
          "type": "ref"
        },
        "description": "Rich text facets for the description field."
      },
      "playerPerspectives": {
        "type": "array",
        "items": {
          "ref": "games.gamesgamesgamesgames.defs#playerPerspective",
          "type": "ref"
        }
      },
      "systemRequirements": {
        "type": "array",
        "items": {
          "ref": "games.gamesgamesgamesgames.defs#systemRequirements",
          "type": "ref"
        },
        "description": "System requirements per platform."
      }
    }
  },
  "description": "A video game."
}

Lexicon Garden

@