JsonSchema

zio.http.endpoint.openapi.JsonSchema
See theJsonSchema companion object
sealed trait JsonSchema extends Product, Serializable

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class AllOfSchema
object AnyJson
class AnyOfSchema
class ArrayType
object Boolean
class Enum
class Integer
object Null
class Number
class Object
class OneOfSchema
class RefSchema
class String
Show all
Self type

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited and Abstract methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product