Skip to content

Commit c0de1ab

Browse files
mr-cPeter Amstutz
authored andcommitted
for v1.0 rename description to doc
1 parent 0c3e2c5 commit c0de1ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

v1.0/Process.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ $graph:
322322
jsonldPredicate: "rdfs:label"
323323
doc: "A short, human-readable label of this parameter object."
324324

325-
- name: description
325+
- name: doc
326326
type:
327327
- "null"
328328
- string
@@ -685,7 +685,7 @@ $graph:
685685
- string
686686
jsonldPredicate: "rdfs:label"
687687
doc: "A short, human-readable label of this process object."
688-
- name: description
688+
- name: doc
689689
type:
690690
- "null"
691691
- string

v1.0/Workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ $graph:
399399
type: string?
400400
jsonldPredicate: "rdfs:label"
401401
doc: "A short, human-readable label of this process object."
402-
- name: description
402+
- name: doc
403403
type: string?
404404
jsonldPredicate: "rdfs:comment"
405405
doc: "A long, human-readable description of this process object."

0 commit comments

Comments
 (0)