II.
MetaAttribute JSON
Structured · livemeta-attribute:presentation--rendering-technology
Presentation.renderingTechnology json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:presentation--rendering-technology",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-surfacing-path.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "Presentation.renderingTechnology",
"name": "renderingTechnology",
"parentNodeKindId": "meta-node-kind:presentation",
"type": "enum<vt100,vte,terminal-emulator,electron,webview,native-cocoa,native-win32,flutter,react-native,next-js,jetbrains-platform,vs-code-extension>",
"required": false,
"description": "concrete rendering substrate."
},
"outgoingEdges": [
{
"from": "meta-attribute:presentation--rendering-technology",
"to": "meta-node-kind:presentation",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:presentation",
"to": "meta-attribute:presentation--rendering-technology",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}