dtcs 0.3.0

Reference implementation of the Data Transformation Contract Standard (DTCS)
Documentation
1
2
3
4
5
6
7
8
9
10
11
dtcsVersion: "1.0.0"
id: "broken"
name: "Broken"
version: "0.1.0"
outputs:
  - id: "out"
    schema:
      fields:
        - name: "value"
          type: "string"
          nullable: false