A directed edge in the schema reference graph.
Represents a property in sourceType that references targetType via $ref. Self-references (sourceType === targetType) are excluded from cycle detection — they represent legitimate tree structures.
sourceType
targetType
$ref
Samchon
Property name within the source type that holds the reference.
Schema type that contains the referencing property.
Schema type being referenced (the $ref target).
A directed edge in the schema reference graph.
Represents a property in
sourceTypethat referencestargetTypevia$ref. Self-references (sourceType === targetType) are excluded from cycle detection — they represent legitimate tree structures.Author
Samchon