According the API General Info specification from this link https://swagger.io/docs/specification/api-general-info/, you can add externalDocs property inside the info object. I've checked and tested it, it doesn't work and gave me an error.
externalDocs property must live in the root object, not in the info object.
OpenAPI Version
3.0
Description
According the API General Info specification from this link https://swagger.io/docs/specification/api-general-info/, you can add
externalDocs
property inside theinfo
object. I've checked and tested it, it doesn't work and gave me an error.externalDocs
property must live in the root object, not in theinfo
object.