diff --git a/schema/system/consistency_check.json b/schema/system/consistency_check.json index 7792aaedc..d74167cc9 100644 --- a/schema/system/consistency_check.json +++ b/schema/system/consistency_check.json @@ -12,7 +12,8 @@ "name": { "enum": [ "default", - "atomsTooClose" + "atomsTooClose", + "atomsOverlap" ], "description": "Name of the consistency check that is performed, which is listed in an enum." },