dtcsVersion: "1.0.0"
id: "invalid.version"
name: "Invalid Version"
version: "not-semver"
inputs:
- id: "in"
schema:
fields:
- name: "value"
type: "integer"
nullable: false
outputs:
- id: "out"
schema:
fields:
- name: "value"
type: "integer"
nullable: false
lineage:
mappings:
- output: "out"
inputs: ["in"]