License

sttp.apispec.openapi.License
final case class License(name: String, url: Option[String], extensions: ListMap[String, ExtensionValue])

Attributes

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

Members list

Value members

Concrete methods

def addExtension(key: String, value: ExtensionValue): License
def extensions(updated: ListMap[String, ExtensionValue]): License
def name(updated: String): License
def url(updated: String): License

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product