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
Open API supports a parameter being defined globally under a parameters property.
The current codebase seems to recognise this as shown here but it assumes that the parameters will be defined under the top level definitions property.
Open API supports a parameter being defined globally under a
parameters
property.The current codebase seems to recognise this as shown here but it assumes that the parameters will be defined under the top level
definitions
property.This is not the case. See attached
open-api-registry.yaml.txt for an example definition.
The resolving of ref's should be relative to the root Open API document.
The text was updated successfully, but these errors were encountered: