From 131b7d7ce4d5079f4e90d679e088ceaab582c7cf Mon Sep 17 00:00:00 2001 From: EttoreM Date: Sun, 25 Jan 2026 08:38:40 +0000 Subject: [PATCH] Merged 10_outputs.tll files. --- .../five-safes-crate/{should => }/10_outputs.ttl | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) rename rocrate_validator/profiles/five-safes-crate/{should => }/10_outputs.ttl (95%) 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)