We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc209e commit 89c56f6Copy full SHA for 89c56f6
1 file changed
…-safes-crate/must/3_timestamp_format.ttl …/five-safes-crate/3_timestamp_format.ttlrocrate_validator/profiles/five-safes-crate/must/3_timestamp_format.ttl renamed to rocrate_validator/profiles/five-safes-crate/3_timestamp_format.ttl
@@ -23,6 +23,8 @@
23
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
24
25
26
+#=== MUST shapes ===#
27
+
28
# to ensure the entity id will be included in any error message,
29
# target all entities which have startTime and/or endTime properties using sh:targetSubjectsOf,
30
# then we use sh:property to validate the values of those properties.
@@ -52,3 +54,11 @@ five-safes-crate:TimeStampFormat
52
54
sh:message "All `startTime` and `endTime` values MUST follow the RFC 3339 standard (YYYY-MM-DD'T'hh:mm:ss[.fraction](Z | ±hh:mm))." ;
53
55
sh:description "Start timestamps MUST follow the RFC 3339 standard." ;
56
] .
57
58
59
+#=== SHOULD shapes ===#
60
+# (none)
61
62
63
+#=== MAY shapes ===#
64
0 commit comments