II.
Topic JSON
Structured · livetopic:active-record
Active Record json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:active-record",
"_kind": "Topic",
"_file": "domain/topics/curated-topics.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Active Record",
"description": "Active Record as a cross-cutting topic - combining domain data and\npersistence behavior in one model-centric abstraction.\n"
},
"outgoingEdges": [
{
"from": "topic:active-record",
"to": "domain:software-engineering",
"kind": "applies_to"
},
{
"from": "topic:active-record",
"to": "domain:databases",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:software-engineering",
"to": "topic:active-record",
"kind": "contains"
},
{
"from": "lib-skill:web-development--drizzle",
"to": "topic:active-record",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
}
]
}