type: object
properties:
  album_id:
    type: string
    description: 'Album ID from Apple with DSP prefix'
    example: '1002046718'
  name:
    type: string
    description: 'Album name from Apple'
    example: 'Surrender (Deluxe)'
  image:
    type: string
    description: 'Apple album image URL'
    example: 'https://is1-ssl.mzstatic.com/image/thumb/Music22/v4/72/99/c6/7299c649-caee-2445-6dfd-6dab5b12da11/mzm.xgaheuyu.jpg/1500x1500bb.jpg'
  upc:
    type: string
    description: 'Apple album’s UPC'
  release_date:
    type: string
    format: date
    description: 'Album release date from Apple'
