# games.gamesgamesgamesgames.org.profile

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

## Definitions

### `games.gamesgamesgamesgames.org.profile`

**Type**: `record`

A declaration of a Pentaract org profile.

**Key**: `any`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `media` | `array` | No |  |
| `avatar` | `blob` | No | Image to be displayed on profile page. AKA, 'profile picture' |
| `parent` | `string` (at-uri) | No |  |
| `status` | `string` | No |  |
| `country` | `string` | No |  |
| `websites` | `array` | No |  |
| `createdAt` | `string` (datetime) | Yes |  |
| `foundedAt` | `string` (datetime) | No |  |
| `description` | `string` | No | Free-form profile description text. |
| `displayName` | `string` | Yes |  |
| `externalIds` | `ref` → `games.gamesgamesgamesgames.defs#externalIds` | No |  |
| `descriptionFacets` | `array` | No | Annotations of text (mentions, URLs, hashtags, etc) |

## Raw Schema

```json
{
  "id": "games.gamesgamesgamesgames.org.profile",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "displayName",
          "createdAt"
        ],
        "properties": {
          "media": {
            "type": "array",
            "items": {
              "ref": "games.gamesgamesgamesgames.defs#mediaItem",
              "type": "ref"
            }
          },
          "avatar": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 10000000,
            "description": "Image to be displayed on profile page. AKA, 'profile picture'"
          },
          "parent": {
            "type": "string",
            "format": "at-uri"
          },
          "status": {
            "type": "string",
            "knownValues": [
              "active",
              "inactive",
              "merged",
              "acquired",
              "defunct"
            ]
          },
          "country": {
            "type": "string"
          },
          "websites": {
            "type": "array",
            "items": {
              "ref": "games.gamesgamesgamesgames.defs#website",
              "type": "ref"
            }
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "foundedAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 3000,
            "description": "Free-form profile description text."
          },
          "displayName": {
            "type": "string",
            "maxLength": 640
          },
          "externalIds": {
            "ref": "games.gamesgamesgamesgames.defs#externalIds",
            "type": "ref"
          },
          "descriptionFacets": {
            "type": "array",
            "items": {
              "ref": "app.bsky.richtext.facet",
              "type": "ref"
            },
            "description": "Annotations of text (mentions, URLs, hashtags, etc)"
          }
        }
      },
      "description": "A declaration of a Pentaract org profile."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
