II.
MetaAttribute JSON
Structured · livemeta-attribute:hook-mapping--native-name
HookMapping.nativeName json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:hook-mapping--native-name",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-channels-hooks.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "HookMapping.nativeName",
"name": "nativeName",
"parentNodeKindId": "meta-node-kind:hook-mapping",
"type": "string",
"required": true,
"description": "agent's native event name for the canonical hook."
},
"outgoingEdges": [
{
"from": "meta-attribute:hook-mapping--native-name",
"to": "meta-node-kind:hook-mapping",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:hook-mapping",
"to": "meta-attribute:hook-mapping--native-name",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}