open_api_spex v2.0.0 OpenApiSpex.Contact View Source

Defines the OpenApiSpex.Contact.t type.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %OpenApiSpex.Contact{
  email: String.t(),
  name: String.t(),
  url: String.t()
}

Contact Object

Contact information for the exposed API.