II.
Topic JSON
Structured · livetopic:protected-routes
Protected Routes json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:protected-routes",
"_kind": "Topic",
"_file": "domain/topics/curated-topics.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Protected Routes",
"description": "Protected Routes as a cross-cutting topic - enforcing route access checks\nbefore allowing navigation or data exposure.\n"
},
"outgoingEdges": [
{
"from": "topic:protected-routes",
"to": "domain:web-development",
"kind": "applies_to"
},
{
"from": "topic:protected-routes",
"to": "domain:security",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:security",
"to": "topic:protected-routes",
"kind": "contains"
},
{
"from": "domain:web-development",
"to": "topic:protected-routes",
"kind": "contains"
}
]
}