# am.noz.atgallery.alpha.publishedMembership

> Published by [noz.am](https://lexicon.garden/identity/did:plc:lmkzmvv6sdxntwtyxpg7fqqq)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:lmkzmvv6sdxntwtyxpg7fqqq/am.noz.atgallery.alpha.publishedMembership)
- [Documentation](https://lexicon.garden/lexicon/did:plc:lmkzmvv6sdxntwtyxpg7fqqq/am.noz.atgallery.alpha.publishedMembership/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:lmkzmvv6sdxntwtyxpg7fqqq/am.noz.atgallery.alpha.publishedMembership/examples)

## Definitions

### `am.noz.atgallery.alpha.publishedMembership`

**Type**: `record`

An immutable public ordered placement of one published media version in a snapshot.

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `media` | `string` (at-uri) | Yes | Immutable public published-media record. |
| `altText` | `string` | No |  |
| `caption` | `string` | No |  |
| `position` | `integer` | Yes |  |
| `snapshot` | `string` (at-uri) | Yes | Immutable public album snapshot. |
| `createdAt` | `string` (datetime) | Yes |  |
| `decorative` | `boolean` | No |  |
| `formatVersion` | `integer` | Yes |  |
| `contentWarnings` | `array` | No |  |

## Raw Schema

```json
{
  "id": "am.noz.atgallery.alpha.publishedMembership",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "formatVersion",
          "snapshot",
          "media",
          "position",
          "createdAt"
        ],
        "properties": {
          "media": {
            "type": "string",
            "format": "at-uri",
            "description": "Immutable public published-media record."
          },
          "altText": {
            "type": "string",
            "maxGraphemes": 2000
          },
          "caption": {
            "type": "string",
            "maxGraphemes": 5000
          },
          "position": {
            "type": "integer",
            "maximum": 999,
            "minimum": 0
          },
          "snapshot": {
            "type": "string",
            "format": "at-uri",
            "description": "Immutable public album snapshot."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "decorative": {
            "type": "boolean"
          },
          "formatVersion": {
            "type": "integer",
            "const": 1
          },
          "contentWarnings": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 200
            },
            "maxLength": 20
          }
        }
      },
      "description": "An immutable public ordered placement of one published media version in a snapshot."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
