type: object
nullable: true
description: 'Spotify metadata taken and maintained from the chart source (has public data).'
properties:
  track_id:
    $ref: '../properties/spotify_track_id.yaml'
  isrc:
    $ref: '../properties/isrc.yaml'
  artists:
    $ref: './SpotifyChartTrackArtistMetadataArray.yaml'
  uri:
    $ref: '../properties/spotify_track_uri.yaml'
  release_date:
    $ref: '../properties/spotify_track_release_date.yaml'
  image_url:
    $ref: '../properties/spotify_track_image_url.yaml'
  name:
    $ref: '../properties/spotify_track_name.yaml'