type: object
nullable: false
description: >-
  Object containing a Chart, a Position, and optionally Shazam Track metadata.
properties:
  chart:
    $ref: './ShazamChart.yaml'
  position:
    $ref: './ShazamChartPosition.yaml'
  isrc:
    $ref: '../properties/isrc.yaml'
  track:
    $ref: './ShazamTrack.yaml'