SchemaResolutionScope

com.eclipsesource.schema.internal.refs.SchemaResolutionScope
case class SchemaResolutionScope(documentRoot: SchemaType, id: Option[Ref], schemaJsPath: Option[JsPath], instancePath: JsPath, depth: Int, referrer: Option[JsPath])

Attributes

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

Members list

Value members

Concrete methods

def schemaPath: Option[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product