# com.cultureblocs.bead

> Published by [cultureblocs.com](https://lexicon.garden/identity/did:plc:l3726um33xesakwqhjkkpoet)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:l3726um33xesakwqhjkkpoet/com.cultureblocs.bead)
- [Documentation](https://lexicon.garden/lexicon/did:plc:l3726um33xesakwqhjkkpoet/com.cultureblocs.bead/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:l3726um33xesakwqhjkkpoet/com.cultureblocs.bead/examples)

## Definitions

### `com.cultureblocs.bead`

**Type**: `record`

An atomic cultural memory: a visit, a dwell, an encounter, a screening. Minted on-device or by hand; annotated later.

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `geo` | `ref` → `com.cultureblocs.defs#geo` | No |  |
| `kind` | `string` | Yes | What kind of cultural moment: bloc is the neutral default (a marked moment); read/listen/watch cover at-home culture; visit/dwell/screening/performance cover being out; encounter is a mutual mint. |
| `note` | `string` | No |  |
| `prev` | `ref` → `com.cultureblocs.defs#strongRef` | No | Previous bead in the day's chain, if any. |
| `tags` | `array` | No | Freeform tags: the CultureBloc mask worn at mint time, ad-hoc event tags (emfcamp26), etc. |
| `links` | `array` | No | Event page, venue page, etc. |
| `media` | `array` | No |  |
| `images` | `array` | No | Published images as imageRefs. Tier 0 records use `media` (local refs); the promoter uploads the bytes and maps alt + aspectRatio across at publish time. |
| `subject` | `union` | No | What the bead is about: a work, a place, or a published record (event, exhibition). |
| `createdAt` | `string` (datetime) | Yes |  |
| `provenance` | `ref` → `com.cultureblocs.defs#provenance` | No |  |

## Raw Schema

```json
{
  "id": "com.cultureblocs.bead",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt",
          "kind"
        ],
        "properties": {
          "geo": {
            "ref": "com.cultureblocs.defs#geo",
            "type": "ref"
          },
          "kind": {
            "type": "string",
            "description": "What kind of cultural moment: bloc is the neutral default (a marked moment); read/listen/watch cover at-home culture; visit/dwell/screening/performance cover being out; encounter is a mutual mint.",
            "knownValues": [
              "bloc",
              "visit",
              "dwell",
              "encounter",
              "read",
              "listen",
              "watch",
              "screening",
              "performance",
              "note"
            ]
          },
          "note": {
            "type": "string",
            "maxGraphemes": 3000
          },
          "prev": {
            "ref": "com.cultureblocs.defs#strongRef",
            "type": "ref",
            "description": "Previous bead in the day's chain, if any."
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxGraphemes": 64
            },
            "maxLength": 8,
            "description": "Freeform tags: the CultureBloc mask worn at mint time, ad-hoc event tags (emfcamp26), etc."
          },
          "links": {
            "type": "array",
            "items": {
              "ref": "com.cultureblocs.defs#linkRef",
              "type": "ref"
            },
            "maxLength": 8,
            "description": "Event page, venue page, etc."
          },
          "media": {
            "type": "array",
            "items": {
              "ref": "com.cultureblocs.defs#mediaRef",
              "type": "ref"
            },
            "maxLength": 10
          },
          "images": {
            "type": "array",
            "items": {
              "ref": "com.cultureblocs.defs#imageRef",
              "type": "ref"
            },
            "maxLength": 10,
            "description": "Published images as imageRefs. Tier 0 records use `media` (local refs); the promoter uploads the bytes and maps alt + aspectRatio across at publish time."
          },
          "subject": {
            "refs": [
              "com.cultureblocs.defs#workRef",
              "com.cultureblocs.defs#placeRef",
              "com.cultureblocs.defs#strongRef"
            ],
            "type": "union",
            "description": "What the bead is about: a work, a place, or a published record (event, exhibition)."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "provenance": {
            "ref": "com.cultureblocs.defs#provenance",
            "type": "ref"
          }
        }
      },
      "description": "An atomic cultural memory: a visit, a dwell, an encounter, a screening. Minted on-device or by hand; annotated later."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
