II.
Topic JSON
Structured · livetopic:singleton-pattern
Singleton Pattern json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:singleton-pattern",
"_kind": "Topic",
"_file": "domain/topics/curated-topics.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Singleton Pattern",
"description": "Singleton Pattern as a cross-cutting topic - constraining a component to\none shared instance with global or scoped access.\n"
},
"outgoingEdges": [
{
"from": "topic:singleton-pattern",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:software-engineering",
"to": "topic:singleton-pattern",
"kind": "contains"
}
]
}