You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you have a schema that is V6 and that has a reference to a schema with custom format, the format validators are not used to validate the against referenced schema.
The problem is in initChildLoader in LoadingState. It first copies the format validators from the previous loading state. Then it overwrites all formatValidators if the spec is v6.
The text was updated successfully, but these errors were encountered:
* mostly taking the code from #153
* also adding testing infrastructure for using custom format validators
* (unrelated) properly overriding `FormatValidator#formatName()` in `RegexFormatValidator`
When you have a schema that is V6 and that has a reference to a schema with custom format, the format validators are not used to validate the against referenced schema.
The problem is in initChildLoader in LoadingState. It first copies the format validators from the previous loading state. Then it overwrites all formatValidators if the spec is v6.
The text was updated successfully, but these errors were encountered: