iiRecord
Agentic AI Atlas · ErrorCategory.severity
meta-attribute:error-category--severitya5c.ai
II.
MetaAttribute JSON

meta-attribute:error-category--severity

Structured · live

ErrorCategory.severity json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · catalog-meta/meta-registry/meta-registry-domain-extras-2.yamlCluster · catalog-meta
Record JSON
{
  "id": "meta-attribute:error-category--severity",
  "_kind": "MetaAttribute",
  "_file": "catalog-meta/meta-registry/meta-registry-domain-extras-2.yaml",
  "_cluster": "catalog-meta",
  "attributes": {
    "displayName": "ErrorCategory.severity",
    "name": "severity",
    "parentNodeKindId": "meta-node-kind:error-category",
    "type": "enum<transient,permanent,configuration>",
    "required": true,
    "description": "severity on ErrorCategory."
  },
  "outgoingEdges": [
    {
      "from": "meta-attribute:error-category--severity",
      "to": "meta-node-kind:error-category",
      "kind": "defined_on",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "meta-enum:error-severity",
      "to": "meta-attribute:error-category--severity",
      "kind": "used_on_attribute",
      "attributes": {}
    },
    {
      "from": "meta-node-kind:error-category",
      "to": "meta-attribute:error-category--severity",
      "kind": "contains_meta_attribute",
      "attributes": {}
    }
  ]
}