ExternalDocs

data class ExternalDocs(val description: String? = null, val url: String)(source)

Allows referencing an external resource for extended documentation.

Report a problem

Constructors

Link copied to clipboard
constructor(description: String? = null, url: String)

Properties

Link copied to clipboard

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

Link copied to clipboard
val url: String

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