II.
MetaAttribute JSON
Structured · livemeta-attribute:meta-attribute--type
MetaAttribute.type json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:meta-attribute--type",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-catalog-provenance-extras-2.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "MetaAttribute.type",
"name": "type",
"parentNodeKindId": "meta-node-kind:meta-attribute",
"type": "string",
"required": true,
"description": "AttributeType expression (e.g. `enum<...>`, `list<id>`, `markdown`, `iso-date`)."
},
"outgoingEdges": [
{
"from": "meta-attribute:meta-attribute--type",
"to": "meta-node-kind:meta-attribute",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:meta-attribute",
"to": "meta-attribute:meta-attribute--type",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}