# at.colocate.comment

> Published by [colocate.at](https://lexicon.garden/identity/did:plc:5q2ni46yjdcgf3baqd5e4prs)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:5q2ni46yjdcgf3baqd5e4prs/at.colocate.comment)
- [Documentation](https://lexicon.garden/lexicon/did:plc:5q2ni46yjdcgf3baqd5e4prs/at.colocate.comment/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:5q2ni46yjdcgf3baqd5e4prs/at.colocate.comment/examples)

## Definitions

### `at.colocate.comment`

**Type**: `record`

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `text` | `string` | Yes |  |
| `parent` | `ref` → `com.atproto.repo.strongRef` | No |  |
| `subject` | `ref` → `com.atproto.repo.strongRef` | Yes |  |
| `createdAt` | `string` (datetime) | Yes |  |

## Raw Schema

```json
{
  "id": "at.colocate.comment",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "text",
          "createdAt"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 50000,
            "maxGraphemes": 5000
          },
          "parent": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
