# at.ducs.channels.defs

> Published by [ducs.at](https://lexicon.garden/identity/did:plc:c5ljrscuf2xu4oovnafzoqlg)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:c5ljrscuf2xu4oovnafzoqlg/at.ducs.channels.defs)
- [Documentation](https://lexicon.garden/lexicon/did:plc:c5ljrscuf2xu4oovnafzoqlg/at.ducs.channels.defs/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:c5ljrscuf2xu4oovnafzoqlg/at.ducs.channels.defs/examples)

## Definitions

### `at.ducs.channels.defs#channel`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `tid` | `string` (tid) | Yes |  |
| `name` | `string` | No |  |
| `parentTid` | `string` (tid) | No |  |

## Raw Schema

```json
{
  "id": "at.ducs.channels.defs",
  "defs": {
    "channel": {
      "type": "object",
      "required": [
        "tid"
      ],
      "properties": {
        "tid": {
          "type": "string",
          "format": "tid"
        },
        "name": {
          "type": "string"
        },
        "parentTid": {
          "type": "string",
          "format": "tid"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
