type: object
properties:
  date:
    $ref: '../properties/iso_8601_date.yaml'
  dsp:
    $ref: '../properties/dsp_slug.yaml'
  country_code:
    $ref: '../properties/country_code.yaml'
  isrc:
    $ref: '../properties/isrc.yaml'
  streams:
    $ref: '../properties/number_streams.yaml'
required:
  - date
  - dsp
  - country_code
  - isrc
  - streams