I'm using SimpleSchema in meteor app. Now I need to define unique key with multiple field. In a Collection I have field like
servingDate, vanId, timeSlot
I need to make a unique with those three fields. Is there any possibilities to do in SimpleSchema ??