# com.getorbyt.profile

> Published by [getorbyt.com](https://lexicon.garden/identity/did:plc:2xrqztnmzlckb3xfuuukupso)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:2xrqztnmzlckb3xfuuukupso/com.getorbyt.profile)
- [Documentation](https://lexicon.garden/lexicon/did:plc:2xrqztnmzlckb3xfuuukupso/com.getorbyt.profile/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:2xrqztnmzlckb3xfuuukupso/com.getorbyt.profile/examples)

## Definitions

### `com.getorbyt.profile`

**Type**: `record`

**Key**: `literal:self`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `colors` | `ref` → `#colors` | No |  |
| `joinDate` | `string` (datetime) | No |  |
| `updatedAt` | `string` (datetime) | No |  |
| `fontPreference` | `string` | No |  |
| `subscribedChannels` | `array` | No |  |
| `algorithmicFeedProvider` | `string` | No |  |

### `com.getorbyt.profile#colors`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `textColor` | `string` | Yes |  |
| `backgroundColor` | `string` | Yes |  |

## Raw Schema

```json
{
  "id": "com.getorbyt.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "properties": {
          "colors": {
            "ref": "#colors",
            "type": "ref"
          },
          "joinDate": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "fontPreference": {
            "type": "string"
          },
          "subscribedChannels": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "algorithmicFeedProvider": {
            "type": "string"
          }
        }
      }
    },
    "colors": {
      "type": "object",
      "required": [
        "backgroundColor",
        "textColor"
      ],
      "properties": {
        "textColor": {
          "type": "string"
        },
        "backgroundColor": {
          "type": "string"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
