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
This is follow-up to #190.
In my OpenAPI 3 definition, I would like to introduce x-patternProperties vendor extension based on JSON-schema pattern properties. So let's assume that I have a schema with this extension containing a map of patterns with schemas.
Is there a possibility to add custom validation of such extension to the validator?
The text was updated successfully, but these errors were encountered:
This is follow-up to #190.
In my OpenAPI 3 definition, I would like to introduce
x-patternProperties
vendor extension based on JSON-schema pattern properties. So let's assume that I have a schema with this extension containing a map of patterns with schemas.Is there a possibility to add custom validation of such extension to the validator?
The text was updated successfully, but these errors were encountered: