# games.gamesgamesgamesgames.game

> Published by [gamesgamesgamesgames.games](https://lexicon.garden/identity/did:web:gamesgamesgamesgames.games)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:web:gamesgamesgamesgames.games/games.gamesgamesgamesgames.game)
- [Documentation](https://lexicon.garden/lexicon/did:web:gamesgamesgamesgames.games/games.gamesgamesgamesgames.game/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:gamesgamesgamesgames.games/games.gamesgamesgamesgames.game/examples)

## Definitions

### `games.gamesgamesgamesgames.game`

**Type**: `record`

A video game.

**Key**: `any`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `name` | `string` | Yes |  |
| `media` | `array` | No | Images associated with the game. |
| `modes` | `array` | No |  |
| `genres` | `array` | No |  |
| `parent` | `string` (at-uri) | No |  |
| `themes` | `array` | No |  |
| `videos` | `array` | No |  |
| `engines` | `array` | No |  |
| `summary` | `string` | No |  |
| `keywords` | `array` | No |  |
| `releases` | `array` | No |  |
| `websites` | `array` | No |  |
| `createdAt` | `string` (datetime) | Yes |  |
| `storyline` | `string` | No |  |
| `ageRatings` | `array` | No |  |
| `timeToBeat` | `ref` → `games.gamesgamesgamesgames.defs#timeToBeat` | No |  |
| `description` | `string` | No | Detailed game description in plain text, with formatting expressed via descriptionFacets. |
| `externalIds` | `ref` → `games.gamesgamesgamesgames.defs#externalIds` | No |  |
| `publishedAt` | `string` (datetime) | No | When this record was marked ready for public viewing. |
| `applicationType` | `ref` → `games.gamesgamesgamesgames.defs#applicationType` | Yes |  |
| `alternativeNames` | `array` | No |  |
| `languageSupports` | `array` | No |  |
| `multiplayerModes` | `array` | No |  |
| `platformFeatures` | `array` | No | Platform-specific feature support. |
| `descriptionFacets` | `array` | No | Rich text facets for the description field. |
| `playerPerspectives` | `array` | No |  |
| `systemRequirements` | `array` | No | System requirements per platform. |

## Raw Schema

```json
{
  "id": "games.gamesgamesgamesgames.game",
  "defs": {
    "main": {
      "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."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
