File: testtypes.yml

package info (click to toggle)
cwl-utils 0.37-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,156 kB
  • sloc: python: 88,920; makefile: 141; javascript: 91
file content (9 lines) | stat: -rw-r--r-- 161 bytes parent folder | download
1
2
3
4
5
6
7
8
9
- name: my_boolean_array
  type: array
  items: boolean
  label: "A boolean array"

- name: my_enum
  type: enum
  symbols: [a, b, c]
  label: "A required enum"