我想允许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?验证后如何找出这两个选项中的哪个?