Forum Discussion

vsr's avatar
vsr
New Contributor
4 years ago
Solved

$ref and description/title

The page https://swagger.io/docs/specification/using-ref/ says that when I am using $ref in an OpenAPI spec all sibling properties are ignored. It is not quite clear if there is a way to workaround t...
  • hugomario's avatar
    hugomario
    4 years ago

    Hello vsr 

     

    that depends of what open api version are you working, for openapi version 3.0.x the reference object does not have any other fields than $ref, you can check that here . 

     

    But for open api 3.1.x you can certainly add a description to the reference object as it's described here