我可以在 eve 模式定义上创建唯一复合约束吗?

Can I create unique-compound constraints on eve schema definition?

我想知道是否可以在文档的两个或多个字段之间为 eve 架构定义创建唯一约束,而不是像 Eve 的 schema definition documentation,

我想要与直接在 mongodb 上创建 Unique Compound Index 相同的行为,但在 eve API 级别。

目前不支持。但是,如果 Mongo 返回重复键错误,Eve 将以 409 Conflictproper message in the response body 响应,无论是否在 [=] 处设置了 unique 规则15=]级.