export default { name: { type: String, required: true }, // youtubeChannelIds: [ // { // youtubeChannelId: { type: String }, // comment: { type: String }, // } // ], // spotifyArtistIds: [ // { // spotifyArtistId: { type: String }, // comment: { type: String }, // } // ], // soundcloudArtistIds: [ // { // soundcloudArtistId: { type: String }, // comment: { type: String }, // } // ], // musicBrainzIdentifier: { type: String, required: true }, // musicBrainzData: { type: Object, required: true }, comment: { type: String }, createdBy: { type: String, required: true }, createdAt: { type: Number, default: Date.now, required: true }, documentVersion: { type: Number, default: 1, required: true } };