II.
MetaEdgeKind JSON
Structured · livemeta-edge-kind:submitted-by
submitted_by (meta) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-edge-kind:submitted-by",
"_kind": "MetaEdgeKind",
"_file": "catalog-meta/meta-registry/meta-registry-vcs-ci.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "submitted_by (meta)",
"name": "submitted_by",
"source": [
"meta-node-kind:pull-request",
"meta-node-kind:code-review"
],
"target": [],
"cardinality": "N:1",
"origin": "standard",
"description": "a PullRequest or CodeReview is submitted by a Role. Role lives in role-ontology and is not re-emitted here."
},
"outgoingEdges": [
{
"from": "meta-edge-kind:submitted-by",
"to": "meta-node-kind:pull-request",
"kind": "source_of_meta_edge",
"attributes": {}
},
{
"from": "meta-edge-kind:submitted-by",
"to": "meta-node-kind:code-review",
"kind": "source_of_meta_edge",
"attributes": {}
}
],
"incomingEdges": []
}