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
it seems it applied v2 validation instead of v3 because of usage
// Assert - Parse with ByteBard.AsyncAPI.NET reader to validate schema
var reader = new AsyncApiStringReader();
var document = reader.Read(content, out var diagnostic);
Hey @VisualBean,
I think i found issue with validation, my schema looks like that:
however when i debugged validation for servers:
You can find example in this test:
https://github.com/bielu/Bielu.AspNetCore.AsyncApi/blob/a60eb5f1a0ed645137f0f831ae9f17b9ee25d257/test/Bielu.AspNetCore.AsyncApi.Tests/Integration/AsyncApiDocumentGenerationTests.cs#L135