type: object
nullable: true
description: 'Spotify track metadata'
properties:
  spotify_track_id:
    $ref: '../properties/spotify_track_id.yaml'
  track_name:
    $ref: '../properties/track_name_nullable.yaml'
  artist_names:
    $ref: '../properties/spotify_artist_name_array.yaml'
  track_uri:
    $ref: '../properties/spotify_track_uri.yaml'