II.
MetaCluster JSON
Structured · livemeta-cluster:vcs-ci
VCS / CI (meta) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-cluster:vcs-ci",
"_kind": "MetaCluster",
"_file": "catalog-meta/meta-registry/meta-registry-vcs-ci.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "VCS / CI (meta)",
"clusterNumber": 18,
"scope": "Conceptual aggregation of NodeKinds describing the version-control and continuous-integration surface: VCSHost (the hosting platform — GitHub / GitLab / Bitbucket / Azure DevOps / Gitea), PullRequest (a code-change proposal: PR / MR / CR), CodeReview (review event on a PR: approval / changes-requested / comment) and CIWorkflow (CI/CD pipeline definition such as a GitHub Actions workflow). Members live in editorial cluster vcs-ci in ontology-schema.yaml.",
"parentClusterId": null
},
"outgoingEdges": [
{
"from": "meta-cluster:vcs-ci",
"to": "meta-node-kind:vcs-host",
"kind": "contains_meta_node_kind",
"attributes": {}
},
{
"from": "meta-cluster:vcs-ci",
"to": "meta-node-kind:pull-request",
"kind": "contains_meta_node_kind",
"attributes": {}
},
{
"from": "meta-cluster:vcs-ci",
"to": "meta-node-kind:code-review",
"kind": "contains_meta_node_kind",
"attributes": {}
},
{
"from": "meta-cluster:vcs-ci",
"to": "meta-node-kind:ci-workflow",
"kind": "contains_meta_node_kind",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:vcs-host",
"to": "meta-cluster:vcs-ci",
"kind": "in_cluster",
"attributes": {}
},
{
"from": "meta-node-kind:pull-request",
"to": "meta-cluster:vcs-ci",
"kind": "in_cluster",
"attributes": {}
},
{
"from": "meta-node-kind:code-review",
"to": "meta-cluster:vcs-ci",
"kind": "in_cluster",
"attributes": {}
},
{
"from": "meta-node-kind:ci-workflow",
"to": "meta-cluster:vcs-ci",
"kind": "in_cluster",
"attributes": {}
}
]
}