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
{{ message }}
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
Currently, attempting to parse an Open API definition that uses this feature yields an OpenApiError indicating that "$ref is not a valid property at {path}".
The text was updated successfully, but these errors were encountered:
According to the spec for Fixed Fields and Patterned Fields of the Responses Object, it is permissible to use a
$ref
object to describe API responses.Currently, attempting to parse an Open API definition that uses this feature yields an
OpenApiError
indicating that "$ref
is not a valid property at{path}
".The text was updated successfully, but these errors were encountered: