We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd6ff1 commit 0f49259Copy full SHA for 0f49259
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