iiRecord
Agentic AI Atlas · Library.category
meta-attribute:library--categorya5c.ai
II.
MetaAttribute JSON

meta-attribute:library--category

Structured · live

Library.category json

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

File · catalog-meta/meta-registry/meta-registry-domain-extras.yamlCluster · catalog-meta
Record JSON
{
  "id": "meta-attribute:library--category",
  "_kind": "MetaAttribute",
  "_file": "catalog-meta/meta-registry/meta-registry-domain-extras.yaml",
  "_cluster": "catalog-meta",
  "attributes": {
    "displayName": "Library.category",
    "name": "category",
    "parentNodeKindId": "meta-node-kind:library",
    "type": "enum<testing,validation,http-client,http-server,orm,logging,metrics,tracing,crypto,auth,parsing,serialization,concurrency,datetime,math,data-structures,file-format,image-processing,other>",
    "required": false,
    "description": "category on Library."
  },
  "outgoingEdges": [
    {
      "from": "meta-attribute:library--category",
      "to": "meta-node-kind:library",
      "kind": "defined_on",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "meta-node-kind:library",
      "to": "meta-attribute:library--category",
      "kind": "contains_meta_attribute",
      "attributes": {}
    }
  ]
}