[OAS 3.1.0] Callback.expression can now be a pathItem
reference as well as an object
#588
Labels
OAS 3.1.0
All issues related to OpenAPI version 3.1.0 support
Milestone
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 extendsReference
(though it probably shouldn't have) but we may want to:Note that #437 allows
PathItem
s to be added as components.The text was updated successfully, but these errors were encountered: