ObjectConstraints4

com.eclipsesource.schema.internal.draft4.constraints.ObjectConstraints4
See theObjectConstraints4 companion object
case class ObjectConstraints4(additionalProps: Option[SchemaType], dependencies: Option[Map[String, SchemaType]], patternProps: Option[Map[String, SchemaType]], required: Option[Seq[String]], minProperties: Option[Int], maxProperties: Option[Int], any: AnyConstraints) extends HasAnyConstraint, ObjectConstraints

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Constraint
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

Value members

Concrete methods

override def resolvePath(path: String): Option[SchemaType]

Attributes

Definition Classes
override def subSchemas: Set[SchemaType]

Attributes

Definition Classes
override def validate(schema: SchemaType, json: JsValue, context: SchemaResolutionContext)(implicit lang: Lang): VA[JsValue]

Attributes

Definition Classes

Inherited methods

def id: Option[String]

Attributes

Inherited from:
HasAnyConstraint
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def schemaType: Option[String]

Attributes

Inherited from:
HasAnyConstraint