Allows referencing an external resource for extended documentation.

interface ExternalDocumentationObject {
    description?: string;
    url: string;
}

Hierarchy (view full)

Properties

Properties

description?: string

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

url: string

The URL for the target documentation. This MUST be in the form of a URL.