# ch.indiemusi.alpha.actor.publishingOwner

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

## Definitions

### `ch.indiemusi.alpha.actor.publishingOwner`

**Type**: `record`

A songwriter, composer, or music publisher who owns the publishing rights to a song or musical work

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `ipi` | `string` | No | Interested Party Information (IPI) number assigned to the publishing owner by a collecting society |
| `lastName` | `string` | No |  |
| `firstName` | `string` | No |  |
| `companyName` | `string` | No |  |
| `collectingSociety` | `string` | No |  |

## Raw Schema

```json
{
  "id": "ch.indiemusi.alpha.actor.publishingOwner",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "properties": {
          "ipi": {
            "type": "string",
            "maxLength": 11,
            "description": "Interested Party Information (IPI) number assigned to the publishing owner by a collecting society"
          },
          "lastName": {
            "type": "string",
            "maxLength": 255
          },
          "firstName": {
            "type": "string",
            "maxLength": 255
          },
          "companyName": {
            "type": "string",
            "maxLength": 255
          },
          "collectingSociety": {
            "type": "string",
            "maxLength": 255
          }
        }
      },
      "description": "A songwriter, composer, or music publisher who owns the publishing rights to a song or musical work"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
