# tv.kikbak.profile

> Published by [kikbak.tv](https://lexicon.garden/identity/did:plc:xviypsvu5bithks2ghmt7qjc)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:xviypsvu5bithks2ghmt7qjc/tv.kikbak.profile)
- [Documentation](https://lexicon.garden/lexicon/did:plc:xviypsvu5bithks2ghmt7qjc/tv.kikbak.profile/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:xviypsvu5bithks2ghmt7qjc/tv.kikbak.profile/examples)

## Definitions

### `tv.kikbak.profile`

**Type**: `record`

kikbak app profile for discovery and TAP-style ingestion.

**Key**: `literal:self`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `website` | `string` (uri) | No |  |
| `description` | `string` | No | Longer description shown in directory surfaces. |
| `displayName` | `string` | Yes | Human-readable name for the app / profile. |

## Raw Schema

```json
{
  "id": "tv.kikbak.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "displayName"
        ],
        "properties": {
          "website": {
            "type": "string",
            "format": "uri",
            "maxLength": 2048
          },
          "description": {
            "type": "string",
            "maxLength": 4000,
            "description": "Longer description shown in directory surfaces."
          },
          "displayName": {
            "type": "string",
            "maxLength": 640,
            "description": "Human-readable name for the app / profile."
          }
        }
      },
      "description": "kikbak app profile for discovery and TAP-style ingestion."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
