II.
MetaEdgeKind JSON
Structured · livemeta-edge-kind:backed-by-memory
backed_by_memory (meta) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-edge-kind:backed-by-memory",
"_kind": "MetaEdgeKind",
"_file": "catalog-meta/meta-registry/meta-registry-context-engineering.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "backed_by_memory (meta)",
"name": "backed_by_memory",
"source": [
"meta-node-kind:context-bundle"
],
"target": [
"meta-node-kind:memory-store"
],
"cardinality": "N:N",
"origin": "universal",
"description": "a ContextBundle is backed by one or more MemoryStores."
},
"outgoingEdges": [
{
"from": "meta-edge-kind:backed-by-memory",
"to": "meta-node-kind:context-bundle",
"kind": "source_of_meta_edge",
"attributes": {}
},
{
"from": "meta-edge-kind:backed-by-memory",
"to": "meta-node-kind:memory-store",
"kind": "target_of_meta_edge",
"attributes": {}
}
],
"incomingEdges": []
}