Schema

net.reactivecore.cjs.Schema
See theSchema companion object
sealed trait Schema

A JSON Schema

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

Returns a Description for this Schema.

Returns a Description for this Schema.

Attributes

Concrete methods

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

Returns a validator for the schema.

Returns a validator for the schema.

Attributes