II.
Term JSON
Structured · liveterm:run
Run json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "term:run",
"_kind": "Term",
"_file": "terminology/terms/run.yaml",
"_cluster": "terminology",
"attributes": {
"canonicalDefinitionId": "definition:run.babysitter",
"displayName": "Run",
"kind": "concept",
"references": [
"NodeKind:Run"
],
"description": "A babysitter run; note multiple definitions exist (babysitter-SDK Run vs. older agent-mux Run).\n"
},
"outgoingEdges": [
{
"from": "term:run",
"to": "domain:software-engineering",
"kind": "applies_to",
"attributes": {}
},
{
"from": "term:run",
"to": "domain:devops",
"kind": "applies_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "definition:run.babysitter",
"to": "term:run",
"kind": "defines"
},
{
"from": "synonym:invocation-spawn",
"to": "term:run",
"kind": "synonym_b"
}
]
}