I would like to know if it is possible to create a unique constraint into an eve
schema definition, between two or more fields of a document, instead of only one as shown on Eve's schema definition documentation,
I want the same behavior as creating a Unique Compound Index directly on mongodb
, but on the eve
API level.