Ref

net.reactivecore.cjs.Ref
See theRef companion object
case class Ref(ref: Option[RefUri], anchor: Option[String], dynamicRef: Option[RefUri], dynamicAnchor: Option[String], recursiveAnchor: Option[Boolean], recursiveRef: Option[RefUri])

Contains reference fields within a Schema.

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Use either dynamicRef or resursive Ref (compatibility reasons)

Use either dynamicRef or resursive Ref (compatibility reasons)

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product