OasExternalDocumentation

Allows referencing an external resource for extended documentation.

class OasExternalDocumentation {}

Members

Variables

description
string description;

A short description of the target documentation. [CommonMark syntax](https://spec.commonmark.org/) MAY be used for rich text representation.

url
string url;

**REQUIRED**. The URL for the target documentation. Value MUST be in the format of a URL.

See Also

Meta