View Source OpenApiSpex.ExternalDocumentation (open_api_spex v3.18.3)

Defines the OpenApiSpex.ExternalDocumentation.t type.

Link to this section Summary

Link to this section Types

@type t() :: %OpenApiSpex.ExternalDocumentation{
  description: String.t() | nil,
  extensions: %{required(String.t()) => any()} | nil,
  url: String.t()
}

External Documentation Object

Allows referencing an external resource for extended documentation.