We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a59e37 commit 9b8a09eCopy full SHA for 9b8a09e
_extras/yaml.md
@@ -148,19 +148,19 @@ and a more complex example combining maps and arrays:
148
exclusive_parameters:
149
type:
150
- type: record
151
- name: itemC
152
- fields:
153
- itemC:
154
- type: string
155
- inputBinding:
156
- prefix: -C
+ name: itemC
+ fields:
+ itemC:
+ type: string
+ inputBinding:
+ prefix: -C
157
158
- name: itemD
159
160
- itemD:
161
162
163
- prefix: -D
+ name: itemD
+ itemD:
+ prefix: -D
164
```
165
166
### JSON Style
0 commit comments