Contact

zio.http.api.openapi.OpenAPI$.Contact
final case class Contact(name: Option[String], url: Option[URI], email: String)

Contact information for the exposed API.

Attributes

email

The email address of the contact person/organization. MUST be in the format of an email address.

name

The identifying name of the contact person/organization.

url

The URL pointing to the contact information.

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Keywords
  • no keywords
  • override
Inherited
  • Not inherited
  • Product

Members list

Concise view

Value members

Concrete methods

override def toJson: String

Attributes

Definition Classes
OpenAPIBase

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product