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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product