II.
Topic JSON
Structured · livetopic:mvc
MVC json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:mvc",
"_kind": "Topic",
"_file": "domain/topics/curated-topics.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "MVC",
"description": "MVC as a cross-cutting topic - Model-View-Controller decomposition of\nstate, presentation, and user interaction orchestration.\n"
},
"outgoingEdges": [
{
"from": "topic:mvc",
"to": "domain:software-engineering",
"kind": "applies_to"
},
{
"from": "topic:mvc",
"to": "domain:web-development",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:software-engineering",
"to": "topic:mvc",
"kind": "contains"
},
{
"from": "domain:web-development",
"to": "topic:mvc",
"kind": "contains"
}
]
}