type: object
nullable: false
properties:
  platform_song_id:
    $ref: '../properties/platform_song_id.yaml'
  product_code:
    $ref: '../properties/tiktok_product_code.yaml'
  song_title:
    $ref: '../properties/song_title.yaml'
  artist:
    $ref: '../properties/artist_full_name.yaml'
  label_name:
    $ref: '../properties/label_name.yaml'
  sublabel:
    $ref: '../properties/tiktok_sublabel.yaml'
  isrc:
    $ref: '../properties/isrc.yaml'
example:
  'platform_song_id': 123
  'product_code': 'abc'
  'song_title': 'If I was a cowboy'
  'artist': 'Stephanie Quayle'
  'label_name': 'Sony Music Entertainment'
  'sublabel': 'Day One'