open_api_spex v3.4.0 OpenApiSpex.ExternalDocumentation View Source

Defines the OpenApiSpex.ExternalDocumentation.t type.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %OpenApiSpex.ExternalDocumentation{
  description: String.t() | nil,
  url: String.t()
}

External Documentation Object

Allows referencing an external resource for extended documentation.