Is your feature request related to a problem? Please describe.
When using AsyncAPI specifications, $ref fields like $ref: "#/components/messages/event" 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 AsyncAPI document to ensure they resolve to valid paths. And log events for invalid $ref.
Is your feature request related to a problem? Please describe.
When using AsyncAPI specifications,
$reffields like$ref: "#/components/messages/event"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
$refvalues in the AsyncAPI document to ensure they resolve to valid paths. And log events for invalid$ref.