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
Even the OpenAPI 3 doesn't support pattern properties in schemas yet, the validator includes validation of patternProperties field within the schema. I would expect that these patternProperties should be the same as defined in JSON-schema.
The problem is that the validator accepts something like this (see implementation in schema.go):
Even the OpenAPI 3 doesn't support pattern properties in schemas yet, the validator includes validation of
patternProperties
field within the schema. I would expect that thesepatternProperties
should be the same as defined in JSON-schema.The problem is that the validator accepts something like this (see implementation in schema.go):
The text was updated successfully, but these errors were encountered: