Skip to content

Commit c141606

Browse files
committed
Update the list of checks available
1 parent eeec858 commit c141606

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHECKS.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,14 @@ Checks if the doi provided resolves to a valid document.
7777

7878
Checks if one of the given fields is populated.
7979

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+
8088
### Miscellaneous Checks
8189

8290
#### `bounding_coordinate_logic_check`
@@ -144,7 +152,7 @@ Check to make sure that an OPeNDAP access URL is not provided in the `Online Acc
144152

145153
Check to make sure the fields aren't populated like this:
146154

147-
```
155+
```plaintext
148156
Collection/Contacts/Contact/ContactPersons/ContactPerson/FirstName: "User"
149157
Collection/Contacts/Contact/ContactPersons/ContactPerson/MiddleName: "null"
150158
Collection/Contacts/Contact/ContactPersons/ContactPerson/LastName: "Services"

0 commit comments

Comments
 (0)