Schema

wvlet.airframe.http.openapi.OpenAPI$.Schema
case class Schema(`type`: String, default: Option[String], format: Option[String], description: Option[String], required: Option[Seq[String]], properties: Option[Map[String, SchemaOrRef]], additionalProperties: Option[SchemaOrRef], items: Option[SchemaOrRef], nullable: Option[Boolean], enum: Option[Seq[String]]) extends Union3[Schema, SchemaRef, OneOf]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Union3[Schema, SchemaRef, OneOf]
trait Union
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def getElementClass: Class[_]

Return the element class

Return the element class

Attributes

Definition Classes
Union
def withDescription(description: Option[String]): Schema

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product