II.
MetaCluster JSON
Structured · livemeta-cluster:terminology
Terminology (meta) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-cluster:terminology",
"_kind": "MetaCluster",
"_file": "catalog-meta/meta-registry/meta-registry-terminology.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "Terminology (meta)",
"clusterNumber": 14,
"scope": "Conceptual aggregation of NodeKinds describing the catalog vocabulary surface: Term (named concept), Definition (a definition of a term), Synonym (paired equivalence within a context) and Acronym (abbreviation expanding to a term). Term and Definition meta-records live in meta-registry-catalog-provenance.yaml; this file owns Synonym and Acronym. Members live in editorial cluster 14-terminology in ontology-schema.yaml.",
"parentClusterId": null
},
"outgoingEdges": [
{
"from": "meta-cluster:terminology",
"to": "meta-node-kind:synonym",
"kind": "contains_meta_node_kind",
"attributes": {}
},
{
"from": "meta-cluster:terminology",
"to": "meta-node-kind:acronym",
"kind": "contains_meta_node_kind",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:synonym",
"to": "meta-cluster:terminology",
"kind": "in_cluster",
"attributes": {}
},
{
"from": "meta-node-kind:acronym",
"to": "meta-cluster:terminology",
"kind": "in_cluster",
"attributes": {}
}
]
}