Andrew Plank
Andrew Plank
In the end I had to implement this: ``` public class OpenApiSchemaAugmentor : IDocumentFilter { public void Apply(IHttpRequestDataObject request, OpenApiDocument document) { OpenApiSchema property = document.Components.Schemas["extendedProblemDetails"].Properties["status"]; List statuses = property.Enum.Cast().ToList();...
I made a PR, but it's been ignored for the past year... https://github.com/travis-ci/artifacts/pull/89
@conTroll Yes, I found similar results, however, combining AND and OR in any kind of combination leads to incorrect results.