ExternalDocumentation

Allows referencing an external resource for extended documentation.

Members

Mixins

__anonymous
mixin Serialization!ExternalDocumentation
Undocumented in source.

Variables

description
string description;

A short description of the target documentation. CommonMark syntax MAY be used for rich text representation.

url
string url;

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

Meta