File tree Expand file tree Collapse file tree
rocrate_validator/profiles/five-safes-crate/must Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ five-safes-crate:WorkflowMustHaveDescriptiveName
2929 sh:targetClass schema:CreateAction ;
3030
3131 sh:property [
32- sh: a sh:PropertyShape ;
32+ a sh:PropertyShape ;
3333 sh:name " name" ;
3434 sh:minCount 1 ;
3535 sh:description " Workflow (CreateAction) MUST have a name string of at least 10 characters." ;
@@ -93,4 +93,4 @@ five-safes-crate:WorkflowMustHaveActionStatusWithAllowedValues
9393 ) ;
9494 sh:severity sh:Violation ;
9595 sh:message " WorkflowExecution MUST have an actionStatus with an allowed value (see https://schema.org/ActionStatusType)." ;
96- ] .
96+ ] .
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ five-safes-crate:DisclosureObjectHasDescriptiveNameAndIsAssessAction
4242 ] ;
4343
4444 sh:property [
45- sh: a sh:PropertyShape ;
45+ a sh:PropertyShape ;
4646 sh:name " AssessAction" ;
4747 sh:description " DisclosureCheck MUST be a `schema:AssessAction`." ;
4848 sh:path rdf:type ;
@@ -53,7 +53,7 @@ five-safes-crate:DisclosureObjectHasDescriptiveNameAndIsAssessAction
5353 ] ;
5454
5555 sh:property [
56- sh: a sh:PropertyShape ;
56+ a sh:PropertyShape ;
5757 sh:name " name" ;
5858 sh:description " DisclosureCheck MUST have a name string of at least 20 characters." ;
5959 sh:path schema:name ;
@@ -96,4 +96,4 @@ five-safes-crate:DisclosureObjectHasActionStatus
9696 ) ;
9797 sh:severity sh:Violation ;
9898 sh:message " The value of actionStatus MUST be one of the allowed values." ;
99- ] .
99+ ] .
You can’t perform that action at this time.
0 commit comments