stoicflame / enunciate-openapi

OpenAPI3 module for Enunciate
Apache License 2.0
10 stars 10 forks source link

A $ref cannot have a description #9

Closed jskov-jyskebank-dk closed 6 years ago

jskov-jyskebank-dk commented 6 years ago

Data type references are rendered with description:

          schema:
            description: Bad request, inspect response payload for error details
            $ref: "#/components/schemas/json_Messages"

But description is not valid in combination with a $ref