# ch.indiemusi.social.join

> Published by [indiemusi.ch](https://lexicon.garden/identity/did:plc:lcmrbur2pydmpelfcs7fjbdx)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:lcmrbur2pydmpelfcs7fjbdx/ch.indiemusi.social.join)
- [Documentation](https://lexicon.garden/lexicon/did:plc:lcmrbur2pydmpelfcs7fjbdx/ch.indiemusi.social.join/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:lcmrbur2pydmpelfcs7fjbdx/ch.indiemusi.social.join/examples)

## Definitions

### `ch.indiemusi.social.join`

**Type**: `record`

Sign that you want to join a social listing experience of a specific song

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `song` | `string` (at-uri) | Yes | Link to the song that the user wants to listen to together with others |

## Raw Schema

```json
{
  "id": "ch.indiemusi.social.join",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "song"
        ],
        "properties": {
          "song": {
            "type": "string",
            "format": "at-uri",
            "description": "Link to the song that the user wants to listen to together with others"
          }
        }
      },
      "description": "Sign that you want to join a social listing experience of a specific song"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
