# games.gamesgamesgamesgames.platform

> 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.platform)
- [Documentation](https://lexicon.garden/lexicon/did:web:gamesgamesgamesgames.games/games.gamesgamesgamesgames.platform/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:gamesgamesgamesgames.games/games.gamesgamesgamesgames.platform/examples)

## Definitions

### `games.gamesgamesgamesgames.platform`

**Type**: `record`

A platform for playing video games.

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `name` | `string` | Yes |  |
| `media` | `array` | No |  |
| `family` | `string` (at-uri) | No |  |
| `category` | `ref` → `games.gamesgamesgamesgames.defs#platformCategory` | No |  |
| `versions` | `array` | No |  |
| `websites` | `array` | No |  |
| `createdAt` | `string` (datetime) | Yes |  |
| `generation` | `integer` | No |  |
| `description` | `string` | No |  |
| `abbreviation` | `string` | No |  |
| `alternativeName` | `string` | No |  |

## Raw Schema

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