# games.gamesgamesgamesgames.org.credit

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

## Definitions

### `games.gamesgamesgamesgames.org.credit`

**Type**: `record`

A relationship between a game and an organization.

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `org` | `ref` → `com.atproto.repo.strongRef` | Yes |  |
| `game` | `ref` → `com.atproto.repo.strongRef` | Yes | The game to which this organization is being credited. |
| `roles` | `array` | Yes |  |
| `createdAt` | `string` (datetime) | No |  |
| `displayName` | `string` | No | The name to be used if there is no profile associated with this credit, or the profile is inaccessible. |

## Raw Schema

```json
{
  "id": "games.gamesgamesgamesgames.org.credit",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "org",
          "game",
          "roles"
        ],
        "properties": {
          "org": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "game": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The game to which this organization is being credited."
          },
          "roles": {
            "type": "array",
            "items": {
              "ref": "games.gamesgamesgamesgames.defs#companyRole",
              "type": "ref"
            }
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "displayName": {
            "type": "string",
            "maxLength": 640,
            "description": "The name to be used if there is no profile associated with this credit, or the profile is inaccessible."
          }
        }
      },
      "description": "A relationship between a game and an organization."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
