type: object
nullable: false
description: 'Object containing info about ISRC top TikTok sound.'
properties:
  report_date:
    type: string
    description: 'Date of the reporting week end. Sunday'
    format: date
    example: '2021-04-01'
    nullable: false
  sound_id:
    description: 'Current sound''s ID'
    type: integer
    nullable: false
  isrc:
    description: 'ISRC for which current sound is associated to.'
    type: integer
    nullable: false
  sound_url:
    description: 'URL to TikTok sound.'
    type: integer
    nullable: false
  content_type:
    $ref: '../properties/tiktok_content_type.yaml'
  creations:
    $ref: '../properties/number_creations.yaml'
  creations_share:
    description: 'Percent of creations associated with current item.'
    type: integer
    nullable: false
  position:
    $ref: '../properties/current_position.yaml'
