ObjectSchema

net.reactivecore.cjs.ObjectSchema
See theObjectSchema companion object
case class ObjectSchema(location: Location, ref: Ref, description: Description, definitions: Definitions, restriction: Restriction) extends Schema

A Schema in Object form.

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

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