SchemaRelationship
data class SchemaRelationship(val label: String, val targetNode: String, val multiplicity: Char, val inherited: Boolean)
Definition of a CPG relationship with relationship label, the targeted node and whether the node has multiple or a single relationship edge of the declared type.