SchemaValidator

net.reactivecore.cjs.validator.SchemaValidator

A Validator which is is the base of a single schema.

Attributes

Graph
Supertypes
trait Validator
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

Concrete methods

def dynamicFragment: Option[String]

Dynamic Fragment (dynamic anchor) of this validator

Dynamic Fragment (dynamic anchor) of this validator

Attributes

def fragment: Option[String]

An Explicit fragment of this Validator

An Explicit fragment of this Validator

Attributes

def idOverride: Option[RefUri]

This schema defines it's own id.

This schema defines it's own id.

Attributes

final def path: JsonPointer

The path inside the schema.

The path inside the schema.

Attributes

Inherited methods

def children: Vector[Validator]

Children Validators

Children Validators

Attributes

Inherited from:
Validator
def precedence: Int

Precedence of this operation (for stateful validators), when using Sequence

Precedence of this operation (for stateful validators), when using Sequence

Attributes

Inherited from:
Validator

Touches the validator, possible state modifying (e.g. adding dynamic anchors)

Touches the validator, possible state modifying (e.g. adding dynamic anchors)

Attributes

Inherited from:
Validator

Validate JSON, returns violations.

Validate JSON, returns violations.

Attributes

Inherited from:
Validator

Validate, but skip evaluated

Validate, but skip evaluated

Attributes

Inherited from:
Validator
def wideForeach(f: Validator => Unit): Unit

Depth first foreach.

Depth first foreach.

Attributes

Inherited from:
Validator