Skip to main content

ConnectionEquivalenceClass

A group of schemas that connect the same set of (source, target) pairs.
Used as Input

0

functions accept this type

Used as Output

0

functions return this type(+1 nested)

Type Definition

4 nested items
structA group of schemas that connect the same set of (source, target) pairs.
connection_count*:i64<uint>Number of unique (source, target) connections shared by every schema in the class.
representative*:StringRepresentative schema (shortest display string in the class).
schemas*:Vec<String>All schemas in this class (display strings).
[items]:String

Example JSON Value

{
  "connection_count": 1,
  "representative": "example",
  "schemas": [
    "example"
  ]
}