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
Is your feature request related to a problem? Please describe.
In OpenAPI specifications, $ref fields like $ref: "#/components/schemas/Pet" can cause inconsistent behavior in Zilla if they are incorrectly written due to typos or mistakes.
Describe the solution you'd like
Add validation logic that checks all $ref values in the OpenAPI document to ensure they resolve to valid paths. And log events for invalid $ref.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In OpenAPI specifications,
$ref
fields like$ref: "#/components/schemas/Pet"
can cause inconsistent behavior in Zilla if they are incorrectly written due to typos or mistakes.Describe the solution you'd like
Add validation logic that checks all
$ref
values in the OpenAPI document to ensure they resolve to valid paths. And log events for invalid$ref
.The text was updated successfully, but these errors were encountered: