II.
MetaAttribute JSON
Structured · livemeta-attribute:hook-merge-diagnostic--outcome
HookMergeDiagnostic.outcome json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:hook-merge-diagnostic--outcome",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-channels-hooks.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "HookMergeDiagnostic.outcome",
"name": "outcome",
"parentNodeKindId": "meta-node-kind:hook-merge-diagnostic",
"type": "enum<accepted,merged,conflict,dropped>",
"required": true,
"description": "merge outcome at this hook surface."
},
"outgoingEdges": [
{
"from": "meta-attribute:hook-merge-diagnostic--outcome",
"to": "meta-node-kind:hook-merge-diagnostic",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:hook-merge-diagnostic",
"to": "meta-attribute:hook-merge-diagnostic--outcome",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}