License

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

License information for the exposed API.

Attributes

name

The license name used for the API.

url

A URL to the license used for the API.

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

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