Tavis.OpenApi
Tavis.OpenApi copied to clipboard
Add support for $ref in status code responses
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}
".