File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,14 @@ Checks if the doi provided resolves to a valid document.
77
77
78
78
Checks if one of the given fields is populated.
79
79
80
+ #### ` uniqueness_check `
81
+
82
+ Checks if the field values are unique.
83
+
84
+ #### ` count_check `
85
+
86
+ Checks if the field value that is a count of fields matches the actual count of the fields.
87
+
80
88
### Miscellaneous Checks
81
89
82
90
#### ` bounding_coordinate_logic_check `
@@ -144,7 +152,7 @@ Check to make sure that an OPeNDAP access URL is not provided in the `Online Acc
144
152
145
153
Check to make sure the fields aren't populated like this:
146
154
147
- ```
155
+ ``` plaintext
148
156
Collection/Contacts/Contact/ContactPersons/ContactPerson/FirstName: "User"
149
157
Collection/Contacts/Contact/ContactPersons/ContactPerson/MiddleName: "null"
150
158
Collection/Contacts/Contact/ContactPersons/ContactPerson/LastName: "Services"
You can’t perform that action at this time.
0 commit comments