II.
Topic JSON
Structured · livetopic:rest
REST json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:rest",
"_kind": "Topic",
"_file": "domain/topics/curated-topics.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "REST",
"description": "REST as a cross-cutting topic - resource-oriented APIs, HTTP semantics,\nidempotency, representation design, and cache-aware interaction.\n"
},
"outgoingEdges": [
{
"from": "topic:rest",
"to": "domain:web-development",
"kind": "applies_to"
},
{
"from": "topic:rest",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:software-engineering",
"to": "topic:rest",
"kind": "contains"
},
{
"from": "lib-agent:software-architecture--api-design-architect",
"to": "topic:rest",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-agent:web-development--api-architect",
"to": "topic:rest",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-agent:web-development--backend-developer",
"to": "topic:rest",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:software-architecture--api-design-specification",
"to": "topic:rest",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:web-development--restful-api-nodejs",
"to": "topic:rest",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--express",
"to": "topic:rest",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--fastify",
"to": "topic:rest",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--rest-api-design",
"to": "topic:rest",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
}
]
}