Skip to content

Commit 5fdc5a4

Browse files
authored
Merge pull request #94 from eScienceLab/77-flatten-10_outputsttl-files
Merged `10_outputs.tll` files.
2 parents 04e7734 + 131b7d7 commit 5fdc5a4

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

rocrate_validator/profiles/five-safes-crate/should/10_outputs.ttl renamed to rocrate_validator/profiles/five-safes-crate/10_outputs.ttl

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@
2222
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
2323

2424

25-
five-safes-crate:WorkflowRunActionHasResultIfActionCompleted
25+
#=== MUST shapes ===#
26+
# (none)
27+
28+
29+
#=== SHOULD shapes ===#
30+
31+
five-safes-crate:CreateActionHasResultIfActionCompleted
2632
a sh:NodeShape ;
2733
sh:name "WorkflowRunAction" ;
2834
sh:description "The `CreateAction` corresponding to the workflow run, with CompletedActionStatus, SHOULD have the `schema:result` property." ;
@@ -85,3 +91,7 @@ five-safes-crate:WorkflowRunActionResultOutputsHaveAllowedTypes
8591
sh:class schema:PropertyValue;
8692
]
8793
) .
94+
95+
96+
#=== MAY shapes ===#
97+
# (none)

0 commit comments

Comments
 (0)