II.
MetaAttribute JSON
Structured · livemeta-attribute:meta-edge-kind--name
MetaEdgeKind.name json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:meta-edge-kind--name",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-catalog-provenance-extras.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "MetaEdgeKind.name",
"name": "name",
"parentNodeKindId": "meta-node-kind:meta-edge-kind",
"type": "string",
"required": true,
"description": "Canonical snake_case EdgeKind name (e.g. `has_version`)."
},
"outgoingEdges": [
{
"from": "meta-attribute:meta-edge-kind--name",
"to": "meta-node-kind:meta-edge-kind",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:meta-edge-kind",
"to": "meta-attribute:meta-edge-kind--name",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}