II.
Topic JSON
Structured · livetopic:infinite-scrolling
Infinite Scrolling json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:infinite-scrolling",
"_kind": "Topic",
"_file": "domain/topics/curated-topics.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Infinite Scrolling",
"description": "Infinite Scrolling as a cross-cutting topic - incrementally loading and\nappending content as users approach the end of a list or feed.\n"
},
"outgoingEdges": [
{
"from": "topic:infinite-scrolling",
"to": "domain:web-development",
"kind": "applies_to"
},
{
"from": "topic:infinite-scrolling",
"to": "domain:mobile",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:mobile",
"to": "topic:infinite-scrolling",
"kind": "contains"
},
{
"from": "domain:web-development",
"to": "topic:infinite-scrolling",
"kind": "contains"
}
]
}