II.
MetaAttribute JSON
Structured · livemeta-attribute:hook-surface--family
HookSurface.family json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:hook-surface--family",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-channels-hooks.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "HookSurface.family",
"name": "family",
"parentNodeKindId": "meta-node-kind:hook-surface",
"type": "enum<shell-hook,in-process,observer>",
"required": true,
"description": "family discriminator (collapsed from former HookFamily NodeKind)."
},
"outgoingEdges": [
{
"from": "meta-attribute:hook-surface--family",
"to": "meta-node-kind:hook-surface",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:hook-surface",
"to": "meta-attribute:hook-surface--family",
"kind": "contains_meta_attribute",
"attributes": {}
},
{
"from": "meta-enum:hook-family",
"to": "meta-attribute:hook-surface--family",
"kind": "used_on_attribute",
"attributes": {}
}
]
}