Skip to content

Validate $ref in OpenAPI Schema #1467

@ankitk-me

Description

@ankitk-me

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions