eclipse / microprofile-open-api

Microprofile open api
Apache License 2.0
131 stars 81 forks source link

[OAS 3.1.0] Callback.expression can now be a `pathItem` reference as well as an object #588

Closed Azquelt closed 1 month ago

Azquelt commented 5 months ago

A Callback expression field can now be a reference to a Path Item, as well as a Path Item object directly.

We likely don't need to do anything here since our PathItem model object already extends Reference (though it probably shouldn't have) but we may want to:

Note that #437 allows PathItems to be added as components.