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 85ccd62 commit 3d76642Copy full SHA for 3d76642
1 file changed
pyQuARC/schemas/rules_override.json
@@ -1 +1,45 @@
1
-{}
+
2
+{
3
+ "url_description_uniqueness_check": {
4
+ "rule_name": "URL Description Uniqueness Check",
5
+ "fields_to_apply": {
6
+ "umm-c": [
7
+ {
8
+ "fields": [
9
+ "RelatedUrls/Description"
10
+ ]
11
+ },
12
13
14
+ "DataCenters/ContactInformation/RelatedUrls"
15
16
+ }
17
+ ],
18
+ "dif10": [
19
20
21
+ "DIF/Multimedia_Sample"
22
23
24
25
26
+ "DIF/Related_URL"
27
28
29
30
+ "umm-g": [
31
32
33
+ "RelatedUrls/URL"
34
35
36
37
38
+ "data": [
39
+ "Description"
40
41
+ "severity": "info",
42
+ "check_id": "uniqueness_check"
43
44
45
+}
0 commit comments