II.
Topic JSON
Structured · livetopic:mvvm
MVVM json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:mvvm",
"_kind": "Topic",
"_file": "domain/topics/curated-topics.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "MVVM",
"description": "MVVM as a cross-cutting topic - Model-View-ViewModel composition around\nview state binding and presentation-model logic.\n"
},
"outgoingEdges": [
{
"from": "topic:mvvm",
"to": "domain:software-engineering",
"kind": "applies_to"
},
{
"from": "topic:mvvm",
"to": "domain:mobile",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:mobile",
"to": "topic:mvvm",
"kind": "contains"
},
{
"from": "domain:software-engineering",
"to": "topic:mvvm",
"kind": "contains"
}
]
}