diff --git a/rocrate_validator/profiles/five-safes-crate/should/10_outputs.ttl b/rocrate_validator/profiles/five-safes-crate/10_outputs.ttl similarity index 95% rename from rocrate_validator/profiles/five-safes-crate/should/10_outputs.ttl rename to rocrate_validator/profiles/five-safes-crate/10_outputs.ttl index 0fae6861c..66b10b6a1 100644 --- a/rocrate_validator/profiles/five-safes-crate/should/10_outputs.ttl +++ b/rocrate_validator/profiles/five-safes-crate/10_outputs.ttl @@ -22,7 +22,13 @@ @prefix xsd: . -five-safes-crate:WorkflowRunActionHasResultIfActionCompleted +#=== MUST shapes ===# +# (none) + + +#=== SHOULD shapes ===# + +five-safes-crate:CreateActionHasResultIfActionCompleted a sh:NodeShape ; sh:name "WorkflowRunAction" ; 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 sh:class schema:PropertyValue; ] ) . + + +#=== MAY shapes ===# +# (none)