export const addPlaylistSchema = {
  body: {
    type: 'object',
    required: ['name'],
    properties: {