II.
Language JSON
Structured · livelanguage:cobol
COBOL json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "language:cobol",
"_kind": "Language",
"_file": "domain/languages/cobol.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "COBOL",
"paradigms": [
"imperative",
"procedural"
],
"description": "COBOL — the Common Business-Oriented Language; the dominant language\nfor legacy mainframe transaction processing systems.\n"
},
"outgoingEdges": [
{
"from": "language:cobol",
"to": "domain:finance",
"kind": "applies_to",
"attributes": {}
},
{
"from": "language:cobol",
"to": "domain:software-engineering",
"kind": "applies_to",
"attributes": {}
}
],
"incomingEdges": []
}