BooleanSchema

net.reactivecore.cjs.BooleanSchema
See theBooleanSchema companion object
case class BooleanSchema(value: Boolean) extends Schema

A Schema which directly evaluates into true or false

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Schema
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def description: Description

Returns a Description for this Schema.

Returns a Description for this Schema.

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Returns a SchemaValidator for this Schema.

Returns a SchemaValidator for this Schema.

In contrast to subValdiator, the URI is already given, and the root $id will be ignored.

Attributes

Inherited from:
Schema

Returns a validator for the schema.

Returns a validator for the schema.

Attributes

Inherited from:
Schema