License

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

License information for the exposed API.

Value parameters

name

The license name used for the API.

url

A URL to the license used for the API.

Attributes

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

Members list

Value members

Concrete methods

override def toJson: String

Attributes

Definition Classes
OpenAPIBase

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product