type: object
properties:
  artist_id:
    $ref: '../properties/artist_id.yaml'
  full_name:
    $ref: '../properties/artist_full_name.yaml'
  first_name:
    type: string
    nullable: true
    example: Michael
  last_name:
    type: string
    nullable: true
    example: Jackson
  apple_artist_id:
    $ref: '../properties/apple_artist_id.yaml'
  spotify_artist_id:
    $ref: '../properties/spotify_artist_id.yaml'
  spotify_popularity:
    $ref: '../properties/spotify_popularity.yaml'
  image:
    $ref: './ImageSimple.yaml'
required:
  - full_name
  - artist_id