II.
Topic JSON
Structured · livetopic:toast-notification
Toast Notification json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:toast-notification",
"_kind": "Topic",
"_file": "domain/topics/curated-topics.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Toast Notification",
"description": "Toast Notification as a cross-cutting topic - transient feedback messages\nthat surface status without fully interrupting the main flow.\n"
},
"outgoingEdges": [
{
"from": "topic:toast-notification",
"to": "domain:web-development",
"kind": "applies_to"
},
{
"from": "topic:toast-notification",
"to": "domain:mobile",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:mobile",
"to": "topic:toast-notification",
"kind": "contains"
},
{
"from": "domain:web-development",
"to": "topic:toast-notification",
"kind": "contains"
}
]
}