dpcs 0.13.1

Reference implementation of the Data Pipeline Contract Standard (DPCS)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "dpcsVersion": "1.0.0",
  "id": "valid.minimal",
  "version": "0.1.0",
  "interface": {
    "inputs": [],
    "outputs": []
  },
  "steps": [],
  "graph": {
    "edges": []
  }
}