We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ab2c1 commit 012b3adCopy full SHA for 012b3ad
1 file changed
…les/five-safes-crate/should/9_inputs.ttl …r/profiles/five-safes-crate/9_inputs.ttlrocrate_validator/profiles/five-safes-crate/should/9_inputs.ttl renamed to rocrate_validator/profiles/five-safes-crate/9_inputs.ttl
@@ -24,6 +24,11 @@
24
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
25
26
27
+#=== MUST shapes ===#
28
+# (none)
29
+
30
31
+#=== SHOULD shapes ===#
32
33
five-safes-crate:InputEntityReferencesFormalParameterViaExampleOfWork
34
a sh:NodeShape ;
@@ -55,4 +60,8 @@ five-safes-crate:InputEntityReferencesFormalParameterViaExampleOfWork
55
60
""" ;
56
61
sh:severity sh:Warning ;
57
62
sh:message "Input SHOULD reference a FormalParameter using exampleOfWork" ;
58
- ] .
63
+ ] .
64
65
66
+#=== MAY shapes ===#
67
0 commit comments