II.
MetaAttribute JSON
Structured · livemeta-attribute:hook-mapping--delivery
HookMapping.delivery json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:hook-mapping--delivery",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-channels-hooks.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "HookMapping.delivery",
"name": "delivery",
"parentNodeKindId": "meta-node-kind:hook-mapping",
"type": "enum<shell,in-process,observer>",
"required": false,
"description": "delivery model the agent uses for this hook."
},
"outgoingEdges": [
{
"from": "meta-attribute:hook-mapping--delivery",
"to": "meta-node-kind:hook-mapping",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:hook-mapping",
"to": "meta-attribute:hook-mapping--delivery",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}