Constraint

com.eclipsesource.schema.internal.constraints.Constraints.Constraint
trait Constraint

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def id: Option[String]
def schemaType: Option[String]
def validate(schemaType: SchemaType, json: JsValue, context: SchemaResolutionContext)(implicit lang: Lang): VA[JsValue]