fastest-validator
Advanced tools
Changelog
0.6.7 (2018-05-29)
const schema = {
list: [
{
type: "object",
props: {
name: {type: "string"},
age: {type: "number"},
}
},
{
type: "object",
props: {
country: {type: "string"},
code: {type: "string"},
}
}
]
};
<a name="0.6.6"></a>