Skip to content

OpenAPI Hub

External Documentation in OpenAPI best practices

The OpenAPI External Documentation Object

Allows for providing information about external documentation available for the API, Operation, Tag, or Schema.

Field
url
Type
String
Description
A URL to the external documentation.
Required
description
Type
String
Description
A description of the external documentation. CommonMark syntax can be used to provide a rich description.
Required
x-*
Description
Any number of extension fields can be added to the external documentation object that can be used by tooling and vendors.
Required