II.
MetaAttribute JSON
Structured · livemeta-attribute:error-category--layer
ErrorCategory.layer json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:error-category--layer",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-domain-extras-2.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "ErrorCategory.layer",
"name": "layer",
"parentNodeKindId": "meta-node-kind:error-category",
"type": "enum<agent-runner,tracker,workflow-config,workspace,observability>",
"required": true,
"description": "layer on ErrorCategory."
},
"outgoingEdges": [
{
"from": "meta-attribute:error-category--layer",
"to": "meta-node-kind:error-category",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:error-category",
"to": "meta-attribute:error-category--layer",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}