# ch.indiemusi.alpha.actor.masterOwner

> 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.alpha.actor.masterOwner)
- [Documentation](https://lexicon.garden/lexicon/did:plc:lcmrbur2pydmpelfcs7fjbdx/ch.indiemusi.alpha.actor.masterOwner/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:lcmrbur2pydmpelfcs7fjbdx/ch.indiemusi.alpha.actor.masterOwner/examples)

## Definitions

### `ch.indiemusi.alpha.actor.masterOwner`

**Type**: `record`

The entity (person or company) that owns the master recording rights

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `name` | `string` | Yes |  |

## Raw Schema

```json
{
  "id": "ch.indiemusi.alpha.actor.masterOwner",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 255
          }
        }
      },
      "description": "The entity (person or company) that owns the master recording rights"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
