II.
MetaAttribute JSON
Structured · livemeta-attribute:memory-store--kind
MemoryStore.kind json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:memory-store--kind",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-context-engineering.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "MemoryStore.kind",
"name": "kind",
"parentNodeKindId": "meta-node-kind:memory-store",
"type": "enum<vector,document,knowledge-graph,prompt-cache,conversation-buffer,summarized-history>",
"required": false,
"description": "discriminator for the memory backing."
},
"outgoingEdges": [
{
"from": "meta-attribute:memory-store--kind",
"to": "meta-node-kind:memory-store",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:memory-store",
"to": "meta-attribute:memory-store--kind",
"kind": "contains_meta_attribute",
"attributes": {}
},
{
"from": "meta-enum:memory-store-kind",
"to": "meta-attribute:memory-store--kind",
"kind": "used_on_attribute",
"attributes": {}
}
]
}