ArrayConstraints

com.eclipsesource.schema.internal.constraints.Constraints.ArrayConstraints

Attributes

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

Members list

Value members

Inherited methods

def id: Option[String]

Attributes

Inherited from:
HasAnyConstraint
def schemaType: Option[String]

Attributes

Inherited from:
HasAnyConstraint

Inherited and Abstract methods

Attributes

Inherited from:
HasAnyConstraint
def validate(schemaType: SchemaType, json: JsValue, context: SchemaResolutionContext)(implicit lang: Lang): VA[JsValue]

Attributes

Inherited from:
Constraint