Skip to content

v0.5.0

Choose a tag to compare

@aboutlo aboutlo released this 28 Dec 21:22

New Features

  • Add support for required in nested prop
const schema = FluentSchema()
  .prop('foo', FluentSchema().asString().required())