open_api_spex v3.4.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() | nil,
  name: String.t() | nil,
  url: String.t() | nil
}

Contact Object

Contact information for the exposed API.