v0.6.7
Changes
- supports multiple object validators #22 by @mauricedoepke
const schema = { list: [ { type: "object", props: { name: {type: "string"}, age: {type: "number"}, } }, { type: "object", props: { country: {type: "string"}, code: {type: "string"}, } } ] };