Defines the OpenApiSpex.Contact.t type.
OpenApiSpex.Contact.t
Contact Object
@type t() :: %OpenApiSpex.Contact{ email: String.t() | nil, extensions: %{required(String.t()) => any()} | nil, name: String.t() | nil, url: String.t() | nil }
Contact information for the exposed API.