NodeJS Joi验证:需要两个字段或第三个字段

时间:2020-03-22 09:06:27

标签: node.js validation joi

我想允许API调用者通过Geohash或普通geo coordinates输入地理数据。我的Joi验证模式当前如下所示:

<tree open="false" options="{'no_create': True, 'no_create_edit':True, 'no_open':True}">
    <field name="nourut" string="No Urut"/>
</tree>

那么我该如何要求结合使用geohash或lat和lon?验证后如何找出这两个选项中的哪个?

0 个答案:

没有答案