II.
Topic JSON
Structured · livetopic:mvp
MVP json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:mvp",
"_kind": "Topic",
"_file": "domain/topics/curated-topics.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "MVP",
"description": "MVP as a cross-cutting topic - Model-View-Presenter separation that moves\npresentation logic out of the view layer.\n"
},
"outgoingEdges": [
{
"from": "topic:mvp",
"to": "domain:software-engineering",
"kind": "applies_to"
},
{
"from": "topic:mvp",
"to": "domain:mobile",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:mobile",
"to": "topic:mvp",
"kind": "contains"
},
{
"from": "domain:software-engineering",
"to": "topic:mvp",
"kind": "contains"
}
]
}