ajv-validator/ajv-merge-patch

Implement allRequired

Closed this issue · 1 comments

additionalProperties is implemented, but allRequired isn't. This would be helpful, as when the source spec for the object has allRequired, the merged one allows missing keys.

allRequired is a custom keyword, you probably just need to add it to the instance. Re-open with the code sample if it doesn’t work