Skip to content

Commit 664572d

Browse files
committed
fix: s:name does not exist for s:Person
1 parent 5227670 commit 664572d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cwl-workflow/pattern-1.cwl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ s:softwareHelp:
3939

4040
s:author:
4141
'@type': s:Person
42-
s:name: "John Doe"
42+
s:givenName: "John"
43+
s:familyName: "Doe"
4344
s:affiliation:
4445
'@type': s:Organization
4546
s:name: "Make EO Great Again Platform"

0 commit comments

Comments
 (0)