@@ -99,7 +99,7 @@ $graph:
99
99
As a special case, if the `path` field is provided but the `location`
100
100
field is not, an implementation may assign the value of the `path`
101
101
field to `location`, and remove the `path` field.
102
-
102
+
103
103
If the `path` contains [POSIX shell metacharacters](http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_02)
104
104
(`|`,`&`, `;`, `<`, `>`, `(`,`)`, `$`,`` ` ``, `\`, `"`, `'`,
105
105
`<space>`, `<tab>`, and `<newline>`) or characters
@@ -260,7 +260,7 @@ $graph:
260
260
must not be used in any other context. The command line tool being
261
261
executed must be able to to access the directory at `path` using the POSIX
262
262
`opendir(2)` syscall.
263
-
263
+
264
264
If the `path` contains [POSIX shell metacharacters](http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_02)
265
265
(`|`,`&`, `;`, `<`, `>`, `(`,`)`, `$`,`` ` ``, `\`, `"`, `'`,
266
266
`<space>`, `<tab>`, and `<newline>`) or characters
@@ -305,6 +305,13 @@ $graph:
305
305
- name : SchemaBase
306
306
type : record
307
307
abstract : true
308
+ fields :
309
+ - name : label
310
+ type :
311
+ - " null"
312
+ - string
313
+ jsonldPredicate : " rdfs:label"
314
+ doc : " A short, human-readable label of this object."
308
315
309
316
310
317
- name : Parameter
@@ -315,19 +322,6 @@ $graph:
315
322
Define an input or output parameter to a process.
316
323
317
324
fields :
318
- - name : label
319
- type :
320
- - " null"
321
- - string
322
- jsonldPredicate : " rdfs:label"
323
- doc : " A short, human-readable label of this parameter object."
324
-
325
- - name : doc
326
- type :
327
- - " null"
328
- - string
329
- jsonldPredicate : " rdfs:comment"
330
- doc : " A long, human-readable description of this parameter object."
331
325
- name : secondaryFiles
332
326
type :
333
327
- " null"
0 commit comments