We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc209e commit 83f842aCopy full SHA for 83f842a
1 file changed
…-safes-crate/must/1_root_data_entity.ttl …/five-safes-crate/1_root_data_entity.ttlrocrate_validator/profiles/five-safes-crate/must/1_root_data_entity.ttl renamed to rocrate_validator/profiles/five-safes-crate/1_root_data_entity.ttl
@@ -22,6 +22,8 @@
22
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
23
24
25
+#=== MUST shapes ===#
26
+
27
five-safes-crate:RootDataEntityRequiredProperties
28
a sh:NodeShape ;
29
sh:name "RootDataEntity" ;
@@ -44,3 +46,11 @@ five-safes-crate:RootDataEntityRequiredProperties
44
46
sh:severity sh:Violation ;
45
47
sh:message """The `sourceOrganization` property of the RootDataEntity MUST point to a Project entity.""" ;
48
] .
49
50
51
+#=== SHOULD shapes ===#
52
+# (none)
53
54
55
+#=== MAY shapes ===#
56
0 commit comments