II.
MetaEnum JSON
Structured · livemeta-enum:presentation-kind
Presentation kind json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-enum:presentation-kind",
"_kind": "MetaEnum",
"_file": "catalog-meta/meta-registry/meta-registry-surfacing-path.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "Presentation kind",
"name": "kind",
"values": [
{
"value": "tui",
"description": "Text-mode terminal UI."
},
{
"value": "ide-extension",
"description": "Extension hosted by an IDE (VS Code, JetBrains, ...)."
},
{
"value": "web",
"description": "Browser-rendered web UI."
},
{
"value": "mobile",
"description": "Native mobile app (iOS / Android)."
},
{
"value": "ci",
"description": "Continuous-integration runner (no interactive shell)."
},
{
"value": "desktop",
"description": "Native desktop app shell (Electron, Cocoa, win32, ...)."
}
],
"usedOnAttributes": [
"meta-attribute:presentation--kind"
]
},
"outgoingEdges": [
{
"from": "meta-enum:presentation-kind",
"to": "meta-attribute:presentation--kind",
"kind": "used_on_attribute",
"attributes": {}
}
],
"incomingEdges": []
}