II.
MetaAttribute JSON
Structured · livemeta-attribute:stack-part--category
StackPart.category json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:stack-part--category",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-domain-extras.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "StackPart.category",
"name": "category",
"parentNodeKindId": "meta-node-kind:stack-part",
"type": "enum<data-store,data-format,api,runtime,infrastructure,security,observability,tooling,compute,messaging,other>",
"required": false,
"description": "category on StackPart."
},
"outgoingEdges": [
{
"from": "meta-attribute:stack-part--category",
"to": "meta-node-kind:stack-part",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:stack-part",
"to": "meta-attribute:stack-part--category",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}