iiRecord
Agentic AI Atlas · Customer (meta)
meta-node-kind:customera5c.ai
II.
MetaNodeKind JSON

meta-node-kind:customer

Structured · live

Customer (meta) json

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

File · catalog-meta/meta-registry/meta-registry-role-ontology.yamlCluster · catalog-meta
Record JSON
{
  "id": "meta-node-kind:customer",
  "_kind": "MetaNodeKind",
  "_file": "catalog-meta/meta-registry/meta-registry-role-ontology.yaml",
  "_cluster": "catalog-meta",
  "attributes": {
    "displayName": "Customer (meta)",
    "name": "Customer",
    "cluster": "10-roles",
    "prefix": "customer",
    "origin": "standard",
    "purpose": "a commercial counterparty (the buyer/payer) — distinct from organizational OrgUnit",
    "exampleCount": 0,
    "invariants": [
      "id starts with customer:"
    ]
  },
  "outgoingEdges": [
    {
      "from": "meta-node-kind:customer",
      "to": "meta-cluster:roles",
      "kind": "in_cluster",
      "attributes": {}
    },
    {
      "from": "meta-node-kind:customer",
      "to": "meta-attribute:customer--id",
      "kind": "contains_meta_attribute",
      "attributes": {}
    },
    {
      "from": "meta-node-kind:customer",
      "to": "meta-attribute:customer--display-name",
      "kind": "contains_meta_attribute",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "meta-cluster:roles",
      "to": "meta-node-kind:customer",
      "kind": "contains_meta_node_kind",
      "attributes": {}
    },
    {
      "from": "meta-attribute:customer--id",
      "to": "meta-node-kind:customer",
      "kind": "defined_on",
      "attributes": {}
    },
    {
      "from": "meta-attribute:customer--display-name",
      "to": "meta-node-kind:customer",
      "kind": "defined_on",
      "attributes": {}
    }
  ]
}