View Source OpenApiSpex.Contact (open_api_spex v3.18.3)

Defines the OpenApiSpex.Contact.t type.

Link to this section Summary

Link to this section Types

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

Contact Object

Contact information for the exposed API.