allOf:
  - type: object
    description: 'Object containing the date details'
    properties:
      playlist_id:
        $ref: '../properties/playlist_id.yaml'
      playlist:
        $ref: 'PlaylistSaveFlags.yaml'
      country_code:
        $ref: '../properties/country_code.yaml'
      dsp_sync_date_time:
        type: array
        items:
          $ref: '../properties/dsp_sync_date_time.yaml'
      playlist_updated_at_date_time:
        $ref: '../properties/playlist_updated_at_date_time.yaml'
      dsp_update_date_time:
        $ref: '../properties/dsp_update_date_time.yaml'