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
I am attempting to validate the company_id path parameter using a regular expression. However, despite my efforts, it seems that the validation is not working as expected.
i think what needs to be done is akin to what i did there #55, but for the path parameters, it seems like there is only json schema validation for object types of parameters
In the context of the following YAML code snippet from the OpenAPI specification:
I am attempting to validate the company_id path parameter using a regular expression. However, despite my efforts, it seems that the validation is not working as expected.
Or with :
The text was updated successfully, but these errors were encountered: