II.
MetaEdgeKind JSON
Structured · livemeta-edge-kind:bridges
bridges (meta) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-edge-kind:bridges",
"_kind": "MetaEdgeKind",
"_file": "catalog-meta/meta-registry/meta-registry-transport.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "bridges (meta)",
"name": "bridges",
"source": [
"meta-node-kind:transport-proxy"
],
"target": [
"meta-node-kind:transport-proxy"
],
"cardinality": "N:N",
"origin": "standard",
"description": "a transport proxy bridges one ModelTransportProtocol to another (src/dst direction recorded as an edge attribute). Cross-cluster: target is ModelTransportProtocol in meta-cluster:agent-stack — recorded here from the proxy side."
},
"outgoingEdges": [
{
"from": "meta-edge-kind:bridges",
"to": "meta-node-kind:transport-proxy",
"kind": "source_of_meta_edge",
"attributes": {}
},
{
"from": "meta-edge-kind:bridges",
"to": "meta-node-kind:transport-proxy",
"kind": "target_of_meta_edge",
"attributes": {}
}
],
"incomingEdges": []
}