II.
MetaAttribute JSON
Structured · livemeta-attribute:background-monitor--lifecycle
BackgroundMonitor.lifecycle json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:background-monitor--lifecycle",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-lifecycle-extras.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "BackgroundMonitor.lifecycle",
"name": "lifecycle",
"parentNodeKindId": "meta-node-kind:background-monitor",
"type": "enum<persistent,per-session,on-demand>",
"required": true,
"description": "lifecycle on BackgroundMonitor."
},
"outgoingEdges": [
{
"from": "meta-attribute:background-monitor--lifecycle",
"to": "meta-node-kind:background-monitor",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:background-monitor",
"to": "meta-attribute:background-monitor--lifecycle",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}