II.
Term JSON
Structured · liveterm:test-driven-development
Test-Driven Development json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "term:test-driven-development",
"_kind": "Term",
"_file": "terminology/terms/test-driven-development.yaml",
"_cluster": "terminology",
"attributes": {
"canonicalDefinitionId": "definition:test-driven-development.canonical",
"displayName": "Test-Driven Development",
"kind": "concept",
"description": "A development methodology where tests are written before implementation.\n"
},
"outgoingEdges": [
{
"from": "term:test-driven-development",
"to": "domain:software-engineering",
"kind": "applies_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "acronym:tdd",
"to": "term:test-driven-development",
"kind": "expands_to"
},
{
"from": "definition:test-driven-development.canonical",
"to": "term:test-driven-development",
"kind": "defines"
}
]
}