dtcsVersion: "1.0.0"
id: "broken"
name: "Broken"
version: "0.1.0"
inputs:
- id: "in"
schema:
fields:
- name: "value"
type: "string"
nullable: false
outputs:
- id: "out"
schema:
fields:
- name: "value"
type: "string"
nullable: false
semanticActions:
- id: "bad_target"
action: "dtcs:lowercase"
target: "missing_field"