StochStack

DDF Artifact

Business view: this represents downstream operational data flow handoff from standardized design data.

Export DDF JSON
DDF JSON Preview
{
  "nodes": [
    {
      "id": "protocol"
    },
    {
      "id": "usdm"
    },
    {
      "id": "ops"
    }
  ],
  "links": [
    {
      "from": "protocol",
      "to": "usdm"
    },
    {
      "from": "usdm",
      "to": "ops"
    }
  ]
}