II.
MetaAttribute JSON
Structured · livemeta-attribute:memory-store--scope
MemoryStore.scope json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:memory-store--scope",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-context-engineering.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "MemoryStore.scope",
"name": "scope",
"parentNodeKindId": "meta-node-kind:memory-store",
"type": "enum<session,user,tenant,global>",
"required": false,
"description": "visibility / lifetime scope."
},
"outgoingEdges": [
{
"from": "meta-attribute:memory-store--scope",
"to": "meta-node-kind:memory-store",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:memory-store",
"to": "meta-attribute:memory-store--scope",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}