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
Does OpenAPIKit supports patternProperties from OpenAPI 3.1? I could not make it work. I understand that it could behave similarly to additionalProperties, but with key validation.
The text was updated successfully, but these errors were encountered:
patternProperties are not supported yet. Not for lack of desire, though, I just haven’t been able to do an exhaustive look over JSON Schema features yet so I’ve implemented the features I’ve seen used most often.
Does OpenAPIKit supports
patternProperties
from OpenAPI 3.1? I could not make it work. I understand that it could behave similarly toadditionalProperties
, but with key validation.The text was updated successfully, but these errors were encountered: