type: object
description: 'Object containing the base details of a Playlist market rankl'
properties:
  playlist_rank_id:
    type: integer
    nullable: true
    example: 12345
  playlist_id:
    $ref: '../properties/playlist_id.yaml'
  report_date:
    $ref: '../properties/iso_8601_date.yaml'
  rank:
    $ref: '../properties/rank.yaml'
  dsp_id:
    $ref: '../properties/dsp_id.yaml'
  country_code:
    $ref: '../properties/country_code.yaml'