我正在使用 tv4 来检测架构错误。我尝试使用以下方法获取所有结果:tv4.validateMultiple
调用检测到多个错误但没有说明在哪里或为什么。
tv4 中是否有任何方法可以提供更详细的故障信息?
var res = tv4.validateMultiple(data, schema,null,true);
errors:[]
0:{}
message:"Missing required property: coMMand"
name:"ValidationError"
type:"Error"
1:{}
message:"Unknown property (not in schema)"
name:"ValidationError"
type:"Error"
2:{}
message:"Unknown property (not in schema)"
name:"ValidationError"
type:"Error"