# click.croft.hasharium.intersection

> Published by [ewancroft.uk](https://lexicon.garden/identity/did:plc:ofrbh253gwicbkc5nktqepol)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:ofrbh253gwicbkc5nktqepol/click.croft.hasharium.intersection)
- [Documentation](https://lexicon.garden/lexicon/did:plc:ofrbh253gwicbkc5nktqepol/click.croft.hasharium.intersection/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:ofrbh253gwicbkc5nktqepol/click.croft.hasharium.intersection/examples)

## Definitions

### `click.croft.hasharium.intersection`

**Type**: `record`

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `note` | `string` | No |  |
| `with` | `string` (did) | Yes | The other participant. The repository DID supplies the first participant. |
| `createdAt` | `string` (datetime) | Yes |  |
| `generatorVersion` | `string` | No |  |

## Raw Schema

```json
{
  "id": "click.croft.hasharium.intersection",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "with",
          "createdAt"
        ],
        "properties": {
          "note": {
            "type": "string",
            "maxLength": 1000,
            "maxGraphemes": 280
          },
          "with": {
            "type": "string",
            "format": "did",
            "description": "The other participant. The repository DID supplies the first participant."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "generatorVersion": {
            "type": "string",
            "knownValues": [
              "sha256-radial-v1"
            ]
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
