SchemaUtil

com.eclipsesource.schema.internal.SchemaUtil
object SchemaUtil

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
SchemaUtil.type

Members list

Value members

Concrete methods

def createErrorObject(keyword: String, schemaPath: Option[JsPath], instancePath: JsPath, instance: JsValue, additionalInfo: JsObject): JsObject
def dropSlashIfAny(path: String): String
def failure(keyword: String, msg: String, schemaPath: Option[JsPath], instancePath: JsPath, instance: JsValue, additionalInfo: JsObject): Validated[JsonValidationError, JsValue]
def toJson(errors: Seq[(JsPath, Seq[JsonValidationError])]): JsArray
def typeOfAsString(json: JsValue): String