Activity
Update Schema.ts
Update Schema.ts
fix: Support nested array validation in ArrayType
fix: Support nested array validation in ArrayType
feat(array): enhance nested array validation
feat(array): enhance nested array validation
Pull request merge
refactor: replace lodash.set
with set-value
refactor: replace
lodash.set
with set-value
fix(ObjectType): fix required message for properties not being replac…
fix(ObjectType): fix required message for properties not being replac…
Pull request merge
test: add tests for rule priority
test: add tests for rule priority
test: update tests
test: update tests
fix(ObjectType): fix required message for properties not being replaced
fix(ObjectType): fix required message for properties not being replaced
Pull request merge
feat: add support for getErrorMessages and getCheckResult
feat: add support for getErrorMessages and getCheckResult
feat: add support for getErrorMessages and getCheckResult
feat: add support for getErrorMessages and getCheckResult
feat(Schema): support nested object check with checkForField
and `c…
feat(Schema): support nested object check with
checkForField
and `c…Pull request merge
test: add tests for ObjectType
test: add tests for ObjectType