ExternalDocumentation
- class ExternalDocumentation(d: dict[str, Any] = None, description: str = None, url: str = None)
Allows referencing an external resource for extended documentation.
- property description: str | None
A description of the target documentation. CommonMark syntax MAY be used for rich text representation.
- property url: str
REQUIRED. The URI for the target documentation. This MUST be in the form of a URI.