ExternalDoc

zio.http.api.openapi.OpenAPI$.ExternalDoc
final case class ExternalDoc(description: Option[Doc], url: URI)

Allows referencing an external resource for extended documentation.

Attributes

description

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

url

The URL for the target documentation.

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def toJson: String

Attributes

Definition Classes
OpenAPIBase

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product