type: object
nullable: false
properties:
  peak_streams_date:
    type: string
    description: 'Date when the ISRC had most streams in particular country code (or worldwide)'
    format: date
    pattern: '^\d{4}-\d{2}-\d{2}$'
    example: '2021-04-01'
    nullable: false
  peak_streams_number:
    type: integer
    description: 'Max number of streams for one day for the ISRC in particular country code (or worldwide)'
    example: 3253321
    nullable: false
  strike_weeks:
    type: integer
    description: 'Number of weeks when number of streams was growing strike. Verification starts from current week.'
    example: 3253321
    nullable: false
  country_code:
    $ref: '../properties/country_code.yaml'