II.
MetaAttribute JSON
Structured · livemeta-attribute:skill-area--expertise-levels
SkillArea.expertiseLevels json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:skill-area--expertise-levels",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-evaluation.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "SkillArea.expertiseLevels",
"name": "expertiseLevels",
"parentNodeKindId": "meta-node-kind:skill-area",
"type": "list<enum<novice,intermediate,expert,authoritative>>",
"required": false,
"description": "expertiseLevels on SkillArea."
},
"outgoingEdges": [
{
"from": "meta-attribute:skill-area--expertise-levels",
"to": "meta-node-kind:skill-area",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:skill-area",
"to": "meta-attribute:skill-area--expertise-levels",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}