# ch.indiemusi.alpha.actor.artist

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

## Definitions

### `ch.indiemusi.alpha.actor.artist`

**Type**: `record`

An artist or band who performs music

**Key**: `literal:self`

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

## Raw Schema

```json
{
  "id": "ch.indiemusi.alpha.actor.artist",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 255
          }
        }
      },
      "description": "An artist or band who performs music"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
