View Source OpenAPI.Spec.ExternalDocumentation (OpenAPI Generator v0.1.1)

Raw external documentation definition from the OpenAPI spec

Link to this section Summary

Link to this section Types

@type t() :: %OpenAPI.Spec.ExternalDocumentation{
  description: String.t() | nil,
  url: String.t()
}