# click.croft.hasharium.collection.entry

> 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.collection.entry)
- [Documentation](https://lexicon.garden/lexicon/did:plc:ofrbh253gwicbkc5nktqepol/click.croft.hasharium.collection.entry/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:ofrbh253gwicbkc5nktqepol/click.croft.hasharium.collection.entry/examples)

## Definitions

### `click.croft.hasharium.collection.entry`

**Type**: `record`

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `note` | `string` | No | An optional private-to-the-public-repository curatorial note. |
| `subject` | `string` (did) | Yes | The DID whose deterministic specimen was collected. |
| `createdAt` | `string` (datetime) | Yes |  |
| `generatorVersion` | `string` | No | The renderer version used when the specimen was encountered. |

## Raw Schema

```json
{
  "id": "click.croft.hasharium.collection.entry",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "createdAt"
        ],
        "properties": {
          "note": {
            "type": "string",
            "maxLength": 1000,
            "description": "An optional private-to-the-public-repository curatorial note.",
            "maxGraphemes": 280
          },
          "subject": {
            "type": "string",
            "format": "did",
            "description": "The DID whose deterministic specimen was collected."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "generatorVersion": {
            "type": "string",
            "description": "The renderer version used when the specimen was encountered.",
            "knownValues": [
              "sha256-radial-v1"
            ]
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
