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