II.
Term JSON
Structured · liveterm:channel
Channel json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "term:channel",
"_kind": "Term",
"_file": "terminology/terms/channel.yaml",
"_cluster": "terminology",
"attributes": {
"canonicalDefinitionId": "definition:channel.canonical",
"displayName": "Channel",
"kind": "primitive",
"references": [
"NodeKind:Channel"
],
"description": "Brokered communication surface\n"
},
"outgoingEdges": [
{
"from": "term:channel",
"to": "domain:software-engineering",
"kind": "applies_to",
"attributes": {}
},
{
"from": "term:channel",
"to": "domain:backend",
"kind": "applies_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "definition:channel.canonical",
"to": "term:channel",
"kind": "defines"
},
{
"from": "synonym:context-bus-shared-context",
"to": "term:channel",
"kind": "synonym_b"
}
]
}