DDF Artifact
Business view: this represents downstream operational data flow handoff from standardized design data.
DDF JSON Preview
{
"nodes": [
{
"id": "protocol"
},
{
"id": "usdm"
},
{
"id": "ops"
}
],
"links": [
{
"from": "protocol",
"to": "usdm"
},
{
"from": "usdm",
"to": "ops"
}
]
}