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
I can't see anywhere we're requiring paths, so we just need a test where we build a model without paths. This would need to be a separate app and it should probably disable scanning and just build the model with OASModelReader.
Previously
paths
was always required in an OpenAPI document, but now only one ofpaths
,components
andwebhooks
is required.In practise, I suspect that usually we will almost always have paths when using MP OpenAPI.
However, we may want to:
paths
entryThe text was updated successfully, but these errors were encountered: