type: object
description: >-
  The `Stream` object is a container for streaming-related data.
properties:
  date:
    $ref: '../properties/iso_8601_date.yaml'
  dsp:
    $ref: '../properties/dsp_slug_nullable.yaml'
  country_code:
    $ref: '../properties/country_code_nullable.yaml'
  streams:
    $ref: '../properties/number_streams.yaml'
  artist_id:
    $ref: '../properties/artist_id_nullable.yaml'
  track_id:
    $ref: '../properties/track_id_nullable.yaml'
  playlist_id:
    $ref: '../properties/playlist_id_nullable.yaml'
  isrc:
    $ref: '../properties/isrc_nullable.yaml'
  project_number:
    $ref: '../properties/project_number_nullable.yaml'
  product_family_id:
    $ref: '../properties/product_family_id.yaml'
  apple_age_bands:
    $ref: './AppleAgeBand.yaml'
  amazon_streams_info:
    $ref: './AmazonStreamsInfo.yaml'
  spotify_streams_info:
    $ref: './SpotifyStreamsInfo.yaml'
  apple_streams_info:
    $ref: './AppleStreamsInfo.yaml'
  spotify_age_bands:
    $ref: './SpotifyAgeBand.yaml'
  genders:
    $ref: './Gender.yaml'
required:
  - streams