type: object
nullable: true
description: 'Detailed info about Apple streams: requires include=all to be included'
properties:
  offline_play:
    $ref: '../properties/number_streams.yaml'
  completion_play:
    $ref: '../properties/number_streams.yaml'
  skips:
    $ref: '../properties/number_streams.yaml'
  streams:
    $ref: '../properties/number_streams.yaml'
  non_royalty_streams:
    $ref: '../properties/number_streams.yaml'
  listeners:
    $ref: '../properties/number_streams.yaml'
  source:
    $ref: './AppleSource.yaml'
  container_type:
    $ref: './AppleContainerType.yaml'
  container_sub_type:
    $ref: './AppleContainerSubType.yaml'
  device_type:
    $ref: './AppleDeviceType.yaml'
  os:
    $ref: './AppleOs.yaml'
  user_type:
    $ref: './AppleUserType.yaml'
  listener_engagement:
    $ref: './AppleListenerEngagement.yaml'