type: object
nullable: false
description: 'Response object container'
properties:
  amazon:
    type: array
    items:
      $ref: '../properties/StreamsCountryCodeRankInfo.yaml'
  apple:
    type: array
    items:
      $ref: '../properties/StreamsCountryCodeRankInfo.yaml'
  spotify:
    type: array
    items:
      $ref: '../properties/StreamsCountryCodeRankInfo.yaml'
example:
  amazon:
    - country_code: "worldwide"
      rank: 0
    - country_code: "us"
      rank: 1
    - country_code: "ca"
      rank: 2
  apple:
    - country_code: "worldwide"
      rank: 0
    - country_code: "us"
      rank: 1
    - country_code: "ca"
      rank: 2
  spotify:
    - country_code: "worldwide"
      rank: 0
    - country_code: "us"
      rank: 1
    - country_code: "ca"
      rank: 2
