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