II.
MetaAttribute JSON
Structured · livemeta-attribute:run-journal-event--category
RunJournalEvent.category json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:run-journal-event--category",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-lifecycle-extras.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "RunJournalEvent.category",
"name": "category",
"parentNodeKindId": "meta-node-kind:run-journal-event",
"type": "enum<run-lifecycle,effect-lifecycle,iteration,hook,cost,custom>",
"required": true,
"description": "category on RunJournalEvent."
},
"outgoingEdges": [
{
"from": "meta-attribute:run-journal-event--category",
"to": "meta-node-kind:run-journal-event",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-enum:run-journal-event-category",
"to": "meta-attribute:run-journal-event--category",
"kind": "used_on_attribute",
"attributes": {}
},
{
"from": "meta-node-kind:run-journal-event",
"to": "meta-attribute:run-journal-event--category",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}