type: object
nullable: false
properties:
  isrc:
    $ref: '../properties/isrc_nullable.yaml'
  latest_entry_date:
    $ref: '../properties/date_nullable.yaml'
  product_sale_date:
    $ref: '../properties/date_nullable.yaml'
  country_code:
    type: array
    nullable: true
    items:
      $ref: '../properties/country_code.yaml'
  isrc_country_code:
    $ref: '../properties/country_code_nullable.yaml'
  spotify_top_track_meta:
    $ref: './JunoSpotifyStreamsSpotifyTrackMeta.yaml'
  gras_track_meta:
    $ref: './JunoSpotifyStreamsGrasTrackMeta.yaml'
  metrics:
    $ref: './JunoSpotifyStreamsMetrics.yaml'