Contact

final case class Contact(name: Option[String], url: Option[URI], email: String)

Contact information for the exposed API.

Value parameters:
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.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toJson: String
Definition Classes
OpenAPIBase

Inherited methods

Inherited from:
Product