II.
MetaAttribute JSON
Structured · livemeta-attribute:merge-policy--system-message-strategy
MergePolicy.systemMessageStrategy json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:merge-policy--system-message-strategy",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-channels-hooks.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "MergePolicy.systemMessageStrategy",
"name": "systemMessageStrategy",
"parentNodeKindId": "meta-node-kind:merge-policy",
"type": "enum<concatenate,keep-first>",
"required": true,
"description": "how systemMessage strings from multiple handlers are combined."
},
"outgoingEdges": [
{
"from": "meta-attribute:merge-policy--system-message-strategy",
"to": "meta-node-kind:merge-policy",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:merge-policy",
"to": "meta-attribute:merge-policy--system-message-strategy",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}