II.
MetaAttribute JSON
Structured · livemeta-attribute:library--category
Library.category json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": {}
}
]
}