This object contains information about artist.
| Name | Type | Description | 
|---|---|---|
| id | UUID | Artist id. | 
| description | String | Some details about the artist. | 
| artistName | String | Artist name. | 
| slug | String | Artist slug is unique for purpose of URL. | 
| artistLocation | String | Artist location. | 
| artistContactEmail | String | Artist contact email. | 
| artistContactNumber | String | Artist contact number. | 
| artistWebsite | String | Artist website. | 
| priority | Integer | Priority of the artists. | 
| active | Boolean | Active status. | 
| marketplaceId | UUID | Marketplace id. | 
| marketplace | Object | Contains information from Marketplacesuch as name,organization id, theme and etc.. | 
| organizationId | UUID | The organization id. | 
| organization | Object | Contains information from Organizationsuch as handle, name, jwtIssuerDomain, members and etc.. | 
| createdAt | Time | Artist created time. | 
| redirectUrl | String | Artist redirect url. | 
