Skip to content

Commit a0ae6d3

Browse files
author
Peter Amstutz
committed
Add label to SchemaBase
1 parent 1299053 commit a0ae6d3

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

v1.0/Process.yml

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ $graph:
9999
As a special case, if the `path` field is provided but the `location`
100100
field is not, an implementation may assign the value of the `path`
101101
field to `location`, and remove the `path` field.
102-
102+
103103
If the `path` contains [POSIX shell metacharacters](http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_02)
104104
(`|`,`&`, `;`, `<`, `>`, `(`,`)`, `$`,`` ` ``, `\`, `"`, `'`,
105105
`<space>`, `<tab>`, and `<newline>`) or characters
@@ -260,7 +260,7 @@ $graph:
260260
must not be used in any other context. The command line tool being
261261
executed must be able to to access the directory at `path` using the POSIX
262262
`opendir(2)` syscall.
263-
263+
264264
If the `path` contains [POSIX shell metacharacters](http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_02)
265265
(`|`,`&`, `;`, `<`, `>`, `(`,`)`, `$`,`` ` ``, `\`, `"`, `'`,
266266
`<space>`, `<tab>`, and `<newline>`) or characters
@@ -305,6 +305,13 @@ $graph:
305305
- name: SchemaBase
306306
type: record
307307
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."
308315

309316

310317
- name: Parameter
@@ -315,19 +322,6 @@ $graph:
315322
Define an input or output parameter to a process.
316323
317324
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."
331325
- name: secondaryFiles
332326
type:
333327
- "null"

0 commit comments

Comments
 (0)