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.

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