II.
Term JSON
Structured · liveterm:topic
Topic json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "term:topic",
"_kind": "Term",
"_file": "terminology/terms/topic.yaml",
"_cluster": "terminology",
"attributes": {
"canonicalDefinitionId": "definition:topic.canonical",
"displayName": "Topic",
"kind": "concept",
"references": [
"NodeKind:Topic"
],
"description": "Granular topic (oauth-flows, ssl-certs, ...)\n"
},
"outgoingEdges": [
{
"from": "term:topic",
"to": "domain:computer-science",
"kind": "applies_to",
"attributes": {}
},
{
"from": "term:topic",
"to": "domain:software-engineering",
"kind": "applies_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "definition:topic.canonical",
"to": "term:topic",
"kind": "defines"
}
]
}