Dear all,
it looks like Specification Extensions are not supported for an externalDocumentationObject. If I parse the file I get a
x-ExternalDoc-simple is not a valid property at #/paths/externalDocs
This is strange in two ways, as the externalDocs is part of the OpenAPI Object (root) and not as part of paths.
Here is my example:
...
components:
....
security:
...
tags:
...
externalDocs:
description: My external API documentation
url: https://external.server.tld/doc
# extension
x-ExternalDoc-simple: MyContent