II.
MetaEnum JSON
Structured · livemeta-enum:hook-family
Hook family json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-enum:hook-family",
"_kind": "MetaEnum",
"_file": "catalog-meta/meta-registry/meta-registry-channels-hooks.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "Hook family",
"name": "family",
"values": [
{
"value": "shell-hook",
"description": "Shell-invoked hook (handler runs in a subprocess)."
},
{
"value": "in-process",
"description": "In-process hook (handler runs in the agent's process)."
},
{
"value": "observer",
"description": "Observer-only hook (read-only, non-blocking)."
}
],
"usedOnAttributes": [
"meta-attribute:hook-surface--family",
"meta-attribute:hook-mapping--delivery"
]
},
"outgoingEdges": [
{
"from": "meta-enum:hook-family",
"to": "meta-attribute:hook-surface--family",
"kind": "used_on_attribute",
"attributes": {}
}
],
"incomingEdges": []
}