Tavis.OpenApi icon indicating copy to clipboard operation
Tavis.OpenApi copied to clipboard

Add support for $ref in status code responses

Open amanda-mitchell opened this issue 7 years ago • 2 comments

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}".

amanda-mitchell avatar Sep 06 '17 00:09 amanda-mitchell