II.
Term JSON
Structured · liveterm:execution
Execution json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "term:execution",
"_kind": "Term",
"_file": "terminology/terms/execution.yaml",
"_cluster": "terminology",
"attributes": {
"canonicalDefinitionId": "definition:execution.canonical",
"displayName": "Execution",
"kind": "primitive",
"references": [
"NodeKind:Execution"
],
"description": "Where/how work runs (local/docker/ssh/k8s/cloud/direct)\n"
},
"outgoingEdges": [
{
"from": "term:execution",
"to": "domain:software-engineering",
"kind": "applies_to",
"attributes": {}
},
{
"from": "term:execution",
"to": "domain:computer-science",
"kind": "applies_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "definition:execution.canonical",
"to": "term:execution",
"kind": "defines"
}
]
}